[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[postfix-jp: 1529] Re: virtual_alias_mapsに存在しないユーザーへのメール送信について
- Subject: [postfix-jp: 1529] Re: virtual_alias_mapsに存在しないユーザーへのメール送信について
- From: Tomoyuki Sakurai <ml-postfix-jp@xxxxxxxxxxxxxxx>
- Date: Thu, 29 Sep 2005 19:45:12 +0900
On Thu, Sep 29, 2005 at 04:15:38PM +0900, 牧 真也 wrote:
| とみたまさひろ <tommy@xxxxxxxx> wrote:
| Date: Thu, 29 Sep 2005 15:21:53 +0900
| >
| > master.cf の smtpd の行の最後に、「-o virtual_alias_maps=」をつけてみ
| > るというのはいかがでしょうか。
| >
| > smtp inet n - n - - smtpd -o virtual_alias_maps=
| >
| > …という感じです。
|
| master.cf に上記設定を追加しましたが、結果は変わりませんでした。
| さらに、virtual_alias_maps に存在するユーザーにもメールが送信出来なく
| なってしまいました。
それは当然です
On Thu, Sep 29, 2005 at 01:37:13PM +0900, 牧 真也 wrote:
| To, Cc, Bcc に、virtual_alias_maps に存在するアドレスと
| 存在しないアドレスを指定した場合、RCPT TO の段階で
| 「Recipient address rejected: User unknown in virtual alias table」となり、
| メール自体が送信できません。
|
| virtual_alias_maps に存在しないアドレス宛てのメールも一度受信し、
| Mail Queue に入れ、その後「User Unknown」で返送する動作にしたいと
| 考えております。
s/返送する/backscatterさせる/
| smtpd_reject_unlisted_recipient (default: yes)
| Request that the Postfix SMTP server rejects mail for unknown recipient
| addresses, even when no explicit reject_unlisted_recipient access
| restriction is specified. This prevents the Postfix queue from filling
| up with undeliverable MAILER-DAEMON messages.
|
| o The recipient domain matches $mydestination, $inet_interfaces or
| $proxy_interfaces, but the recipient is not listed in
| $local_recipient_maps, and $local_recipient_maps is not null.
|
| o The recipient domain matches $virtual_alias_domains but the
| recipient is not listed in $virtual_alias_maps.
|
| o The recipient domain matches $virtual_mailbox_domains but the
| recipient is not listed in $virtual_mailbox_maps, and $vir-
| tual_mailbox_maps is not null.
|
| o The recipient domain matches $relay_domains but the recipient is
| not listed in $relay_recipient_maps, and $relay_recipient_maps
| is not null.
|
| This feature is available in Postfix 2.1 and later.
====このように設定してはいけない====
smtpd_reject_unlisted_recipient = no
====このように設定してはいけない====
http://www.watch.impress.co.jp/internet/www/article/2002/1107/246.htm
--
Tomoyuki Sakurai - Tomi -
_______________________________________________
Postfix-jp-list mailing list
Postfix-jp-list@xxxxxxxxxxxxxxxxxxxx
http://lists.sourceforge.jp/mailman/listinfo/postfix-jp-list
- Follow-Ups
-
- [postfix-jp: 1532] Re: virtual_alias_mapsに存在しないユーザーへのメール送信について, とみたまさひろ
- References
-
- [postfix-jp: 1526] virtual_alias_mapsに存在しないユーザーへのメール送信について, 牧 真也
- [postfix-jp: 1527] Re: virtual_alias_mapsに存在しないユーザーへのメール送信について, とみたまさひろ
- [postfix-jp: 1528] Re: virtual_alias_mapsに存在しないユーザーへのメール送信について, 牧 真也
[検索ページ]
[Postfix-JP ML Home]