PDA

View Full Version : Dovecot + TLS + Squirrelmail


c4rdinal
3rd July 2008, 09:28
Hi,

I'm configuring my Webmail using squirrelmail. However, whenever I login to squirrelmail the screen wemt "blank".

The logs show:

/var/log/mail.log

Jul 3 23:54:56 mx-1 dovecot: imap-login: Login: user=<user1@domain.com>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured
Jul 3 23:54:56 mx-1 dovecot: IMAP(user1@domain.com): Disconnected: Logged out
Jul 3 23:55:11 mx-1 dovecot: pop3-login: Login: user=<user1@domain.com>, method=PLAIN, rip=10.10.10.222, lip=10.10.10.101, TLS

My SquirrelMail config:

4. IMAP Server : localhost
5. IMAP Port : 995
6. Authentication type : login
7. Secure IMAP (TLS) : true
8. Server software : dovecot
9. Delimiter : detect

I can successfully login and collect emails on using Thunderbird using SSL at port 995 and telnet but not with SquirrelMail.

Please help.

topdog
3rd July 2008, 18:31
That seems to indicate a php problem you need to turn on error logging or display errors to the screen to see what the actual fatal error is.

c4rdinal
4th July 2008, 09:29
Got it I used the wrong port. Port should be 993 not 995

Thanks!