[Dovecot] How to configure dovecot to listen on multiple separate port numbers

Rick Thomas rbthomas at pobox.com
Mon Jan 4 22:26:14 EET 2010


Is there any way to tell dovecot to listen for imap/imaps requests on  
all interfaces on multiple separate ports?

For example, can I do this:


    protocol imap {
      listen = *:10143
      listen = *:143
      ssl_listen = *:10993
      ssl_listen = *:993
      ...
    }


Thanks!

Rick


More information about the dovecot mailing list