- 主题:一个sendmail的问题
我配好sendmail之后,运行一段时间,发现/var/log/mail.warning中有很多这样的信息:
164 Dec 27 13:20:10 lilacbbs sm-mta[27169]: gethostbyaddr(225.211.217.213) failed: 1
165 Dec 27 13:23:56 lilacbbs sm-mta[27286]: gethostbyaddr(225.211.217.213) failed: 1
...
180 Dec 27 19:34:53 lilacbbs sm-mta[1801]: lBRBYrCj001792: SYSERR(root): MX list for xxxxx.com. points back to 213.217.211.225.in-addr.arpa has no PTR record
181 Dec 27 20:28:55 lilacbbs sm-mta[3019]: lBRCSnps003019: SYSERR(root): MX list for xxxxx.com. points back to 213.217.211.225.in-addr.arpa has no PTR record
182 Dec 27 20:38:52 lilacbbs sm-mta[3274]: lBRCcntf003274: SYSERR(root): MX list for xxxxx.com. points back to 213.217.211.225.in-addr.arpa has no PTR record
xxxxx.com是我的站的名字,后面的ip是站的ip,域名已经生效,是一家运营商上面注册的,但是不知道ptr在哪里配置
这个应该怎么解决呢?
还有一个问题,就是发信的时候,同一封信,有的邮件服务器能够收到,但是有的却收不到,是不是被当成垃圾邮件服务器被拒收了?
--
修改:luckwithme FROM 61.167.60.*
FROM 61.167.60.*
我现在绑定的是ip是本地
/etc/mail/sendmail.cf:
291 O DaemonPortOptions=Family=inet, Name=MTA-v4, Port=smtp, Addr=127.0.0.1
292 O DaemonPortOptions=Family=inet, Name=MSP-v4, Port=submission, Addr=127.0.0.1
如果改成我自己网卡的地址的话,bbs发信就会失败,这个应该怎么改?能够绑定wildcard吗?
【 在 luckwithme (Marvel) 的大作中提到: 】
: 我配好sendmail之后,运行一段时间,发现/var/log/mail.warning中有很多这样的信息:
: 164 Dec 27 13:20:10 lilacbbs sm-mta[27169]: gethostbyaddr(225.211.217.213) failed: 1
: 165 Dec 27 13:23:56 lilacbbs sm-mta[27286]: gethostbyaddr(225.211.217.213) failed: 1
: ...................
--
FROM 61.167.60.*
请到LinuxApp版面
【 在 luckwithme (Marvel) 的大作中提到: 】
: 我现在绑定的是ip是本地
: /etc/mail/sendmail.cf:
: 291 O DaemonPortOptions=Family=inet, Name=MTA-v4, Port=smtp, Addr=127.0.0.1
: ...................
--
FROM 61.135.152.*