[Exim] MySql AUTH lookups failing

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Dan Egli
日付:  
To: exim-users
題目: [Exim] MySql AUTH lookups failing
This is a multi-part message in MIME format.
--
[ Picked text/plain from multipart/alternative ]
I'm trying to configure exim on my server to authenticate users via MySQL looksups. I have the Lookup portion working, but I cannot make Exim understand the returned password. I have tried both in unencrypted mode (set pass="mysecret") and encrypted mode (set pass=encrypt("mysecret", "my")) and exim returns failure on both attempts. How can I configure Exim to understand the encrypted password stored in MYSql? (Yes, it was compiled with libcrypt!)

Thanks!

--