[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
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
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Tue, 12 Jan 2010, Rick Thomas wrote:
I sent this a while ago, but got no answers. Maybe it got lost?
IMHO, I would try to answer if you phrased it like this:
"I've tried this setting, but unfortunately Dovecot barks with this or that message"
Regards,
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
Steffen Kaiser -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux)
iQEVAwUBS0xKCb+Vh58GPL/cAQKPUwgA0svE3VszSHb5vVqq08ruyaKsaPfw+IXB 9a2/4f1fenFqBq1Ahg69WL/PyFxfhN7ou/QL9cR7RCBWt2RWCqey8OnpnslwP47n 6ooRjfVzXWopxBTYZe0cEwmJLAFUoyyhx3AaFVoSbfmK+491d5bRN4fO5xxr0Wtz KbsM3VdNqtD0D0bAfjz5JAWPoKMR30dam0+FscaJM+YXAyut/ztuDeMopplXtPJg 2rFADE7hpyQCH4bTqRK0MHaD4C/mUHElA94r2XnvuxHcoW0BJLoCORvtLlXZEDnu tlJnUSSbehXkt560yftkh33rb2N0Zo/2vLnJqqQMnb2WMzZvBZXF2w== =N7Su -----END PGP SIGNATURE-----
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 = *:143
listen = *:10143, *:143
On Jan 12, 2010, at 9:18 AM, Timo Sirainen wrote:
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 = *:143
listen = *:10143, *:143
Thank you, Timo! That's exactly what I was looking for.
Enjoy!
Rick
participants (3)
-
Rick Thomas
-
Steffen Kaiser
-
Timo Sirainen