Hi,
On 26.12.24 16:06, Dino Edwards via dovecot wrote:
I have a dovecot server that listens on both 143 and 993 using SSL. I'm
it would be very helpful if you could post the output of 'doveconf -n'.
trying to get the 143 port to be unencrypted while 993 to remain encrypted. Is there any way to accomplish this?
The Dovecot default should already work like you want (from 'doveconf -d'):
--- snip --- service imap-login { chroot = login client_limit = 0 drop_priv_before_exec = no executable = imap-login extra_groups = group = idle_kill = 0 inet_listener imap { address = haproxy = no port = 143 reuse_port = no ssl = no } inet_listener imaps { address = haproxy = no port = 993 reuse_port = no ssl = yes } --- snip ---
But we don't know, if you changed anything - that's why I asked for the output, see above.
Regards, Markus