2 messages in net.sourceforge.lists.courier-maildrop[maildropl] imapd chdir problem
FromSent OnAttachments
AnttiJun 14, 2004 5:04 pm 
Sam VarshavchikJun 14, 2004 5:40 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] imapd chdir problemActions...
From:Antti (puus@surfeu.fi)
Date:Jun 14, 2004 5:04:47 pm
List:net.sourceforge.lists.courier-maildrop

Hi,

I have installed postfix and courier with mysql support. My emailserver delivered early all email fine, but when I change dirrefent database to use, I get this error on my squirrelmail: ERROR : Connection dropped by imap-server.

And when I look syslog after that, it say: Jun 15 02:40:14 xxxxx imapd: Connection, ip=[::ffff:127.0.0.1] Jun 15 02:40:14 xxxxx imapd: LOGIN: DEBUG: ip=[::ffff:127.0.0.1], command=LOGIN Jun 15 02:40:14 xxxxx imapd: LOGIN: DEBUG: ip=[::ffff:127.0.0.1], username=xx@xxxxx.xxx Jun 15 02:40:14 xxxxx imapd: LOGIN: DEBUG: ip=[::ffff:127.0.0.1], password=xxxxxxxx Jun 15 02:40:14 xxxxx imapd: chdir "/var/mail/virtual/?": No such file or directory

Settings is correctly and login work, email delivery to right mailboxes etc, but I cannot connect to my mailbox (pop or imap). Imapd should change to /var/mail/virtual/xxxxx.xxx/xxx directory. It is correctly set on my authmysqlrc file, but imapd take this "/var/mail/virtual/?" yet... But wherefrom?? I have tried remove this "MYSQL_MAILDIR_FIELD CONCAT(home,'/',maildir)" from my authmysqlrc file, but imapd take still "/var/mail/virtual/?".

Can anybody help me??