sendmail

Ed Greshko Ed.Greshko at greshko.com
Mon Jul 9 09:21:36 UTC 2012


On 07/09/2012 05:12 PM, Ed Greshko wrote:
> But, when sendmail talks to sendmail (your system to orange) it is using port 25.  I
> don't think there is a way to tell sendmail to use port 587 to connect to a remote
> server (MTA--->MTA).  Port 587 is supposed to be used for MUA--->MTA communications.

Oooppssss    I think Chris hit it on the nail head....   (His email landed in the
wrong folder due to bad pattern matching on my part and I just read it.....)

########################################################################
dnl Send all outbound mail through this host
define(`SMART_HOST',`[smtp.auth.orange-business.com]')

dnl Use port 587 (instead of 25) when sending mail
define(`RELAY_MAILER_ARGS', `TCP $h 587')
define(`ESMTP_MAILER_ARGS’, `TCP $h 587′)
########################################################################






-- 
Never be afraid to laugh at yourself, after all, you could be missing out on the joke
of the century. -- Dame Edna Everage


More information about the users mailing list