Displaying 1 result from an estimated 1 matches for "agfkaubhzhjpyw4uzxuacgfyb2xh".
2007 Feb 21
1
login and plain-md5 in sql query
...ysql
1) How can i define a sql query for each auth mechanism ?
2)Why i can't set "default_pass_scheme = login" in my dovecot-sql.conf? :
dovecot: Feb 21 09:46:22 Info: auth(default): client in: AUTH 1
PLAIN service=IMAP secured lip=127.0.0.1 rip=127.0.0.1
resp=AGFkaUBhZHJpYW4uZXUAcGFyb2xh
dovecot: Feb 21 09:46:22 Info: auth-worker(default):
sql(adi at adrian.eu,127.0.0.1): query: SELECT
IF('adrian.eu'='',clear,crypt) AS password , user FROM mailbox WHERE
user = 'adi' AND domain = 'adrian.eu' AND status = '1' LIMIT 1
dovecot: Feb 21 09:46:22...