4 Feb
2011
4 Feb
'11
4:43 p.m.
Hello,
Sorry, I know the topic has been talked about already but I searched the archives and I'm still unsure of the proper way to have dovecot (imap-login) listen to several addresses and/or several ports.
- how do I translate dovecot-1
protocol imap { listen = xx.xx.xx.xx:143 yy.yy.yy.yy:143 ssl_listen = xx.xx.xx.xx:993 yy.yy.yy.yy:939 }
I started by
service imap-login { inet_listener imap { port = 143 } inet_listener imaps { port = 993 ssl = yes }
but I don't know if I should add multiple "address" lines, other inet_listener {} sections, or multiple address on the same "address" line.
- besides I don't know if it's possible to listen on the same address to several ports for the same "subservice" : for instance could I have an inet_listener imap {} listen on zz:zz:zz:zz:port1 and zz:zz:zz:zz:port2 ?
Thanks
-- Thomas Hummel | Institut Pasteur hummel@pasteur.fr | Pôle informatique - systèmes et réseau