2010/1/23 Markus Müller <[email protected]>: > Hello, > > if is possible that the passwort which crossed the internet to logon via > POP3, IMAP or SMTP_AUTH is secured instead PLAIN ? > as example: CRAM MD5, SHA, etc. ?
Unfortunately the fact that we store password encrypted does not allow use to support more secure authentication types. In order to support different authentication methods we would need to change much more in internal code. Contribution is welcome, in the mean time use of ssl is the best choice. Stefano --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
