Mobile users can't send mail through Postfix on my XServe.
October 2, 2007 3:33 PM
Subscribe
XServe Postfix: How can I disable hostname verification so that mobile users can send mail successfully through my server?
One of our mail users cannot send messages through our server from her BlackJack phone. Checking the SMTP logs, I see lots of this:
Oct 2 18:15:11 rammserve postfix/smtpd[12253]: warning: 32.161.215.131: hostname mobile-032-161-215-131.mycingular.net verification failed: Host not found
Googling indicates that this is because the hostname has no PTR record. Nothing I can do about that, so I'm looking to disable this check. It's apparently due to the
reject_unknown_client_hostname configuration directive, and/or something in
smtpd_helo_restrictions.
However, I can't find where any of this stuff is enabled on the server. It's a default configuration XServe. I've looked over the output from
postconf -d, but can't find anything that's causing this warning. Where else should I look? Is this even the problem? If not, what else?
posted by odinsdream to computers & internet (6 comments total)
posted by marionnette en chaussette at 3:58 PM on October 2, 2007