LinuxSir.cn,穿越时空的Linuxsir!

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

postfix 无法收信(Relay access denied)【已解决】

[复制链接]
发表于 2008-7-20 23:15:34 | 显示全部楼层 |阅读模式
使用email@mail.xxx.com可以正常收发邮件。使用email@xxx.com发送邮件正常,但是收邮件却出现Relay access denied,并退信。
maillog:
Jul 18 00:41:13 mail postfix/smtpd[15353]: connect from blu0-omc1-s14.blu0.hotmail.com[65.55.116.25]
Jul 18 00:41:14 mail postfix/smtpd[15353]: AF12C126E04: client=blu0-omc1-s14.blu0.hotmail.com[65.55.116.25]
Jul 18 00:41:15 mail postfix/smtpd[15353]: AF12C126E04: reject: RCPT from blu0-omc1-s14.blu0.hotmail.com[65.55.116.25]: 554 <email@xxx.com>: Relay access denied; from=<adisonray@hotmail.com> to=<email@xxx.com> proto=ESMTP helo=<blu0-omc1-s14.blu0.hotmail.com>
Jul 18 00:41:16 mail popper[15357]: (v4.0.8) Unable to get canonical name of client 116.52.33.231: Unknown host (1)
Jul 18 00:41:16 mail popper[15357]: (v4.0.8) Servicing request from "116.52.33.231" at 116.52.33.231
Jul 18 00:41:16 mail popper[15357]: Stats: email 0 0 0 0 116.52.33.231 116.52.33.231
Jul 18 00:41:17 mail postfix/smtpd[15353]: disconnect from blu0-omc1-s14.blu0.hotmail.com[65.55.116.25]
请求帮助!谢谢! 
 楼主| 发表于 2008-7-21 13:17:45 | 显示全部楼层
main.cf

myhostname = mail.xxx.com
mydomain = xxx.com
inet_interfaces = all
myorigin = $myhostname
mydestination = $myhostname, $mydomain
mynetworks_style = subnet
mynetworks = 168.100.189.0/28, 127.0.0.0/8
relay_domains = $mydestination

##SMTP###
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = ' '
smtpd_sasl_security_options = noanonymous
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
smtpd_client_restrictions = permit_sasl_authenticated

做过:
xxx.com , www.xxx.com , mail.xxx.com 的A记录各一条。
xxx.com MX in mail.xxx.com 的记录一条。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-7-21 15:25:29 | 显示全部楼层
有人可以帮助我吗?
回复 支持 反对

使用道具 举报

发表于 2008-7-22 09:51:22 | 显示全部楼层
问题解决了吗?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-7-22 15:59:12 | 显示全部楼层
解决了。谢谢
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

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