Tuesday, 10 February 2015

[server] postfix and dovecot issue connecting with thunderbird, outlook and similars topic






I was setting up a postfix and a dovecot mail server. Now I can send and receive mails reading and sending them with

Code:


mail

but I'm not able to configure postfix and dovecot to connect with pop3/imap and smtp with outlook or thunderbird.
with

Code:


netstat ln4

i get:

Code:


tcp        0      0 0.0.0.0:110            0.0.0.0:*              LISTEN   
tcp        0      0 0.0.0.0:143            0.0.0.0:*              LISTEN   
tcp        0      0 127.0.0.1:53            0.0.0.0:*              LISTEN   
tcp        0      0 0.0.0.0:22              0.0.0.0:*              LISTEN   
tcp        0      0 0.0.0.0:25              0.0.0.0:*              LISTEN   
tcp        0      0 127.0.0.1:953          0.0.0.0:*              LISTEN   
tcp        0      0 0.0.0.0:993            0.0.0.0:*              LISTEN   
tcp        0      0 0.0.0.0:995            0.0.0.0:*              LISTEN   
tcp        0      0 127.0.0.1:3306          0.0.0.0:*              LISTEN   
udp        0      0 127.0.0.1:53            0.0.0.0:*


I don't see secure smtp port bind.
any ideas? Thank you






No comments:

Post a Comment