免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 3991 | 回复: 8
打印 上一主题 下一主题

[Mail] postfix发不出去信,但是能收到 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2009-04-09 09:36 |只看该作者 |倒序浏览
postfix能发出去信。但是收不到。。。同域名之间收发是没有问题的。MX记录没有问题。
以下是MX记录

> set type=mx
> t4game.net
Server:  xd-cache-1.bjtelecom.net
Address:  219.141.136.10

Non-authoritative answer:
t4game.net      MX preference = 10, mail exchanger = mail.t

t4game.net      nameserver = dns20.hichina.com
t4game.net      nameserver = dns19.hichina.com
mail.t4game.net internet address = 219.143.97.107
dns19.hichina.com       internet address = 218.30.103.158
dns19.hichina.com       internet address = 218.30.103.240
dns20.hichina.com       internet address = 218.244.147.108
dns20.hichina.com       internet address = 218.244.147.100
我的服务器的ip是219.143.97.107

以下是邮件日志:


Apr  9 09:26:05 t4game postfix/smtpd[27421]: warning: dict_nis_init: NIS domain name not set - NIS lookups disabled
Apr  9 09:26:05 t4game postfix/smtpd[27421]: connect from r3-245.sinamail.sina.com.cn[202.108.3.245]
Apr  9 09:26:05 t4game postfix/smtpd[27421]: warning: unknown smtpd restriction: "rejet_invalid_hostname"
Apr  9 09:26:05 t4game postfix/smtpd[27421]: NOQUEUE: reject: RCPT from r3-245.sinamail.sina.com.cn[202.108.3.245]: 451 4.3.5 Server configuration error; from=<buou199@sina.com> to=<test@t4game.net> proto=ESMTP helo=<mail3-245.sinamail.sina.com.cn>
Apr  9 09:26:05 t4game postfix/cleanup[27426]: 3AD296AE583: message-id=<20090409012605.3AD296AE583@mail.t4game.net>
Apr  9 09:26:05 t4game postfix/smtpd[27421]: disconnect from r3-245.sinamail.sina.com.cn[202.108.3.245]
Apr  9 09:26:05 t4game postfix/qmgr[17303]: 3AD296AE583: from=<bounce@mail.t4game.net[/email]>, size=1044, nrcpt=1 (queue active)
Apr  9 09:26:05 t4game postfix/virtual[27428]: 3AD296AE583: to=<postmaster@t4game.net>, orig_to=<postmaster>, relay=virtual, delay=0.06, delays=0.02/0.01/0/0.03, dsn=5.1.1, status=bounced (unknown user: "postmaster@t4game.net")
Apr  9 09:26:05 t4game postfix/bounce[27430]: warning: 3AD296AE583: undeliverable postmaster notification discarded
Apr  9 09:26:05 t4game postfix/qmgr[17303]: 3AD296AE583: removed
Apr  9 09:28:37 t4game postfix/smtpd[27435]: warning: dict_nis_init: NIS domain name not set - NIS lookups disabled
Apr  9 09:28:37 t4game postfix/smtpd[27435]: warning: 218.19.90.50: address not listed for hostname 50.90.19.218.broad.gz.gd.dynamic.163data.com.cn
Apr  9 09:28:37 t4game postfix/smtpd[27435]: connect from unknown[218.19.90.50]
Apr  9 09:28:37 t4game postfix/smtpd[27435]: warning: unknown smtpd restriction: "rejet_invalid_hostname"
Apr  9 09:28:37 t4game postfix/smtpd[27435]: NOQUEUE: reject: RCPT from unknown[218.19.90.50]: 451 4.3.5 Server configuration error; from=<RCaCxQwZ@dng.dns0755.net> to=<zhaofei@t4game.com> proto=SMTP helo=<dng.dns0755.net>
Apr  9 09:28:38 t4game postfix/cleanup[27439]: 14ED66AE583: message-id=<20090409012838.14ED66AE583@mail.t4game.net>
Apr  9 09:28:38 t4game postfix/qmgr[17303]: 14ED66AE583: from=<bounce@mail.t4game.net[/email]>, size=693, nrcpt=1 (queue active)
Apr  9 09:28:38 t4game postfix/smtpd[27435]: disconnect from unknown[218.19.90.50]
Apr  9 09:28:38 t4game postfix/virtual[27441]: 14ED66AE583: to=<postmaster@t4game.net>, orig_to=<postmaster>, relay=virtual, delay=0.05, delays=0.02/0.01/0/0.02, dsn=5.1.1, status=bounced (unknown user: "postmaster@t4game.net")
Apr  9 09:28:38 t4game postfix/bounce[27444]: warning: 14ED66AE583: undeliverable postmaster notification discarded
Apr  9 09:28:38 t4game postfix/qmgr[17303]: 14ED66AE583: removed



不知道问题出哪里了。请高手指点指点

论坛徽章:
0
2 [报告]
发表于 2009-04-09 09:38 |只看该作者
我对  
Apr  9 09:26:05 t4game postfix/smtpd[27421]: warning: dict_nis_init: NIS domain name not set - NIS lookups disabled
Apr  9 09:26:05 t4game postfix/smtpd[27421]: warning: unknown smtpd restriction: "rejet_invalid_hostname"
这里个很怀疑。但是不知道怎么解决。劳烦高手指点指点

论坛徽章:
0
3 [报告]
发表于 2009-04-09 09:56 |只看该作者
Apr  9 09:26:05 t4game postfix/smtpd[27421]: warning: dict_nis_init: NIS domain name not set - NIS lookups disabled
这个问题我解决了我在main.cf中加了一条   alias_maps = hash:/etc/aliases就没有错误了。

论坛徽章:
0
4 [报告]
发表于 2009-04-09 11:11 |只看该作者
rejet_invalid_hostname

仔细看一下,上面这句有什么不对。

论坛徽章:
0
5 [报告]
发表于 2009-04-09 11:50 |只看该作者
意思是说我sina的服务器找不到我的  服务器是吧。。。。
我的MX记录没有错啊!

论坛徽章:
0
6 [报告]
发表于 2009-04-09 12:00 |只看该作者
Apr  9 11:58:57 t4game postfix/smtpd[3239]: connect from rv-out-0708.google.com[209.85.198.245]
Apr  9 11:58:58 t4game postfix/smtpd[3239]: warning: unknown smtpd restriction: "rejet_invalid_hostname"
Apr  9 11:58:58 t4game postfix/smtpd[3239]: NOQUEUE: reject: RCPT from rv-out-0708.google.com[209.85.198.245]: 451 4.3.5 Server configuration error; from=<yueqiang@t4game.com> to=<test@t4game.net> proto=ESMTP helo=<rv-out-0708.google.com>
Apr  9 11:58:59 t4game postfix/cleanup[3243]: C817D6AE7CF: message-id=<20090409035859.C817D6AE7CF@mail.t4game.net>
Apr  9 11:58:59 t4game postfix/smtpd[3239]: disconnect from rv-out-0708.google.com[209.85.198.245]
Apr  9 11:58:59 t4game postfix/qmgr[2620]: C817D6AE7CF: from=<double-bounce@mail.t4game.net>, size=908, nrcpt=1 (queue active)
Apr  9 11:58:59 t4game postfix/virtual[3245]: C817D6AE7CF: to=<postmaster@t4game.net>, orig_to=<postmaster>, relay=virtual, delay=0.04, delays=0.02/0.01/0/0.01, dsn=5.1.1, status=bounced (unknown user: "postmaster@t4game.net")
Apr  9 11:58:59 t4game postfix/bounce[3247]: warning: C817D6AE7CF: undeliverable postmaster notification discarded
Apr  9 11:58:59 t4game postfix/qmgr[2620]: C817D6AE7CF: removed

论坛徽章:
0
7 [报告]
发表于 2009-04-09 13:30 |只看该作者
reject_invalid_hostname
rejet_invalid_hostname

论坛徽章:
0
8 [报告]
发表于 2009-04-10 15:53 |只看该作者
NOQUEUE: reject: RCPT from rv-out-0708.google.com[209.85.198.245]: 451 4.3.5 Server configuration error;

reject_
你写成 rejet_ 了

楼上已经给你指出来了

论坛徽章:
0
9 [报告]
发表于 2009-04-10 19:14 |只看该作者
這個是別名問題。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP