Hello,
I'm trying to get a new qmail-ldap install working. The box will handle pop3/imapd and customer outbound mail (qmail-smtp with no domains in rcpthost or locals). The outbound mail seems to work pretty well. I'm having trouble with the IMAP server (courier-imap) not deleting mails in the maildir.
Here is my setup
mailserver = Fedora Core 2 qmail-ldap = qmail-ldap-1.03-20040801.patch imap = courier-imap-3.0.7-1_fc2.i386.rpm
If I send mail through my other mail system it is entered into our NFS server (/home/QMAIL/msgs/m/matthew/Maildir/new) when I check the mail with the new server using IMAP the message is moved from 'new' to 'cur'. If I delete the message (Apple Mail client) the message is deleted from my inbox but remains in 'cur'. When I check mail again the message re-appears in my inbox.
qmail-imap log looks like
@40000000417fe3df29a5e744 INFO: LOGIN, user=matthew, ip=[a.b.c.d], protocol=IMAP
@40000000417fe3df30018ef4 ERR: DISCONNECTED, user=matthew, ip=[a.b.c.d], headers=6944, body=0
@40000000417fe3df3005f7dc tcpserver: end 20285 status 0
@40000000417fe3df30060f4c tcpserver: status: 0/40
@40000000417fe3e51c0e7ccc tcpserver: status: 1/40
@40000000417fe3e51c117e54 tcpserver: pid 20288 from a.b.c.d
@40000000417fe3e51c137e0c tcpserver: ok 20288 msa1.crocker.com:q.w.e.r:143 :a.b.c.d::14767
@40000000417fe3e51c22a10c DEBUG: Connection, ip=[a.b.c.d]
@40000000417fe3e51c248184 DEBUG: Disconnected, ip=[a.b.c.d]
@40000000417fe3e51c26d344 tcpserver: end 20288 status 0
@40000000417fe3e51c26eab4 tcpserver: status: 0/40
@40000000417fe3e72519759c tcpserver: status: 1/40
@40000000417fe3e72519a094 tcpserver: pid 20289 from a.b.c.d
@40000000417fe3e7251b32ec tcpserver: ok 20289 msa1.crocker.com:q.w.e.r:143 :a.b.c.d::14784
@40000000417fe3e725299a6c DEBUG: Connection, ip=[a.b.c.d]
@40000000417fe3e726e9a5a4 INFO: LOGIN, user=matthew, ip=[a.b.c.d], protocol=IMAP
@40000000417fe3e72bf1afec ERR: DISCONNECTED, user=matthew, ip=[a.b.c.d], headers=6944, body=0
@40000000417fe3e72bf68634 tcpserver: end 20289 status 0
@40000000417fe3e72bf6a18c tcpserver: status: 0/40
If I try to compile courier-imap from source it complains about too many arguments on the command line. I'm using the run scripts that came with qmail-ldap.
Any suggestions?
-Matt
