postfix用客戶端外發遊戲出現Relay access denied,拒絕發信php
解決辦法:dom
編輯/etc/postfix/main.cn,找到post
smtpd_recipient_restrictions=permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination,
修改爲.net
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination, reject_non_fqdn_sender, reject_non_fqdn_recipient, reject_unknown_recipient_domain
本文地址:http://my.oschina.net/soarwilldo/blog/540678rest
參考:http://www.campworld.net/thewiki/pmwiki.php/LinuxServersCentOS/Cent6VirtMailServer
code