Hello!
After the initial happy time with increased speed and joy, I've experienced
some difficulties. It seems bincimap hangs by some reason. It did not do so
with 1.1.8 or 1.1.9. Here's a quick "top":
> top
PID USERNAME PRI NICE SIZE RES STATE WAIT TIME CPU COMMAND
26114 vpopmail 62 0 9996K 4704K run - 73:06 12.50% bincimapd
28886 vpopmail 64 0 9996K 4296K run - 67:43 11.08% bincimapd
15048 vpopmail 62 0 9996K 4624K run - 69:45 10.99% bincimapd
9309 vpopmail 62 0 10M 4676K run - 71:26 10.89% bincimapd
23720 vpopmail 64 0 9996K 4640K run - 70:23 10.89% bincimapd
23122 vpopmail 64 0 9996K 4696K run - 72:11 10.74% bincimapd
10519 vpopmail 62 0 9996K 4436K run - 74:12 10.45% bincimapd
882 vpopmail 62 0 9996K 4624K run - 73:33 10.45% bincimapd
3991 www 14 0 6020K 9060K idle semwai 1:22 0.00% httpd
<--snip-->
> uptime
2:22AM up 3 days, 57 mins, 1 user, load averages: 0.48, 1.03, 1.29
I'ts curious that it uses ~10M on all processes - is there a connection? I
really do not know where to start looking for the source of the problem, and
was thinking maybe some one on the list knew a plausible cause for it.
Just in case you want the content of the run and config files,
here's my run-file:
#!/bin/sh
# $Id: run.in,v 1.7 2003/05/12 21:17:40 andreaha Exp $
# daemontools supervise run-file for Binc IMAP Service.
exec 2>&1
exec tcpserver -c 100 -u 89 -g 89 \
-l $(hostname) -HDRP \
0 143 \
/var/qmail/bincimap/bin/bincimap-up \
--logtype=multilog \
--conf=/var/qmail/etc/bincimap/bincimap.conf -- \
/var/qmail/vpopmail/bin/vchkpw \
/var/qmail/bincimap/bin/bincimapd
and here a condensed conf:
allow plain auth in non ssl = "yes", /* allow login or
disable starttls = "yes"
jail path = "/var/qmail/bincimap/bin",
jail user = "nobody",
jail group = "nobody"
type = "stderr", /* supports
environment ip variable = "TCPREMOTEIP"
depot = "Maildir++", /* Use Maildir++ style
type = "Maildir", /* only Maildir
path = "Maildir", /* default path */
auto create inbox = "yes", /* create INBOX in
auto subscribe mailboxes = "INBOX", /* list mailboxes
umask = "077" /* use this umask
pem file = "/usr/share/ssl/certs/stunnel.pem", /* private key and
ca file = "", /* file to use as
cipher list = "!ADH:RC4+RSA:HIGH:MEDIUM:LOW:EXP:+SSLv2:+EXP",
verify peer = "no"
Any help is appreciated. :)
Regards,
Lasse Danielsen