Displaying 3 results from an estimated 3 matches for "storeip".
2007 Feb 19
2
NTLM oddities
...UTH
1 NTLM service=POP3 lip=204.17.177.60 rip=209.33.215.142
resp=
dovecot: Feb 19 16:15:56 Info: auth(mail.infowest.com): client out:
CONT 1
dovecot: Feb 19 16:15:56 Info: auth-worker(mail.infowest.com): sql(John,
209.33.215.142): query: SELECT a.clearpasswd AS password, v.storeIP AS host,
CONCAT(IF('John' LIKE
'%@%.%',CONCAT(LCASE('John'),''),CONCAT(LCASE('John'),'@',p.host)),'*masteruser')
AS destuser, 'Y' AS nologin, 'Y' AS nodelay, 'Y' AS proxy, 'masterpass' AS
pass FROM iwmailsystem....
2006 Dec 17
1
Proxy with MasterUser + Authentication issues
...roxy to my destination server.
This might allow for the use of 'secure password' for my clients that like
to check that box by default.
A couple of problems I'm running into running RC15:
#1: My Proxy's SQL password_query line:
password_query = SELECT a.clearpasswd 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...
2006 Dec 15
1
Proxy MD5/NTLM requests not working
...ult): client out: CONT 1
PDg1NDgyMTgxOTgyNzI0NDIuMTE2NjIwMzg2MkBtYXJiZWxsYS5pbmZvd2VzdC5jb20+
Info: auth(default): client in: CONT 1
YnV0Y2hAaW5mb3dlc3QuY29tIDIzM2FjODE3NmMwNzZkNWE1MmZhNzdhNDJlODVmMjAy
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...