奇妙なPostfix拒否

奇妙なPostfix拒否

現在、postfix を使用してメール サーバーを再構築しており、いくつかの拒否ルールに取り組んでいます。

postconf -d | grep mail_version
mail_version = 2.10.1

このセクションで問題があります:

smtpd_relay_restrictions =
  permit_mynetworks,
  permit_sasl_authenticated,
  reject_unauth_destination

このドキュメントに従って、私のバージョンの postfix に実装する必要があります。http://www.postfix.org/SMTPD_ACCESS_README.htmlしかし、何らかの理由でこれを実装すると、常に次のエラーが発生します。

postfix/smtpd[8865]: fatal: in parameter smtpd_relay_restrictions or smtpd_recipient_restrictions, specify at least one working instance of: reject_unauth_destination, defer_unauth_destination, reject, defer, defer_if_permit or check_relay_domains

「reject_unauth_destination」が含まれているにもかかわらず、それを認識できません。

これに関してアイデアが浮かびません。

答え1

@MichaelHampton のおかげで、電話に目に見えないキャラクターが現れました。

関連情報