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

Re: [msmtp-users] interactively reading password from user



On Sun, 06. Feb 2005, 11:38:14 +0100, Michael Weiser wrote:
> I just did a quick hack to msmtp to use getpass() to ask the user for a
> password if none is supplied in msmtprc and an option getpass is set to
> on. 

I included something similar in 1.3.7. The password is asked for if
one is needed but not set in the configuration file.

I used a callback for this, so that it works with GNU SASL, too.

Thanks for the idea and patch!

Martin