[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [msmtp-users] How to convince myself it's using CRAM MD5?



On Mon, 19. Feb 2007, 10:28:18 +0000, Eur Ing Chris Green wrote:
> However I'd like to totally convince myself it's using CRAM-MD5, is
> there any way I can get msmtp to report this to the log file?

No, but you can check with a test mail in debug mode:
$ echo -e "Subject: Test\n\nTest" | msmtp --debug -- you@...45...

Note that msmtp never sends cleartext passwords unless you force it 
by explicitly setting "auth plain" or "auth login". If msmtp cannot find a
non-cleartext authentication method, it aborts with "cannot use a secure
authentication method" by default.

Regards,
Martin