On Thu, Sep 18, 2003 at 03:37:17PM -0500, Thomas Klettke wrote: > (My previous subject line was somewhat unclear - hence the re-phrase.) > > Has anyone found a way to make smtp_auth use another mechanism than > "plain" or "login"? (e.g. CRAM-MD5, DIGEST-MD5, etc.) >
CRAM-MD5 is a no go because you need to store and access cleartext password in the ldap tree. As for DIGEST-MD5 I'm unsure, I need to read the RFC. IIRC the server needs to store a secret key but the passwords are encrypted but in a special way (perhaps incompatible with auth_pop). -- :wq Claudio
