On Tuesday, December 21 at 04:29 PM, quoth James Smith: > Below is my entire bincimap.conf
Hmm... well, with one or two minor and irrelevant exceptions (like the jail path) that's essentially identical to the one that I use. > And below is my bincimaps run file: > > #!/bin/sh > > exec 2>&1 > exec tcpserver -c 100 -u 0 -g 0 \ > -l $(hostname) -HDRP \ > 0 993 \ > /var/qmail/bin/bincimap-up \ > --logtype=multilog \ > --conf=/var/qmail/control/bincimap.conf --ssl -- \ > /var/qmail/bin/auth_pop > \ > /var/qmail/bin/bincimapd IMAPdir The only difference I see between this and the one I use is that IMAPdir at the end. Since the Maildir path is specified in the conf, you don't really need it. Who knows? Maybe there's a bug in binc's implementation of reading stuff from the commandline. Try removing the "IMAPdir" from the runfile and see if the weird folders still appear. Also, Andy's idea may be valid (I don't use qmail-ldap). auth_pop knows nothing of IMAPdir format (it's something unique to binc), and if it somehow thinks that it should be delivering to a folder called IMAPdir... it might be creating those folders. ~Kyle -- People demand freedom of speech to make up for the freedom of thought which they avoid. -- Soren Aabye Kierkegaard (1813-1855)
signature.asc
Description: Digital signature
