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??