smtpd_recipient_restrictions と smtpd_relay_restrictions
smtpd_recipient_restrictions と smtpd_relay_restrictions は用途は同じ。
2段階で制限を掛けることができる。
以前は smtpd_recipient_restrictions の設定を誤ってゆるく制限してしまい open relay してしまいがちなため
Postfix 2.10 で smtpd_relay_restrictions が導入されたようです。
smtpd_relay_restrictions のデフォルト値は open relay しないようになっている。
smtpd_relay_restrictions = permit_mynetworks, permit_sasl_authenticated, defer_unauth_destination
基本的には smtpd_relay_restrictions はデフォルトのままで、
smtpd_recipient_restrictions で追加の制限をかければよい。
Author And Source
この問題について(smtpd_recipient_restrictions と smtpd_relay_restrictions), 我々は、より多くの情報をここで見つけました https://qiita.com/fujii0/items/554768d985d33ea6ad2c著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .