OS: Fedora core 1
mySQL: 3.23.58-4
PHP: 4.3.3-6
Apache: 2.0.47-10 (php & mysql both work with web server)
MTA: postfix 2.0.19 – configured with virtual domains and virtual users stored in mysql database tables
Courier-imap-mysql: 3.0.3-1.1 (by default it uses port 110 not 143)
I’m uncertain how squirrelmail talks to the imap server but the following telnet commands work every time:
telnet localhost 110
user [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
pass password
list
quit
110 is usually POP. The commands you list here will fail on an IMAP server. Make sure you are running your IMAP server, not just POP. An IMAP telnet session looks like this:
telnet localhost 143 A01 LOGIN <username> <password> A02 SELECT INBOX etc
------------------------------------------------------- This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek For a limited time only, get FREE Ground shipping on all orders of $35 or more. Hurry up and shop folks, this offer expires April 30th! http://www.thinkgeek.com/freeshipping/?cpg297 -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id)95 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users