I have replied earlier this: =================================================================== *PROBLEM SOLVED*
I had this line in my openbsd-localhost.mc: # DAEMON_OPTIONS(`Family=inet, Port=465, Name=MTA-SSL, M=s')dnl (<--- Yes, a "comment"!) When I removed it, no more *:465! =================================================================== I knew that dnl should be used to have comments, but in the beginning of the file there were also lines beginning with # and I thought these would be treated as comments as well. Aparently not! Mike On Sat, May 14, 2011 at 11:54 PM, Philip Guenther <[email protected]> wrote: > On Wed, May 11, 2011 at 1:02 PM, Michael Sioutis <[email protected]> wrote: >> My configuration file for sendmail: > ... >> FEATURE(`no_default_msa')dnl >> DAEMON_OPTIONS(`Family=inet, address=127.0.0.1, Name=MTA')dnl >> DAEMON_OPTIONS(`Family=inet6, address=::1, Name=MTA6, M=O')dnl >> DAEMON_OPTIONS(`Family=inet, address=127.0.0.1, Port=587, Name=MSA, M=E')dnl >> DAEMON_OPTIONS(`Family=inet6, address=::1, Port=587, Name=MSA6, M=O, M=E')dnl > ... >> $ netstat -na | grep "LISTEN" >> ... >> tcp 0 0 127.0.0.1.587 *.* LISTEN >> tcp 0 0 127.0.0.1.25 *.* LISTEN >> tcp 0 0 *.465 *.* LISTEN >> ... >> >> I can understand 127.0.0.1.587 and 127.0.0.1.25, but there did *.465 come from?! >> >> Also to make sure it is sendmail, fstat | grep 465 >> root sendmail 9885 4* internet stream tcp 0xd8dd8cc0 *:465 > > Are you actually using the .cf generated from that .mc? What's the output of > grep DaemonPortOptions /etc/mail/sendmail.cf > ? > > I guess there's also the question of whether that process is the > sendmail MTA and not smtpd or some other MTA. > > > Philip Guenther

