|
如题:
我得环境是solaris 8+sendmail 8.13.5。现在发往internet 的许多邮件发不出起,和武汉的分公司间的mail也是通过internet过去的,也收出去。但是武汉能发过来。我对比了两面的配置是一样的。dns解析也没有问题。下面是log信息:
Jan 23 14:02:23 xxxxxmg01 sendmail[27307]: [ID 801593 mail.info] m0L4hMRW019991: to=<Aimee_Liu@wxics.com>, delay=2+01:19:01, xdelay=00:00:00, mailer=esmtp, pri=15554773, relay=xx.xx.xxx.xxx., dsn=4.0.0, stat=Deferred: Connection timed out with xx.xx.xxx.xxx.
Jan 23 14:02:23 censionmg01 sendmail[27307]: [ID 801593 mail.info] m0I7RHpg015769: to=<Aimee_Liu@wxics.com>, delay=4+22:35:06, xdelay=00:00:00, mailer=esmtp, pri=29597456, relay=xx.xx.xxx.xxx., dsn=4.0.0, stat=Deferred: Connection timed out with xx.xx.xxx.xxx.
我在本地服务器上telnet xx.xx.xxx.xxx 25(武汉的mail服务器)可以连过去,但是发mail就不行以下是sendmail -v -s test xxxx@wxics.com 的输出结果:
liang_shen@wxics.com... Connecting to [127.0.0.1] via relay...
220 censionmg02.censions.com ESMTP Sendmail 8.13.5/8.11.7; Wed, 23 Jan 2008 13:15:30 +0800 (CST)
>>> EHLO censionmg02.censions.com
250-censionmg02.censions.com Hello localhost [127.0.0.1], pleased to meet you
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-EXPN
250-VERB
250-8BITMIME
250-SIZE
250-DSN
250-ETRN
250-DELIVERBY
250 HELP
>>> VERB
250 2.0.0 Verbose mode
>>> MAIL From:<root@censionmg02.censions.com> SIZE=74
250 2.1.0 <root@censionmg02.censions.com>... Sender ok
>>> RCPT To:<liang_shen@wxics.com>
>>> DATA
250 2.1.5 <liang_shen@wxics.com>... Recipient ok
354 Enter mail, end with "." on a line by itself
>>> .
... Connecting to xx.xx.xxx.xxx. via esmtp...
050 <liang_shen@wxics.com>... Connecting to xx.xx.xxx.xxx. via esmtp...
050 <liang_shen@wxics.com>... Deferred: Connection timed out with xx.xx.xxx.xxx.
250 2.0.0 m0N5E5BQ022932 Message accepted for delivery
liang_shen@wxics.com... Sent (m0N5E5BQ022932 Message accepted for delivery)
Closing connection to [127.0.0.1]
>>> QUIT
221 2.0.0 censionmg02.censions.com closing connection
050 <liang_shen@wxics.com>... Connecting to xx.xx.xxx.xxx. via esmtp...
050 <liang_shen@wxics.com>... Connecting to xx.xx.xxx.xxx. via esmtp...
050 <liang_shen@wxics.com>... Deferred: Connection timed out with 58.48.121.197.
250 2.0.0 m0N5FUYo022939 Message accepted for delivery
liang_shen@wxics.com... Sent (m0N5FUYo022939 Message accepted for delivery)
Closing connection to [127.0.0.1]
>>> QUIT
221 2.0.0 censionmg02.censions.com closing connection
可以看出是在连接Connecting to xx.xx.xxx.xxx. via esmtp 出现了问题,不能连接过去,但是我用telnet就可以连过去,
现在实在不知道是怎么回事了,relay-domain 里也加了域名进去了,还是不行,请高手帮帮忙解答一下。急!!!
[ 本帖最后由 johnny_hlm 于 2008-1-23 20:22 编辑 ] |
|