Outlook 2013 - Fails to connect to SMTP/IMAP

Discussion in 'Installation/Configuration' started by strang3r, Dec 3, 2014.

  1. strang3r

    strang3r Member

    Hi,

    I am trying to setup my web email account with outlook using POP3.

    Port using:
    POP3 Port: 110
    SMTP Port : 465
    IMAP Port : 143

    Each time I am trying to connect to server and send test email using outlook client. It gets connected to incoming mail server but fails at connecting to outgoing smtp server.

    And if I use IMAP protocol then it just never get connects in both incoming and outgoing (smtp).

    this is what getting populated in my var/log/mail.log

    Code:
    Dec  3 09:40:01 server4 postfix/smtpd[5360]: connect from localhost[::1]
    Dec  3 09:40:01 server4 postfix/smtpd[5360]: lost connection after CONNECT from localhost[::1]
    Dec  3 09:40:01 server4 postfix/smtpd[5360]: disconnect from localhost[::1]
    Dec  3 09:40:01 server4 dovecot: pop3-login: Disconnected (no auth attempts in 0 secs): user=<>, rip=::1, lip=::1, secured, session=<HbaS0VAJkQAAAAAAAAAAAAAAAAAAAAAB>
    Dec  3 09:40:01 server4 dovecot: imap-login: Disconnected (no auth attempts in 0 secs): user=<>, rip=::1, lip=::1, secured, session=<bPWS0VAJgQAAAAAAAAAAAAAAAAAAAAAB>
    Dec  3 09:40:01 server4 postfix/smtpd[5360]: connect from localhost[::1]
    Dec  3 09:40:01 server4 postfix/smtpd[5360]: lost connection after CONNECT from localhost[::1]
    Dec  3 09:40:01 server4 postfix/smtpd[5360]: disconnect from localhost[::1]
    Dec  3 09:40:02 server4 dovecot: pop3-login: Disconnected (no auth attempts in 0 secs): user=<>, rip=::1, lip=::1, secured, session=<gduY0VAJwAAAAAAAAAAAAAAAAAAAAAAB>
    Dec  3 09:40:02 server4 dovecot: imap-login: Disconnected (no auth attempts in 0 secs): user=<>, rip=::1, lip=::1, secured, session=<CWyZ0VAJsAAAAAAAAAAAAAAAAAAAAAAB>
    Dec  3 09:40:34 server4 dovecot: auth-worker(5476): mysql(localhost): Connected to database dbispconfig
    Dec  3 09:40:34 server4 dovecot: pop3-login: Login: user=<[email protected]>, method=PLAIN, rip=180.149.7.245, lip=107.155.87.12, mpid=5478, session=<Q8WC01AJ3gC0lQf1>
    Dec  3 09:40:34 server4 dovecot: pop3([email protected]): Disconnected: Logged out top=0/0, retr=0/0, del=0/15, size=25463
    Dec  3 09:41:01 server4 postfix/smtpd[5360]: connect from localhost[::1]
    Dec  3 09:41:01 server4 postfix/smtpd[5360]: lost connection after CONNECT from localhost[::1]
    Dec  3 09:41:01 server4 postfix/smtpd[5360]: disconnect from localhost[::1]
    Dec  3 09:41:01 server4 dovecot: pop3-login: Disconnected (no auth attempts in 0 secs): user=<>, rip=::1, lip=::1, secured, session=<tBsf1VAJMQAAAAAAAAAAAAAAAAAAAAAB>
    Dec  3 09:41:01 server4 dovecot: imap-login: Disconnected (no auth attempts in 0 secs): user=<>, rip=::1, lip=::1, secured, session=<gx0f1VAJIQAAAAAAAAAAAAAAAAAAAAAB>
    Dec  3 09:41:07 server4 dovecot: pop3-login: Login: user=<[email protected]>, method=PLAIN, rip=180.149.7.245, lip=107.155.87.12, mpid=5494, session=<ZM161VAJ7gC0lQf1>
    Dec  3 09:41:08 server4 dovecot: pop3([email protected]): Disconnected: Logged out top=0/0, retr=0/0, del=0/15, size=25463
    Dec  3 09:42:01 server4 postfix/smtpd[5360]: connect from localhost[::1]
    Dec  3 09:42:01 server4 postfix/smtpd[5360]: lost connection after CONNECT from localhost[::1]
    Dec  3 09:42:01 server4 postfix/smtpd[5360]: disconnect from localhost[::1]
    Dec  3 09:42:01 server4 dovecot: imap-login: Disconnected (disconnected before greeting, waited 0 secs): user=<>, rip=::1, lip=::1, secured, session=<g9i22FAJbAAAAAAAAAAAAAAAAAAAAAAB>
    Dec  3 09:42:01 server4 dovecot: pop3-login: Disconnected (no auth attempts in 0 secs): user=<>, rip=::1, lip=::1, secured, session=<a9+22FAJfAAAAAAAAAAAAAAAAAAAAAAB>
    
    Any help would be appreciated. :(

    Thanks.
     
  2. strang3r

    strang3r Member

    Hi

    This is more likely an SSL configuration issue, I was able to make it work by changing connection to SSL encrypted. But after 1st connection. My server cancel it and ask for a new connection again. So..

    How do I remove my this email SSL from ISPConfig?.
    Also check for all other SSL that got installed in ISPConfig at present and how do I recreate them?.
     

Share This Page