|
|
|
|
| 关于postfix的loops back to myself错误 |
 关于postfix的loops back to myself错误 - crab [ 2005-04-02 17:24 | 527 byte(s)]
 Re: 关于postfix的loops back to myself错误 - jieer [ 2005-04-02 17:28 | 104 byte(s)]
 Re: 关于postfix的loops back to myself错误 - crab [ 2005-04-02 17:50 | 76 byte(s)]
 Re: 关于postfix的loops back to myself错误 - jieer [ 2005-04-02 20:52 | 515 byte(s)]
|
|
|
|
[Original]
[Print]
[Top]
|
我设置的postfix已经能正确收发信。
但是为了设置杀毒功能。
我设置了
content_filter = smtp:[127.0.0.1]:10024
打算把邮件转发给其他进程处理。
这样以后,我的邮件就出现了错误。
Apr 2 16:43:50 idmt1550-1 postfix/smtp[13167]: A3DED33C2F: to=<crab@test.com>, relay=127.0.0.1[127.0.0.1], delay=0, status=bounced (mail for [127.0.0.1]:10025 loops back to myself)
我查看了一些资料。
都是没有解决,请大伙帮忙看看。
|
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
修改master.cf,10024端口的加一个myhostname = filter.domain.com
myhostname不要和main.cf里边的一样
|
|
|
----
FreeBSD、Qmail、Postfix、BBS、UseNet,Enjoy it!!!
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
[xjb@mail doc]$ telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
220 mail.domain.com ESMTP Postfix
~~~~~~~~~~~~~~~~
postfix的远程投递代理smtp在联接到smtp端口后,检查上面波浪线的部分和myhostname是否相同
相同则认为是loop了.
改一下master.cf就可以了噢.
还有一种可能是查出来的primary mx的IP和你机器上的某个IP相同,也会被认为是loop.
|
|
|
----
FreeBSD、Qmail、Postfix、BBS、UseNet,Enjoy it!!!
|
|
[Original]
[Print]
[Top]
|
|
|