Control: tags -1 unreproducible moreinfo
Control: severity -1 normal

Hi,

On 16:46 Sun 04 Mar     , dAgeCKo wrote:
> Trying to install dovecot on debian 9.2 leaded to error during the
> post-install process, leading to dovecot partially installed and
> non-working, resulting in an unusable program (all dovecot packages),
> resulting in making a server unusable for email services.
> 
> Note also that the system is up-to-date (with aptitute update and aptitute
> upgrade).

Thanks for the report. Unfortunately, I'm unable to reproduce this in a 
clean stretch environment, so I'm downgrading to normal for the time 
being.

> Mar 04 15:34:10 utopia dovecot[55800]: Error: service(imap-login): 
> listen(*, 143) failed: Address already in use

So, there's something else listening on IMAP port 143 and

> root@utopia:/etc/exim4# netstat -lapute | grep 143
 ^ this command will never show it, because the port will show up as 
  "imap" and not 143, since you didn't pass the -n flag.

Please try ss -nptl | grep 143 (or netstat -an | grep 143).

Regards,
Apollon

Reply via email to