Re: Dovecot on CentOS 7

2018-07-10 Thread Kenneth Porter
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

Re: Dovecot on CentOS 7

2018-07-10 Thread Victor OƱate
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

Re: Dovecot on CentOS 7

2018-07-10 Thread Aki Tuomi
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

Re: Dovecot on CentOS 7

2018-07-10 Thread 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 0.0.0.0:* LISTEN 2325/dovecot tcp0 0 0.0.0.0:110

Dovecot on CentOS 7

2018-07-10 Thread John Rowan
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