Re: [exim] Cram authentication and domain-specific password …

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Evgeniy Berdnikov
日付:  
To: exim-users
題目: Re: [exim] Cram authentication and domain-specific password file
On Wed, Jul 01, 2015 at 10:55:37AM +0200, Jonas Meurer wrote:
> Hi again,

...
> Problem is, that the password needs to be stored unencrypted in the
> password file for that authenticator. Is it possible to use encrypted
> password stores for cram-md5 authenticator, as it is for plain and
> login authenticators?


No. Benefit of cram-md5 is that password is not sent textually
on the net, but drawback is that it has to be stored unencrypted.
--
Eugene Berdnikov