On Sun, 3 Aug 2003, Robin Bowes wrote: >I'm using the latest version of squirrelmail - 1.5.0, checked out from CVS. >My web and mail are on the same server - Celeron 333MHz with 256MB RAM. The >server is generally pretty quite as it only hosts robinbowes.com and handles >my mail (I have only three users!) >Can you let me have your squirrelmail config settings?
I ran ./configure, then set the server port and switched on TLS. That's all I changed. I got three free mailboxes when I logged in, because I forgot to change the host settings. I actually also downloaded the old 1.2.11 version and tried it - it was just as fast on my system. recordio should be used on a plain text system, so on port 143 with "allow plain text authentication" = "yes". Then insert the app "recordio" before bincimap-up in the run file and recordio will then dump all communication to stderr. This does not work with xinetd, from what I know. The alternative is the trace Binc IMAP / xinetd / tcpserver using "strace -s 1024 -f -p <pid>". That will also show a dump of all communication. Andy :-) -- Andreas Aardal Hanssen | http://www.andreas.hanssen.name/gpg Author of Binc IMAP | "It is better not to do something | than to do it poorly."

