Re: Sendmail listens on *:465 when it is not supposed to!

2011-05-14 Thread Claus Assmann
On Sun, May 15, 2011, Michael Sioutis wrote: > # DAEMON_OPTIONS(`Family=inet, Port=465, Name=MTA-SSL, M=s')dnl (<--- > Yes, a "comment"!) > beginning with # and I thought these would be treated as comments as well. The fine documentation (cf/README) says:

Re: Sendmail listens on *:465 when it is not supposed to!

2011-05-14 Thread Michael Sioutis
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! ===

Re: Sendmail listens on *:465 when it is not supposed to!

2011-05-14 Thread Philip Guenther
On Wed, May 11, 2011 at 1:02 PM, Michael Sioutis 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=1

Sendmail listens on *:465 when it is not supposed to!

2011-05-11 Thread Michael Sioutis
OS: OpenBSD 4.9 i386 My configuration file for sendmail: divert(0)dnl VERSIONID(`@(#)openbsd-localhost.mc $Revision: 1.4 $') OSTYPE(openbsd)dnl FEATURE(nouucp, `reject')dnl FEATURE(`accept_unresolvable_domains')dnl FEATURE(`no_default_msa')dnl define(`SMART_HOST',`host.at.some.where')dnl MAILER(lo