|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] Collegeville, PA FiOS now blocking outgoing port 25
|
Sendmail users can enable Submission with the following macro:
DAEMON_OPTIONS(`Port=submission, Name=MSA, M=Ea')dnl
However, most will want to enable SSL/TLS, which automatically expands
to include the submission daemon:
DAEMON_OPTIONS(`Port=smtps, Name=TLSMTA, M=s')dnl
--
Sean
___________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|