[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[postfix-jp: 2985] Re: 強制的に他ホストへ転送させたい
- Subject: [postfix-jp: 2985] Re: 強制的に他ホストへ転送させたい
- From: 佐藤 大輔 <densuke@xxxxxxx>
- Date: Wed, 19 Mar 2008 19:01:53 +0900
佐藤です。
先程のメールで、今の設定などを全然入れずに送ってしまっていたのでこちら
に入れさせていただきます。
$ dpkg -l | grep postfix
ii postfix 2.3.8-2+b1 A high-performance mail transport agent
ii postfix-pcre 2.3.8-2+b1 PCRE map support for Postfix
$ postconf -n (ドメイン部分は書き換えています)
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases, hash:/var/lib/mailman/data/aliases
allow_mail_to_commands = alias,forward,include
append_dot_mydomain = no
biff = no
broken_sasl_auth_clients = yes
config_directory = /etc/postfix
header_checks = regexp:/etc/postfix/header_checks
inet_interfaces = 192.168.1.250, 127.0.0.1
mailbox_size_limit = 0
mydestination = example.jp, yuzu.example.jp, localhost
myhostname = yuzu.example.jp
mynetworks = 127.0.0.0/8, 192.168.1.0/24
myorigin = /etc/mailname
non_smtpd_milters = unix:/var/run/milter/dkim
recipient_delimiter = -
show_user_unknown_table_name = no
smtp_helo_name = mail.example.jp
smtp_tls_session_cache_database = btree:${queue_directory}/smtp_scache
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
smtpd_helo_required = yes
smtpd_milters = unix:/var/run/milter/dkim
smtpd_recipient_restrictions = permit_mynetworks,
permit_sasl_authenticated,
check_client_access regexp:/etc/postfix/check_client_fqdn,
check_client_access hash:/etc/postfix/rejects/special,
reject_unknown_sender_domain,
reject_unauth_destination,
permit_auth_destination,
smtpd_restriction_classes = check_greylist
smtpd_tls_cert_file = /etc/ssl/private/example-jp.crt
smtpd_tls_key_file = /etc/ssl/private/example-jp.key
smtpd_tls_session_cache_database = btree:${queue_directory}/smtpd_scache
smtpd_use_tls = yes
transport_maps = hash:/etc/postfix/transports
外部から入ってくるメールは、グローバルアドレスを設定したブロードバンド
ルータから転送される形(パケット)で入ってくるため、サーバ自身のIPアドレ
スはプライベートアドレスとなっています。
--
佐藤 大輔/densuke@xxxxxxx
_______________________________________________
Postfix-jp-list mailing list
Postfix-jp-list@xxxxxxxxxxxxxxxxxxxx
http://lists.sourceforge.jp/mailman/listinfo/postfix-jp-list
- References
-
- [postfix-jp: 2984] 強制的に他ホストへ転送させたい, 佐藤 大輔
[検索ページ]
[Postfix-JP ML Home]