[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[postfix-jp: 4372] ããããéèããééããã



 こんにちは。山田と申します。

 意図しない重複したメールの配送に悩んでいます。
 「[postfix-jp: 2573] メールが重複して配送されてしまう」という過去ログを見てみましたが、状況が違うようです。
 Postfixの仕様として正常な動きかどうかもよくわかりません。
 ご存知の方がいらっしゃれば、教えていただけると幸甚です。

 バーチャルメールボックス環境下で利用しています。
 例えば、hoge@xxxxxxxx宛のメールをhoge@xxxxxxxxのメールボックスに保存しつつ、fuga@xxxxxxxxに転送したいとします。
 エイリアスの設定は、以下のようにしています。

 hoge@xxxxxxxx : fuga@xxxxxxxx, hoge@xxxxxxxx

 このような設定下でhoge@xxxxxxxxに1通のメールを送信すると、hoge@xxxxxxxxのメールボックスに1通のメールが保存されます。
 しかし、fuga@xxxxxxxxのメールボックスには同じ内容のメールが2通保存されます。
 この動作は、Postfixの正常なメール配送なのでしょうか。

 もちろん、私の意図している動作は、hoge@xxxxxxxxとfuga@xxxxxxxxのメールボックスのそれぞれに同じメールが1通ずつ配送されるというものです。

 procmailを用いた重複メールの削除についても検討してみたのですが、バーチャルメールボックス環境下で、かつdovecotと両立させる方法が見当たらなかったので、断念しています。

 その他のサーバの構成は以下の通りです。
 ・OS:CentOS Linux 7.2.1511
 ・httpd 2.4.6 (Apache2.4.6)
 ・PHP 5.4.16
 ・MariaDB 5.5.47
 ・Postfix 2.10.1
 ・Postfix Admin 2.93
 ・Dovecot 2.2.10
 ・amavisd-new 2.10.1
 ・spamassassin 3.4.0
 ・clamav 0.99.1

 Postfixの主な設定は以下の通りです。
#main.cf
myhostname = hogehoge.fugafuga.net
mydomain = fugafuga.net
myorigin = $myhostname
inet_interfaces = all
inet_protocols = ipv4
mydestination = $myhostname, localhost
mynetworks = 127.0.0.0/8
home_mailbox = Maildir/
smtpd_banner = $myhostname ESMTP Unknown
disable_vrfy_command = yes
smtpd_client_restrictions =
     check_client_access hash:/etc/postfix/access
     reject_non_fqdn_sender
     reject_unknown_sender_domain
smtpd_sender_restrictions =
         reject_unknown_sender_domain
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_security_options = noanonymous
smtpd_sasl_type = dovecot
smtpd_sasl_path = private/auth
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions =
     permit_mynetworks
     permit_sasl_authenticated
     reject_unauth_destination
     check_policy_service unix:private/policy-spf
local_transport = local
virtual_transport = dovecot
dovecot_destination_recipient_limit = 1
virtual_mailbox_base = /home/vmail
virtual_alias_maps = mysql:/etc/postfix/mysql_virtual_alias_maps.cf
virtual_alias_domains = $virtual_alias_maps
virtual_mailbox_domains = 
mysql:/etc/postfix/mysql_virtual_domains_maps.cf
virtual_mailbox_maps = mysql:/etc/postfix/mysql_virtual_mailbox_maps.cf
virtual_uid_maps = static:10000
virtual_gid_maps = static:10000
virtual_minimum_uid = 10000
content_filter=smtp-amavis:[127.0.0.1]:10024

#master.cf
smtp      inet  n       -       n       -       -       smtpd
submission inet n       -       n       -       -       smtpd
   -o smtpd_tls_security_level=encrypt
   -o smtpd_sasl_auth_enable=yes
   -o smtpd_client_restrictions=permit_sasl_authenticated,reject
smtps     inet  n       -       n       -       -       smtpd
   -o smtpd_tls_wrappermode=yes
   -o smtpd_sasl_auth_enable=yes
   -o smtpd_client_restrictions=permit_sasl_authenticated,reject
smtp-amavis unix  -      -       n       -       2       smtp
      -o smtp_data_done_timeout=1200
      -o smtp_send_xforward_command=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_restriction_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
dovecot  unix    -       n       n       -       -       pipe
      flags=DRhu user=vmail:vmail argv=/usr/libexec/dovecot/deliver -f 
${sender} -d ${recipient}
policy-spf unix -       n       n       -       0       spawn
   user=nobody argv=/usr/bin/python /usr/libexec/postfix/policyd-spf 
/etc/python-policyd-spf/policyd-spf.conf

 長くなりましたが、お返事をお待ちしております。

_______________________________________________
Postfix-jp-list mailing list
Postfix-jp-list@xxxxxxxxxxxxx
http://lists.osdn.me/mailman/listinfo/postfix-jp-list

Follow-Ups
[postfix-jp: 4373] Re: ããããéèããééããã, Nakane Ryuji
[postfix-jp: 4376] Re: メールが重複して配送される, IWAMOTO Kouichi

[検索ページ] [Postfix-JP ML Home]