I'm setting up the domain insidecinema.net. I've gone the path of least resistance, and set most of the system up through the webadmin.
I've got a working schema for virtual users in postgres, and now I'm seeing the following: When I authenticate using smtp, the query that gets sent to the authdaemon is getting the domain (everything after the "@") stripped from the query to the database. I.e. when I run authtest, strace'ing the authdaemon shows that my query looks like the following: # ./authtest [EMAIL PROTECTED] write(4, "UID=100\nGID=101\nHOME=/home/vmail/insidecinema/mark\[EMAIL PROTECTED]\nNAME=Mark Gallay\nMAILDIR=/home/vmail/insidecinema/mark/Maildir\nPASSWD=.IZR1DVmCpyd2\nPASSWD2=test123\n.\n", 183) = 183 But when I authenticate using esmtp, I see: send(6, "QSELECT mail_id, mail_crypt, mail_clear, uid, gid, home, maildir, \'\', name FROM mail_passwd WHERE mail_id = \'mark\'\0", 115, 0) = 115 Notice that "[EMAIL PROTECTED]" has become just "mark". This isn't happening in the pop3d, and so I'm wondering where in the config courier is getting the idea that I want it to alter the data it sends to the database. TIA, -Peter -- The 5 year plan: In five years we'll make up another plan. Or just re-use this one. ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
