search for: imap_act

Displaying 2 results from an estimated 2 matches for "imap_act".

Did you mean: imap_acl
2006 Dec 17
1
Proxy with MasterUser + Authentication issues
...earpasswd AS password, v.storeIP AS host, CONCAT(v.userID,'*someuser') AS destuser, 'Y' AS nologin, 'Y' AS nodelay, 'Y' AS proxy, 'somepass' AS pass FROM iwmailsystem.virtmailbox AS v NATURAL JOIN authenticate.users AS a WHERE v.userID = '%u' and v.imap_active = 1 I'm wanting to authenticate the user on the proxy before I send it off via the MasterUser to the destination server. However, I show this in the logs: Info: auth(default): client in: AUTH 1 PLAIN service=IMAP lip= x.y.z.a rip=a.b.c.d resp=AGJ1dGNoQGluZm93ZXN0LmNvbQBzZW...
2006 Dec 15
1
Proxy MD5/NTLM requests not working
...E1MmZhNzdhNDJlODVmMjAy Info: auth-worker(default): sql(user at host.com,209.x.x.x): query: SELECT NULL AS password, v.storeIP AS host, v.userID AS destuser, 'Y ' AS nologin, 'Y' AS nodelay, 'Y' AS proxy FROM virtmailbox AS v WHERE v.userID = 'user at host.com' and v.imap_active = 1 Error: auth-worker(default): file passdb.c: line 120 (passdb_handle_credentials): assertion failed: (password != NULL) Error: child 69536 (auth-worker) killed with signal 6 Info: auth(default): client out: FAIL 1 user=user at host.com temp This last error is the same that I get when...