Hi, Rudolf. :-) Great report.
On Wed, 29 Oct 2003 [EMAIL PROTECTED] wrote: >i have started using squirrelmail with binc imap and have some strange output >in log files (binc imap is logging to multilog). >part of logfile (filtered through tai64nlocal): >2003-10-29 10:50:55.096286500 9390 2 [EMAIL PROTECTED]:] Server died by >signal 6 (SIGABRT) for <[EMAIL PROTECTED]> The server aborted. That is usually not a good sign. ;) This explains why the server is dropping your connection, though. It's basically a controlled crash. >2003-10-29 10:54:42.745356500 9428 1 [EMAIL PROTECTED]:] Warning: unable >to enter jail path "/opt/bincimap/bin" The reason that Binc can not enter the jail is that bincimap-up is not allowed to run "chroot" or "setuid" if it is not root. Therefore, >exec 2>&1 >exec /usr/local/bin/softlimit -m 4000000 /usr/local/bin/tcpserver \ > -c 60 -u 89 -g 89 \ > -l rimmer.thinline.cz -HDRP \ In this run file, -u and -g must both be '0'. It is quite safe and very necessary to run bincimap-up as root. Perhaps this also solves the first problem - please report back. Andy :-) -- Andreas Aardal Hanssen | http://www.andreas.hanssen.name/gpg Author of Binc IMAP | "It is better not to do something http://www.bincimap.org/ | than to do it poorly."
