I am running qmail-sql and have installed courier imap. 

I am able to logon with imap c;lient but it will not let me sync up folders. 

I have checked the authmysql file and I appear to have everything correct.

In my db the ‘home’ is defined as \home\domain\user\ so shouldn’t imap look to the Maildir directory below ‘home’.

It is creating .deleted items above Maildir

 

Here are the log errors and I have checked that I am running fam:

 

 

Apr 12 19:46:31 hermes imapd: Failed to create cache file: ./tmp/1050191191.22309_imapuid_0.hermes.marshtek.net
Apr 12 19:46:31 hermes imapd: Error: No such file or directory
Apr 12 19:46:31 hermes imapd: Failed to create cache file: ./tmp/1050191191.22309_imapuid_0.hermes.marshtek.net
Apr 12 19:46:31 hermes imapd: Error: No such file or directory
Apr 12 19:46:31 hermes imapd: Failed to create cache file: ./tmp/1050191191.22309_imapuid_1.hermes.marshtek.net
Apr 12 19:46:31 hermes imapd: Error: No such file or directory

 

Here is my select statement:

MYSQL_SELECT_CLAUSE SELECT concat(passwd.login, '@', passwd.virtual_host) as id, passwd.password,passwd.password as '', passwd.uid, passwd.gid, passwd.home, passwd.home as '', passwd.hardquota, passwd.login as '' from passwd WHERE passwd.login = '$(local_part)' AND passwd.virtual_host = '$(domain)' AND passwd.enabled = '1' or passwd.enabled is NULL

 

 

 

Where else should I look???

Reply via email to