Dovecot + TLS + Squirrelmail

Discussion in 'Installation/Configuration' started by c4rdinal, Jul 3, 2008.

  1. c4rdinal

    c4rdinal New Member

    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=<[email protected]>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured
    Jul 3 23:54:56 mx-1 dovecot: IMAP([email protected]): Disconnected: Logged out
    Jul 3 23:55:11 mx-1 dovecot: pop3-login: Login: user=<[email protected]>, 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.
     
  2. topdog

    topdog Active Member

    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.
     
  3. c4rdinal

    c4rdinal New Member

    Got it I used the wrong port. Port should be 993 not 995

    Thanks!
     

Share This Page