免费注册 查看新帖 |

Chinaunix

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

[Mail] postfix可以收信,却发不了信 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2009-03-25 10:41 |只看该作者 |倒序浏览
我的POSTFIX 现在可以收信,但却无法发信,请大家多多指点啊
debian5:~# postconf -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
config_directory = /etc/postfix
home_mailbox = Maildir/
inet_interfaces = all
mailbox_size_limit = 0
mydestination = mail.vwxin.cn, debian5.vwxin.cn, localhost.vwxin.cn, localhost, vwxin.cn
mydomain = vwxin.cn
myhostname = mail.vwxin.cn
mynetworks = 127.0.0.0/8, 58.246.99.0/24, 10.144.176.0/24, 10.144.177.0/24
myorigin = /etc/mailname
readme_directory = no
recipient_delimiter = +
relayhost = vwxin.cn
smtp_tls_session_cache_database = btree{data_directory}/smtp_scache
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
smtpd_tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem
smtpd_tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key
smtpd_tls_session_cache_database = btree{data_directory}/smtpd_scache
smtpd_use_tls = yes


Mar 25 10:38:06 debian5 postfix/smtpd[2627]: connect from unknown[58.246.99.26]
Mar 25 10:38:07 debian5 postfix/smtpd[2627]: 114F1FF01: client=unknown[58.246.99.26]
Mar 25 10:38:10 debian5 postfix/smtpd[2627]: 259D3FF01: client=unknown[58.246.99.26]
Mar 25 10:38:10 debian5 postfix/cleanup[2632]: 259D3FF01: message-id=<7C5092732B9D4862814B9B84BFDB5A3C@lemonasia.com>
Mar 25 10:38:10 debian5 postfix/qmgr[2578]: 259D3FF01: from=<jojo@vwxin.cn>, size=6155, nrcpt=1 (queue active)
Mar 25 10:38:10 debian5 postfix/smtpd[2640]: connect from unknown[58.246.99.28]
Mar 25 10:38:10 debian5 postfix/smtp[2639]: warning: host mail.vwxin.cn[58.246.99.28]:25 greeted me with my own hostname mail.vwxin.cn
Mar 25 10:38:10 debian5 postfix/smtp[2639]: warning: host mail.vwxin.cn[58.246.99.28]:25 replied to HELO/EHLO with my own hostname mail.vwxin.cn
Mar 25 10:38:10 debian5 postfix/smtp[2639]: 259D3FF01: to=<tk792@hotmail.com>, relay=mail.vwxin.cn[58.246.99.28]:25, delay=0.2, delays=0.01/0.01/0.19/0, dsn=5.4.6, status=bounced (mail for vwxin.cn loops back to myself)
Mar 25 10:38:10 debian5 postfix/smtpd[2640]: disconnect from unknown[58.246.99.28]
Mar 25 10:38:10 debian5 postfix/cleanup[2632]: 596E4FF04: message-id=<20090325023810.596E4FF04@mail.vwxin.cn>
Mar 25 10:38:10 debian5 postfix/qmgr[2578]: 596E4FF04: from=<>, size=7867, nrcpt=1 (queue active)
Mar 25 10:38:10 debian5 postfix/bounce[2642]: 259D3FF01: sender non-delivery notification: 596E4FF04
Mar 25 10:38:10 debian5 postfix/qmgr[2578]: 259D3FF01: removed
Mar 25 10:38:10 debian5 postfix/local[2633]: 596E4FF04: to=<jojo@vwxin.cn>, relay=local, delay=0.01, delays=0.01/0/0/0, dsn=2.0.0, status=sent (delivered to maildir)
Mar 25 10:38:10 debian5 postfix/qmgr[2578]: 596E4FF04: removed
Mar 25 10:38:10 debian5 postfix/smtpd[2627]: disconnect from unknown[58.246.99.26]

论坛徽章:
1
寅虎
日期:2015-01-23 02:35:47
2 [报告]
发表于 2009-03-25 10:53 |只看该作者
不能发要看log,然后手工telnet测试看看问题在哪

论坛徽章:
0
3 [报告]
发表于 2009-03-25 10:59 |只看该作者
收信是dovecot吧,postfix只负责发送

论坛徽章:
0
4 [报告]
发表于 2009-03-25 11:22 |只看该作者

回复 #1 pu57 的帖子

replied to HELO/EHLO with my own hostname ,这个检测一下
还有客户端的提示信息是什么

论坛徽章:
0
5 [报告]
发表于 2009-03-25 12:58 |只看该作者
原帖由 cuci 于 2009-3-25 10:53 发表
不能发要看log,然后手工telnet测试看看问题在哪

谢谢,如果通过内部做一个telnet测试,邮件是可以发送出去的. 但是如果我有外部的IP来连接他会提示我
220 mail.vwxin.cn ESMTP Postfix (Debian/GNU)
helo tam
250 mail.vwxin.cn
mail from:dkk@com.com
250 2.1.0 Ok
rcpt to:jojo.pu@commcentral.com
554 5.7.1 <jojo.pu@commcentral.com>: Relay access denied

看来好象是Relay的问题,我的环境是一个debian5加上apt-get安装的postfix+courier-pop3

论坛徽章:
0
6 [报告]
发表于 2009-03-25 12:59 |只看该作者
原帖由 timdcn 于 2009-3-25 10:59 发表
收信是dovecot吧,postfix只负责发送

是的,收没有问题,这是发送有点问题。。

论坛徽章:
0
7 [报告]
发表于 2009-03-25 13:01 |只看该作者
原帖由 kns1024wh 于 2009-3-25 11:22 发表
replied to HELO/EHLO with my own hostname ,这个检测一下
还有客户端的提示信息是什么

谢谢,客户端这里没有提示,从outlook来看,好象是发出去的样子,其实没有到达对方
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP