After installing squirrelmail I go to the login screen and
input my email address and password. It waits for a few moments then
consistently displays “ERROR:Connection dropped by imap-server”.
I have configured squirrelmail to use courier and changed the imap port to
110. I am able to successfully connect to my server using “telnet
servername 110”. I can login with my email address and password and
list the messages in the queue so I know my imap server is running. My
configuration follows: 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] pass password list quit Any help or ideas will be greatly appreciated. |