On 07/09/2012 02:12 AM, 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.

Wrong. I had to set sendmail up to use my hosting company as a smarthost because I needed to use it to update linuxcounter.org and my ISP blocks outbound port 25. I added this line (among other changes) to sendmail.mc and rebuilt sendmail.cf:

define(`RELAY_MAILER_ARGS', `TCP $h 587')dnl

It works just fine.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to