On 12/29/2016 09:23 PM, mj wrote:
Hi, I would like to have two seperate imap listeners, with different authentication settings, but the mailstore and userbase etc will be identical. I know I can do this:service imap-login { inet_listener imap { port = 143 } inet_listener imap2 { port = 144 } }
For the record, I'm using dovecot 2.2.26 on debian. MJ