Hi everyone! Im currently running a server (more like building a server) that is going to host a number of very large domains. For this reason I am planning on running vpopmail with --enable-large-site=y.. I am running v4.9.8-1 The problem is, when I turn on --enable-ip-alias-domain (and add the ip <-> domain map using vipmap), it seems to break everything.. I need ip-aliasing to be turned on (so I dont have to tell 30k users to use username%domain).. Example (with large-site=y, and ip-alias=y): [corvus@vadept corvus]$ telnet 209.142.1.151 110 Trying 209.142.1.151... Connected to 209.142.1.151. Escape character is '^]'. +OK <[EMAIL PROTECTED]> user test +OK pass blah vsql_getpw: failed select -ERR authorization failed Connection closed by foreign host. The logs show (tm): Mar 17 17:37:22 borg vpopmail[15723]: vchkpw: No user found test@:209.142.1.150 Now when I compiled vpopmail with just ip-alias (not as large-site), it worked perfectly.. It looks like mysql isnt looking for the individual domain tables, just the master vpopmail table... Wierd Did I stumble on a fixable bug? -- :)!