5 messages in net.sourceforge.lists.courier-maildrop[maildropl] authmysqlrc ignored?
FromSent OnAttachments
Dylan MarkowNov 27, 2006 2:34 pm 
Sam VarshavchikNov 27, 2006 3:16 pm 
Dylan MarkowNov 27, 2006 3:19 pm 
Sam VarshavchikNov 27, 2006 3:38 pm 
Dylan MarkowNov 27, 2006 4:19 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[maildropl] authmysqlrc ignored?Actions...
From:Dylan Markow (dmar@gmail.com)
Date:Nov 27, 2006 2:34:13 pm
List:net.sourceforge.lists.courier-maildrop

My setup is Postfix with virtual users, mysql, courier-imap/pop/maildrop/authlib. I have the following in my authmysqlrc:

MYSQL_SERVER localhost MYSQL_USERNAME mail MYSQL_PASSWORD XXXXX MYSQL_PORT 0 MYSQL_OPT 0 MYSQL_DATABASE maildb MYSQL_USER_TABLE users #MYSQL_CRYPT_PWFIELD crypt MYSQL_CLEAR_PWFIELD clear MYSQL_UID_FIELD uid MYSQL_GID_FIELD gid MYSQL_LOGIN_FIELD id MYSQL_HOME_FIELD home MYSQL_NAME_FIELD name MYSQL_MAILDIR_FIELD concat(home,'/',maildir) MYSQL_WHERE_CLAUSE enabled=1

Postfix is set to call maildrop, which works fine. I have my maildroprc file set to log its results, and entered options to log the "DEFAULT" and "HOME" variables. Basically, DEFAULT should be "/var/spool/mail/virtual/USERNAME/" but it's defaulting to /home/virtual/Maildir. This makes me think it's not even accessing the information from authmysqlrc? What gives?