Op 10/11/2016 om 9:24 PM schreef Marcio Vogel Merlone dos Santos:
Hi all,
I am working on a fresh install with Ubuntu 16.04 LTS and Dovecot 2.2.22-1ubuntu2.1. I am unable to open port 4190, just 2000. I have this on 20-managesieve.conf:
protocols = $protocols sieve service managesieve-login { inet_listener sieve { port = 4190 } inet_listener sieve_deprecated { port = 2000 } } service managesieve { process_limit = 1024 } protocol sieve { mail_debug=yes }
This way I get only port 2000, if comment out the "sieve_deprecated" section leaving just the "inet_listener sieve" I get nothing. Could not find anything useful on logs or strace. Any hint?
Thanks in advance, best regards.
It should log something about that. Use `doveadm log find' to find out where.
Probably something else is using that port. You can use the netstat tool to find out what that is.
Regards,
Stephan.