How to configure dovecot imap to listen on multiple ports?

Rick Thomas rbthomas at pobox.com
Mon Aug 25 20:31:01 UTC 2014


OK, project for today: Give this a try…

Rick

On Aug 25, 2014, at 5:34 AM, Gedalya <gedalya at gedalya.net> wrote:

> On 08/24/2014 05:26 PM, Rick Thomas wrote:
>> Can I have multiple “service” clauses for the same service?  Each with a different port?
>> Or multiple “inet_listener imap”/“inet_listener imaps” clauses?
>> Or should I have something like this?
>>     port = 143,30143
> 
> This works:
> 
> service imap-login {
>  inet_listener imap {
>    port = 143
>  }
>  inet_listener imap2 {
>    port = 144
>  }
>  #inet_listener imaps {
>  #  port = 993
>  #  ssl = yes
>  #}
> }
> 



More information about the dovecot mailing list