Hi,
I am using bincimap-1.2.9final on a test machine of mine. I downloaded
the tar ball, extracted it, ./configure, make and make install.
I wanted it under daemontools so I had a run file like,
#!/bin/sh
exec 2>&1
exec tcpserver -vc 100 -u 0 -g 0 \
-l $(hostname) -HDRP \
0 143 \
/usr/local/bin/bincimap-up \
--logtype=multilog \
--conf=/usr/local/etc/bincimap.conf -- \
/bin/checkpassword \
/usr/local/bin/bincimapd
Then for a test account "tata" using Mozilla 1.6 under Linux I could mails.
But when I tried to send a mail, the mail got sent but Mozilla hanged at
"Copying message to sent folder".
# pwd
/home/tata/Maildir
# ls -la
total 32
drwx------ 5 tata tata 4096 Sep 14 15:49 ./
drwxr-xr-x 4 tata tata 4096 Sep 14 15:29 ../
-rw------- 1 tata tata 107 Sep 14 15:49 bincimap-cache
-rw------- 1 tata tata 6 Sep 14 15:48 .bincimap-subscribed
-rw------- 1 tata tata 71 Sep 14 15:49 bincimap-uidvalidity
drwx------ 2 tata tata 4096 Sep 14 15:49 cur/
drwx------ 2 tata tata 4096 Sep 14 15:49 new/
drwx------ 2 tata tata 4096 Sep 14 15:49 tmp/
What am I missing this time?
With warm regards,
-Payal