Bob Gorman wrote:
Hello,
I'm working toward enabling SMTPS on port 465, with sendmail-8.12.10-1.1.1 under FC1.
sendmail.mc contains this option:
dnl # The following causes sendmail to additionally listen to port 465, ...
dnl DAEMON_OPTIONS(`Port=smtps, Name=TLSMTA, M=s')dnl
However, when I enable SMTPS, sendmail stops listening on SMTP port 25.
Any ideas on how to get the SMTPS configuration option to work with SMTP?
Do you have a line in your sendmail.mc like this:
DAEMON_OPTIONS(`Port=smtp,Name=MTA')
?
Jeremy