On 1/18/2012 12:44 PM, bilal ghayyad wrote: > Hi All; > > Other than using TLS, how I can protect my self to make the password not > possible to be discover? > > What is the required to use the noplaintext? Because if I used it, I am > getting error that it is not a valid mechanism, is there any required library > to be installed so I can use the noplaintext? > > Do I have to use the SASL of the Dovecot to be able to use noplaintext? > > Appreciate the kindly help > > Regards > Bilal
To use noplaintext in postfix, the AUTH provider -- Dovecot in this case -- must be configured to support some non-plaintext mechanism, eg. dovecot.conf: auth default { mechanisms = login plain cram-md5 ... (followups for dovecot auth questions on the dovecot-users list). Also note that some popular email clients only support PLAIN and/or LOGIN and won't be able to send mail with noplaintext. -- Noel Jones