On 7/10/2018 9:28 AM, Tracy Greggs wrote:
Did you verify the server is listening on 0.0.0.0 and that your
firewall is not blocking?
CentOS 7 uses firewalld. You'll need to enable the services you use
(smtp, imap, and pop3) for the default zone. Something like:
firewall-cmd --zone=public --a
Hi.
Check your Firewall
2018-07-10 12:28 GMT-04:00 Tracy Greggs :
> Did you verify the server is listening on 0.0.0.0 and that your
> firewall is not blocking?
>
> tcp0 0 0.0.0.0:993 0.0.0.0:*
> LISTEN 2325/dovecot
> tcp0 0 0.0.0.0:995
Did you remember to permit access in firewall? You can use ss -ltnp to see what
address(es) are listened on.
---Aki TuomiDovecot oy
Original message From: John Rowan
Date: 10/07/2018 19:17 (GMT+02:00) To: dovecot@dovecot.org Subject: Dovecot
on CentOS 7
I guess I've
Did you verify the server is listening on 0.0.0.0 and that your
firewall is not blocking?
tcp0 0 0.0.0.0:993 0.0.0.0:*
LISTEN 2325/dovecot
tcp0 0 0.0.0.0:995 0.0.0.0:*
LISTEN 2325/dovecot
tcp0 0 0.0.0.0:110
I guess I've been lucky. My Red Hat server I built in 2003 finally gave up
the ghost yesterday. Fifteen years with almost zero problems running
7x24. Now I'm trying to build a basic server to host my e-mail using
CentOS 7, Sendmail and Dovecot. Server is running great as are Sendmail
and Dovec