Enable submission port 587 in Sendmail

To enable submission access on port 587 in sendmail, add the following to the sendmail.mc:

DAEMON_OPTIONS(`Port=submission, Name=MSA, M=Ea')dnl

Rebuild the sendmail.cf file and restart sendmail.

Digg This
Reddit This
Stumble Now!
Buzz This
Vote on DZone
Share on Facebook
Bookmark this on Delicious
Kick It on DotNetKicks.com
Shout it
Share on LinkedIn
Bookmark this on Technorati
Post on Twitter
Printed from: http://rackerhacker.com/2007/05/21/enable-submission-port-587-in-sendmail/ .
© Major Hayden 2010.

2 Comments   »

  • AR says:

    It is only a small part of the solution. For example if you do not specify 'no default msa' feature it is not going to work.

  • Jake says:

    I find that to enable submission access on port 587 in sendmail, I need to ensure the following are both set in sendmail.mc:

    DAEMON_OPTIONS(`Port=smtp, Name=MTA')dnl
    DAEMON_OPTIONS(`Port=submission, Name=MSA, M=Ea')dnl

    Then do:

    m4 sendmail.mc > sendmail.cf
    service sendmail restart

RSS feed for comments on this post , TrackBack URI

Leave a Reply