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
