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

Reply via email to