TLS + Postfix broken

Discussion in 'Installation/Configuration' started by XRolando, Oct 16, 2008.

  1. XRolando

    XRolando New Member

    TLS has not worked since I installed ISPConfig a year ago or so, so I thought I would try and fix it with your help :)

    this is what my /var/log/mail tells me when I try to connect:

    Oct 16 19:51:23 main imapd: Connection, ip=[::ffff:91.153.250.235]
    Oct 16 19:51:23 main imapd: Disconnected, ip=[::ffff:91.153.250.235], time=0

    And this is what I get from Evolution:

    Failed to connect to IMAP server mydomain.tld in secure mode: STARTTLS not supported

    Everything works fine without encryption.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Postfix != imapd, so the lines above have nothing to do with postfix and tls.

    To fix the postfix configuration, please redo the steps from the üperfect setup guide for your linux distribution and version. You find the links on ispconfig.org.
     
  3. XRolando

    XRolando New Member

    Quite right! I mistook postfix for courier-imap.

    Anyways, imap works fine without TLS:

    Oct 17 23:36:48 main imapd: LOGIN, user=webxx_user, ip=[::ffff:91.153.250.235], protocol=IMAP
    Oct 17 23:36:57 main imapd: LOGOUT, user=web17_admin, ip=[::ffff:91.153.250.235], headers=0, body=0, rcvd=227, sent=1827, time=9

    But once I enabled TLS it doesnt work:

    Oct 17 23:37:30 main imapd: Connection, ip=[::ffff:91.153.250.235]
    Oct 17 23:37:30 main imapd: Disconnected, ip=[::ffff:91.153.250.235], time=0
    Oct 17 23:37:31 main imapd: Connection, ip=[::ffff:91.153.250.235]
    Oct 17 23:37:31 main imapd: Disconnected, ip=[::ffff:91.153.250.235], time=0
    Oct 17 23:37:33 main imapd: Connection, ip=[::ffff:91.153.250.235]
    Oct 17 23:37:33 main imapd: Disconnected, ip=[::ffff:91.153.250.235], time=0

    Are there any other logfiles I can check? This was from /var/log/mail (running opensuse 10.3 and I followed the howtoforge guide to the letter).
     

Share This Page