Re: How do I make mail authenticate?
"Sergey Poznyakoff" <[email protected]> Tue, 11 Jun 2024 09:12:32 +0200
| Newsgroups | gmane.comp.gnu.mailutils.bugs |
|---|---|
| Organization | GNU.org.ua |
| Message-ID | <[email protected]> |
Yuri Kanivetsky <[email protected]> ha escrit: > $ echo test mail | mail --debug-level all.prot --exec 'set > sendmail=smtps://yuri%40example.com:...;[email protected]' -s > 'test mail' [email protected] > > but it doesn't authenticate (doesn't send the AUTH command). Any suggestions? Make sure mailutils is compiled with support for GSASL. Running 'mailutils info gsasl' should show WITH_GSASL. Regards, Sergey