> If exim supports plaintext and md5 methods, could you tell me how a > valid mysql password_hash fileld should be? For plaintext and md5? In SQL it is enough to use the MD5()-function, and compare the password
with the one in your database, or use the ${if crypteq ...}
operator of exims expansion-language, but read the docs about this ;)