Re: [CentOS] sendmail config finding wrong relay

2015-09-30 Thread Alexander Dalloz
Am 30.09.2015 um 22:18 schrieb Laurent Blume: Le 2015/09/30 17:32 +0200, Jerry Geis a écrit: Hi all, I set my sendmail.mc file to have a SMART_HOST entry of mail.xyz.com I do "make" and "service sendmail restart" ... I should be good, but no. :) As explained by others, SMART_HOST is used for

Re: [CentOS] sendmail config finding wrong relay

2015-09-30 Thread Devin Reade
Check the config not only in sendmail.mc, but also in submit.mc ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] sendmail config finding wrong relay

2015-09-30 Thread Laurent Blume
Le 2015/09/30 17:32 +0200, Jerry Geis a écrit: Hi all, I set my sendmail.mc file to have a SMART_HOST entry of mail.xyz.com I do "make" and "service sendmail restart" ... I should be good, but no. :) As explained by others, SMART_HOST is used for domains for which it has no information (basic

Re: [CentOS] sendmail config finding wrong relay

2015-09-30 Thread Frank Cox
On Wed, 30 Sep 2015 13:48:12 -0400 Jerry Geis wrote: > So nothing extra in any files - but then /var/log/maillog instread of relay > to mail.xyz.com it goes somewhere else. Where is "somewhere else" and what in what part of the sendmail configuration do you have somewhere else defined, listed or

Re: [CentOS] sendmail config finding wrong relay

2015-09-30 Thread Jerry Geis
>By which you mean that sendmail.cf contains the line: >DSrelay:mail.xyz.com ? Yes that is correct. >SMART_HOST will relay mail to destinations for which it doesn't have explicit routing information. > Do you also have a mailertable defined which might include the recipient domain, for example?

Re: [CentOS] sendmail config finding wrong relay

2015-09-30 Thread Nels Lindquist
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 9/30/2015 9:32 AM, Jerry Geis wrote: > I set my sendmail.mc file to have a SMART_HOST entry of > mail.xyz.com I do "make" and "service sendmail restart" ... I > should be good, but no. :) > however when I do a test mail - its trying to RELAY to

[CentOS] sendmail config finding wrong relay

2015-09-30 Thread Jerry Geis
Hi all, I set my sendmail.mc file to have a SMART_HOST entry of mail.xyz.com I do "make" and "service sendmail restart" ... I should be good, but no. :) If I do "host mail.xyz.com" I get the correct address and if I "telnet mail.xyz.com 25" I get a connection. however when I do a test mail - its