Re: [Solved] How to configure dovecot imap to listen on multiple ports?

2014-09-26 Thread Rick Thomas
I'm running Debian Wheezy with Dovecot version 2.1.7. The following works for me: - /etc/dovecot/local.conf --- service imap-login { inet_listener imap { #port = 143 } inet_listener imaps { port = 7993 ssl = yes } inet_listener imaps2 { port = 993

Re: How to configure dovecot imap to listen on multiple ports?

2014-08-25 Thread Rick Thomas
Thanks! Gedalya and Jochen! I hadn’t realized I could do that with iptables. I’ll read-up on the documentation. Rick On Aug 25, 2014, at 5:38 AM, Gedalya geda...@gedalya.net wrote: On 08/25/2014 08:26 AM, Jochen Bern wrote: Well, if offering the*exact same* functionality on a second port

Re: How to configure dovecot imap to listen on multiple ports?

2014-08-25 Thread Rick Thomas
OK, project for today: Give this a try… Rick On Aug 25, 2014, at 5:34 AM, Gedalya geda...@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

How to configure dovecot imap to listen on multiple ports?

2014-08-24 Thread Rick Thomas
I need my dovecot imap server to listen on ports 143, 993, and also 30143 and 30993. What syntax do I use in (I presume) the /etc/dovecot/conf.d/10-master.conf file to do this? Thanks! Rick

Re: How to configure dovecot imap to listen on multiple ports?

2014-08-24 Thread Rick Thomas
On Aug 24, 2014, at 1:59 PM, Reindl Harald h.rei...@thelounge.net wrote: Am 24.08.2014 um 22:45 schrieb Rick Thomas: I need my dovecot imap server to listen on ports 143, 993, and also 30143 and 30993. no idea what that should gain I have a dovecot imap server inside a NAT/firewall

Re: [Dovecot] listen to imap*s* on multiple ports?

2010-01-17 Thread Rick Thomas
Thanks for the pointer! That worked fine. Rick On Jan 17, 2010, at 9:32 AM, Pascal Volk wrote: A more recent version for Lenny is available in the lenny-backports repository: http://packages.debian.org/source/lenny-backports/dovecot

Re: [Dovecot] listen to imap*s* on multiple ports?

2010-01-16 Thread Rick Thomas
Pascal Volk wrote: On 01/16/2010 03:36 AM Frank Cusack wrote: How can I listen to ssl-wrapped IMAP on multiple ports? … http://dovecot.org/list/dovecot/2010-January/045874.html Please don't forget to substitute listen with ssl_listen Regards, Pascal Hmmm... This doesn't work for

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

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