[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[postfix-jp: 910] 中継専用サーバにてcontent_filter
- Subject: [postfix-jp: 910] 中継専用サーバにてcontent_filter
- From: shin-ml@xxxxxxxxxxxx
- Date: Fri, 24 Dec 2004 12:17:42 +0900
鈴木と申します。こんにちは
中継専用サーバにて、ウイルスチェックをするためにテストをおこなって
いるのですが、以下のように、アドレスのチェックをするようになってし
まいました。(ドメインはexample.comに変更、適宜改行しています)
RCPT TO:test@example.com
550 <test@example.com>: Recipient address rejected:
User unknown in local recipient table
NOQUEUE: reject: RCPT from localhost[127.0.0.1]:
550 <test@example.com>: Recipient address rejected:
User unknown in local recipient table;
from=<test@example.com> to=<test@example.com>
proto=ESMTP helo=<localhost>
また、check_sender_accessも効かなくなっています。
この2点を解決したいのですが、master.confの書き方に問題があるので
しょうか? それとも、別の問題??
サーバ構成はこんな感じ
Internet ---- 中継専用サーバ ---- 内部メールサーバ
Postfix-2.1.5 Postfix-2.1.5
以下、中継専用サーバの設定です。
# postconf -n
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
content_filter = smtp-amavis:[127.0.0.1]:10024 <------- これを追加
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
html_directory = no
mail_owner = postfix
mailq_path = /usr/bin/mailq
manpage_directory = /usr/local/man
mydestination = $myhostname, $mydomain
mydomain = example.com
myhostname = ns.example.com
mynetworks = 172.16.0.0/16, 192.168.1.0/24, 127.0.0.0/8
mynetworks_style = subnet
newaliases_path = /usr/bin/newaliases
queue_directory = /var/spool/postfix
readme_directory = no
relay_domains =
sample_directory = /etc/postfix
sendmail_path = /usr/lib/sendmail
setgid_group = postdrop
smtpd_recipient_restrictions = permit_mynetworks
permit_sasl_authenticated
reject_unauth_destination
check_sender_access dbm:/etc/postfix/access
permit
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = $mydomain
smtpd_sasl_security_options = noanonymous
transport_maps = dbm:/etc/postfix/transport
unknown_local_recipient_reject_code = 550
transport(変更なし)
example.com smtp:[172.16.9.10]
..example.com smtp:[172.16.9.10]
access(変更なし)
example.com REJECT possible forgery.
master.cf(追記部分のみ)
smtp-amavis unix - - n - 2 smtp
-o smtp_date_done_timeout=1200
-o smtp_send_xforward_commond=yes
-o disable_dns_lookups=yes
127.0.0.1:10025 inet n - n - - smtpd
-o content_filter=
-o local_recipient_maps=
-o relay_recipient_maps=
-o smtpd_resteiction_classes=
-o smtpd_client_restrictions=
-o smtpd_helo_restrictions=
-o smtpd_sender_restrictions=
-o smtpd_recipient_restrictions=permit_mynetworks,reject
-o mynetworks=127.0.0.0/8
-o strict_rfc821_envelopes=yes
-o smtpd_error_sleep_time=0
-o smtpd_soft_error_limit=1001
-o smtpd_hard_error_limit=1000
以上
-----------------------------------------
shinichi suzuki <shin-ml@xxxxxxxxxxxx>
-----------------------------------------
_______________________________________________
Postfix-jp-list mailing list
Postfix-jp-list@xxxxxxxxxxxxxxxxxxxx
http://lists.sourceforge.jp/mailman/listinfo/postfix-jp-list
- Follow-Ups
-
- [postfix-jp: 911] Re: 中継専用サーバにてcontent_filter, Shigeo Honda
- [postfix-jp: 917] Re: 中継専用サーバにてcontent_filter, とみたまさひろ
[検索ページ]
[Postfix-JP ML Home]