酷!學園
技術討論區 => Linux 討論版 => 主題作者是: snack.shih 於 2017-02-21 09:41
-
請問各位前輩,下列不知道是哪個順序錯誤,造成outlook不勾選「我的伺服器需要驗證」也可以外寄…,我有試著把reject_sender_login_mismatch移到最上面,但還是可以外寄…。
smtpd_recipient_restrictions =
reject_unlisted_sender,
permit_mynetworks,
permit_sasl_authenticated,
reject_sender_login_mismatch,
reject_invalid_hostname,
reject_unauth_destination,
check_policy_service unix:private/policy-spf
check_client_access hash:/etc/postfix/rbl_whitelist
permit_auth_destination,
reject_unknown_sender_domain,
reject_non_fqdn_recipient,
reject_unauth_pipelining,
check_relay_domain reject
-
http://www.postfix.org/SMTPD_ACCESS_README.html
-
http://www.postfix.org/SMTPD_ACCESS_README.html
原文…看到頭好痛…只好慢慢try,還好給我try成功…。
-
請教您 try 成功的解法是...?
-
請教您 try 成功的解法是...?
小弟的話 .. 是 .. 右鍵 -> 翻譯成中文
-
請教您 try 成功的解法是...?
小弟的話 .. 是 .. 右鍵 -> 翻譯成中文
他說看原文很頭痛,而且是用 try 的,我只是好奇他 try 的結果 :)
-
請教您 try 成功的解法是...?
小弟的話 .. 是 .. 右鍵 -> 翻譯成中文
他說看原文很頭痛,而且是用 try 的,我只是好奇他 try 的結果 :)
最後try的結果是把信任網段放到下面去…
smtpd_recipient_restrictions =
reject_unlisted_sender,
permit_sasl_authenticated,
reject_sender_login_mismatch,
reject_unauth_destination,
check_policy_service unix:private/policy-spf,
permit_mynetworks,
reject_invalid_hostname,
check_client_access hash:/etc/postfix/rbl_whitelist,
permit_auth_destination,
reject_unknown_sender_domain,
reject_non_fqdn_recipient,
reject_unauth_pipelining,
check_relay_domain reject