Sujet : Re: sendmail AUTH
De : wagnes (at) *nospam* jemoni.to (Wolfgang Agnes)
Groupes : comp.mail.sendmailDate : 09. Nov 2024, 22:09:51
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <87a5e8ru5c.fsf@jemoni.to>
References : 1 2 3 4
Andrzej Adam Filip <
anfi@onet.eu> writes:
Wolfgang Agnes <wagnes@jemoni.to> wrote:
[…]
--8<-------------------------------------------------------->8---
220 my.host.name ESMTP Sendmail 8.18.1/8.18.1; Fri, 8 Nov 2024
07:51:24 -0300 (-03)
EHLO localhost
250-my.host.name Hello localhost [127.0.0.1], pleased to meet you
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-8BITMIME
250-SIZE
250-DSN
250-ETRN
250-STARTTLS
250-DELIVERBY
250 HELP
--8<-------------------------------------------------------->8---
>
I'll have to recompile Sendmail.
>
Take a look at https://www.sendmail.org/~ca/email/auth.html
Thanks! I now have support for DIGEST-MD5 and CRAM-MD5.
--8<-------------------------------------------------------->8---
# sendmail -bs -Am
220 my.host.name ESMTP Sendmail 8.18.1/8.18.1; Sat, 9 Nov 2024 17:26:51 -0300 (-03)
ehlo localhost
250-my.host.name Hello
root@localhost, pleased to meet you
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-8BITMIME
250-SIZE
250-DSN
250-ETRN
250-AUTH DIGEST-MD5 CRAM-MD5
250-STARTTLS
250-DELIVERBY
250 HELP
--8<-------------------------------------------------------->8---
I made sure not to add PLAIN or LOGIN, although I'd accept such
authentications if I can make sure the conversation would be always
wrapped in TLS, which I think it would be desirable for port 587. But I
don't if that's easy to do.
Anyway, thanks for the help.