Hello again! :) I may have left out something vital... I'm not on linux, so I do not have strace. I don't even have a "jail" binary, if your program uses that. I'm running this on OpenBSD 3.3, so the alternatives are ktrace (which I tried - only got the same messages I sent earlier), and really no alternative to jail other than chroot. It just occured to me that you might use an external program for jailing... Truly sorry about not relaying this information.
- Lasse Danielsen -----Opprinnelig melding----- Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] P� vegne av Andreas Aardal Hanssen Sendt: 19. juni 2003 08:25 Til: Binc IMAP Server Emne: Re: SV: [bincimap] Squirrelmail and filters >/var/qmail/bincimap/bin does exists, and I've even made it world >writable to see if that helped. No go. The others I haven't the >faintest. This is a hint to us about error reporting not being as good as it should be. I'm quite sure that you will find the problem if you first connect to the service, then attach to the server process (bincimap-up) with strace -f -p <pid of bincimap-up> Then log in. strace will dump a whole lot of "junk" ;) to the screen, and if you can find the line that says "chroot" or "chdir", then you will hopefully also see the error message reported by libc. Andy :-) -- Andreas Aardal Hanssen | http://www.andreas.hanssen.name/gpg Author of Binc IMAP | Nil desperandum

