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

2010-01-13 Thread Rick Thomas


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



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

2010-01-12 Thread Timo Sirainen
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



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

2010-01-12 Thread Steffen Kaiser

-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-


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

2010-01-11 Thread Rick Thomas

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