I've been using SquirrelMail for the past couple days and like it quite a bit.
OT: I've had one annoying problem, though. I believe it's an Apache-SSL/PHP issue, however. I have several different addresses for my webserver -- The public domains point to the IP of my firewall, and the firewall forwards port 80 and 443 to the webserver. There're also several names for the webserver on the LAN. When connecting to my fake LAN domain (www.fakedomain.tld) within the network, I'm redirected to the webserver's hostname (webserver.fakedomain.tld). This isn't a problem when I'm inside the LAN, but causes major problems when someone is connecting remotely. When they connect to my public IP, the request is forwarded to the webserver properly, however, the webserver redirects them to it's LAN hostname (webserver.fakedomain.tld), which doesn't resolve for anyone outside of my LAN. I've checked all the apache-ssl configs, and everything looks OK (ServerName isn't set). It appears as though something is 'recommending' that clients are redirected to webserver.fakedomain.tld, though, unless a redirect is actually present, they go where they're supposed to. The first time I send a request to the webserver, the PHP variable, $HTTP_HOST, is changed to webserver.fakedomain.tld regardless of the actual request. When a client re-requests the real address, it returns it without issue (and $HTTP_HOST is the requested servername). I don't appear to have any of these problems when using the regular, non-ssl apache. Does any of this make sense? Any ideas? :) > the question remains -- > > is there a DEBIAN/POTATO PACKAGE to install a webmail > server? (we like the looks of acmemail/sparkle, as it works > with MOD_PERL/APACHE...) > > -- > I use Debian/GNU Linux version 2.2; > Linux server 2.2.17 #1 Sun Jun 25 09:24:41 EST 2000 i586 unknown > > DEBIAN NEWBIE TIP #73 from USM Bish <[EMAIL PROTECTED]> > : > Looking for a way to CAPTURE A TRANSCRIPT OF SOME COMMANDS? > Easy! To catch anything from the screen when it scrolls by, > use "script": > script file-to-save-transcript-in.txt > <command> > <command> > exit <== don't forget this! > (It spawns another shell, and displays everything so you can > work -- but it also saves the output in the file at the same > time.) Then "pager file-*transcript*" to review it. Or email it. > Or edit it for inclusion in a manual you're writing. > > Also see http://newbieDoc.sourceForge.net/ ... > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] >

