LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 762|回复: 0

openwebmail不能发往外网邮件!内网没有问题!

[复制链接]
发表于 2011-1-11 23:37:08 | 显示全部楼层 |阅读模式
发往外网邮件提示如下 :
抱歉!无法发出您的邮件.
请检查暂存于草稿箱中的邮件, 然后再重发一次.


>>> Net::SMTP(2.29)
>>>   Net::Cmd(2.26)
>>>     Exporter(5.5
>>>   IO::Socket::INET(1.29)
>>>     IO::Socket(1.29)
>>>       IO::Handle(1.25)
<<< 220 dong-xu.com ESMTP Postfix (2.3.3)
>>> EHLO 123.com
<<< 250-123.com
<<< 250-PIPELINING
<<< 250-SIZE 400000000
<<< 250-VRFY
<<< 250-ETRN
<<< 250-AUTH LOGIN PLAIN
<<< 250-AUTH=LOGIN PLAIN
<<< 250-ENHANCEDSTATUSCODES
<<< 250-8BITMIME
<<< 250 DSN
>>> MAIL FROM:<zhoushengwen@123.com>
<<< 250 2.1.0 Ok
>>> RCPT TO:<665234@qq.com>
<<< 554 5.7.1 <665234@qq.com>: Relay access denied

我的postfix认证配制如下:
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain =
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions = permit_sasl_authenticated, reject_unauth_destination
reject_non_fqdn_sender,
reject_unknown_sender_domain,
reject_unknown_recipient_domain,
reject_non_fqdn_recipient,
reject_unauth_destination


请问我的问题是出在那?谢谢!!!
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表