Rick Thomas
2010-Jan-04 20:26 UTC
[Dovecot] How to configure dovecot to listen on multiple separate port numbers
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
Rick Thomas
2010-Jan-12 06:29 UTC
[Dovecot] How to configure dovecot to listen on multiple separate port numbers
I sent this a while ago, but got no answers. Maybe it got lost? Thanks! Rick Rick Thomas wrote:> > 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 >
Timo Sirainen
2010-Jan-12 14:18 UTC
[Dovecot] How to configure dovecot to listen on multiple separate port numbers
On 4.1.2010, at 22.26, Rick Thomas wrote:> > 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 = *:143listen = *:10143, *:143