Can you post doveconf -n output?


Aki

-------- Original message --------
From: soydepr <soydepr@gmail.com>
Date: 17/02/2019 12:20 (GMT+02:00)
To: Aki Tuomi <aki.tuomi@open-xchange.com>
Subject: Re: Dove to error

now getting this error 

eb 17 05:03:19 pepino systemd[1]: Starting Dovecot IMAP/POP3 email server...
Feb 17 05:03:19 pepino dovecot[8814]: Error: systemd listens on port 143, but it's not configured in Dovecot. Closing.
Feb 17 05:03:19 pepino dovecot[8814]: Error: systemd listens on port 993, but it's not configured in Dovecot. Closing.


here is my entires


service imap-login {
  inet_listener imap {
    port = 143
  }

  inet_listener imaps {
    port = 993
    ssl = yes
  }


On Sun, Feb 17, 2019 at 5:10 AM Latin Bishop <soydepr@gmail.com> wrote:
Thanks 

Was 143.  I notice the -quite flag no longer works in openssl when testing connection 

On Feb 17, 2019, at 3:33 AM, Aki Tuomi <aki.tuomi@open-xchange.com> wrote:


On 17 February 2019 at 05:50 Latin Bishop via dovecot < dovecot@dovecot.org> wrote:



Getting this error after following
this tutorial

Error in configuration file /etc/dovecot/dovecot.conf duplicate listener




Usually doveconf -n tells you where the duplicate listener is so you can remove it.
---
Aki Tuomi