Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Feb 2009 01:58:19 +0200
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        Seur Bors <seurbors@gmail.com>
Cc:        questions@freebsd.org
Subject:   Re: sendmail not listening on port 465
Message-ID:  <87r61wsjj8.fsf@kobe.laptop>
In-Reply-To: <26b281ee0902171341w6c0b5512y57f5f4c00b99d462@mail.gmail.com> (Seur Bors's message of "Tue, 17 Feb 2009 16:41:34 -0500")
References:  <26b281ee0902171230j4a522b7bu57bd87b061a4e46f@mail.gmail.com> <26b281ee0902171341w6c0b5512y57f5f4c00b99d462@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 17 Feb 2009 16:41:34 -0500, Seur Bors <seurbors@gmail.com> wrote:
> Greetings,
>
> I'm using 7.0-RELEASE-p9, Sendmail 8.14.2 (Compiled with ... STARTTLS SASLv2
> ...)
>
> I'm having problems with Sendmail. Everything is working fine, except
> that the sendmail daemon is not listening on port 465.  I'm currently
> in a jailed environment, and have followed the directions in Lucas's
> "Absolute FreeBSD 2nd Edition" (which is an amazing book by the way,
> and well worth the $60!), with regards to the full jail setup, and
> additions for rebuilding Sendmail.  I also have Apache and Dovecot
> installed, which both use the self-signed certificates for SSL without
> err.
>
> my .cf has:
>
> DAEMON_OPTIONS(`Port=smtps, Name=TLSMTA, M=s')dnl

You might have to turn off the default MSA and define your own with:

    FEATURE(`no_default_msa')
    DAEMON_OPTIONS(`Port=smtp, Name=MTA')dnl
    DAEMON_OPTIONS(`Port=587, Name=MSA, M=E')
    DAEMON_OPTIONS(`Port=smtps, Name=TLSMTA, M=s')

I can't test a TLS setup right now, as I am running another test for a
few hours.  Try the above and if it fails, let me know.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?87r61wsjj8.fsf>