vote up 0 vote down star

Mail for my domain is handled by google apps service, all required DNS MX records entered correctly. Also I have webserver that handles HTTP requests for the domain. And I can't send mail from that server to my mail domain, sendmail ignores MX records and always trying to deliver all messages for my domain locally.

Looks like it consider domain name as local if it resolves to local ip address.

This is a cut from the logs:

Feb  7 18:03:03 vds sendmail[4100]: n17I33c2004100: test@example.com... User unknown
Feb  7 18:03:03 vds sendmail[4100]: n17I33c2004100: to=test@example.com, delay=00:00:00, mailer=local, pri=0, dsn=5.1.1, stat=User unknown
Feb  7 18:03:03 vds sendmail[4100]: n17I33c2004100: from=root, size=36, class=0, nrcpts=1, msgid=<200902071803.n17I33c2004100@vds.xxxxxx.com>, relay=root@localhost
flag

63% accept rate

4 Answers

vote up 0 vote down

Thank God for your comment, Rubens, "my sendmail was delivering messages locally instead of delivering them to the Google Apps mail account"! That's where all the missing emails are that my programs have been trying to send to various employees. Unfortunately I don't understand the solution "define(confDONT_PROBE_INTERFACES', true')". Is someone willing to talk to me further on this?

link|flag
It depends on what mail server you are using, what OS etc. Unfortunately I'm not using freebsd anymore (thanks god!) so don't have this problem and don't remember which file should be changed. If you're using sendmail try to find file sendmail.mc, add the line ("define(bla-bla-bla") to sendmail.mc and issue command make in the directory where sendmail.mc is. – Sergei Stolyarov Jun 26 at 15:58
vote up 0 vote down

It solved mine too. I was having the same problem. That is, my sendmail was delivering messages locally instead of delivering them to the Google Apps mail account.

Thanks.

Rubens Gomes http://www.rubens-gomes.com/

link|flag
vote up 1 vote down check

Well. Found a solution for my case.

Just add the following line to your source .mc-file and recreate sendmail.cf

define(`confDONT_PROBE_INTERFACES', `true')
link|flag
vote up 1 vote down

Ditch sendmail and get postfix. Sendmail is difficult to configure correctly, and difficult to keep secure. Postfix is easy on both counts. I have no experience with them, but I'm told that qmail and exim are equally good.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.