CanIt on Port 587
From Roaring Penguin
Revision as of 09:12, 14 October 2016 by MCoyne (talk | contribs) (Created page with "This can be done with configuration settings in the /etc/mail/sendmail.mc file. You need to add the line: DAEMON_OPTIONS(`Port=587,Name=MSA, Family=inet')dnl To the file ...")
This can be done with configuration settings in the /etc/mail/sendmail.mc file. You need to add the line:
DAEMON_OPTIONS(`Port=587,Name=MSA, Family=inet')dnl
To the file right after the first DAEMON_OPTIONS line. Then to have it take effect run:
make -C /etc/mail && service sendmail reload
If you have IPv6, the family should be inet6 instead of inet.