分享

修复Postfix 的Relay access denied问题

 昵称6656145 2014-12-17

修复Postfix 的Relay access denied问题

发布时间:2013-08-22 | 佚名:www.

最近发邮件一直有这个错误

Apr 12 18:59:04 ZaphodBeeblebrox postfix/smtpd[10669]: NOQUEUE: reject: RCPT from mail.elmarotter.eu[83.161.154.53]: 554 5.7.1 <elmar283ATgmail.com>: Relay access denied; from=<elmarATelmarotter.nl> to=<elmar283ATgmail.com> proto=ESMTP helo=<[192.168.0.16]> 

后来查看了不少文档, 发现是postfix 升级到 2.10.0的问题,

2.10的release中增加了

smtpd_relay_restrictions
* COMPATIBILITY: adding smtpd_relay_restrictions to main.cf
* to prevent inbound mail from unexpectedly bouncing.
* Specify an empty smtpd_relay_restrictions value to keep using
* smtpd_recipient_restrictions as before. 

在/etc/postfix/main.cnf中加上

smtpd_relay_restrictions = permit_mynetworks,permit_sasl_authenticated,defer_unauth_destination

就能解决这个问题。

    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约

    类似文章 更多