How to bind imap to 2 interfaces

2007-10-23 Thread Tornoci Laszlo
Hi, I have a server with eth0, eth1 and localhost network interfaces. I want to have cyrus to service imap on eth0 and localhost, but NOT on eth1. After reading man cyrus.conf, I can make cyrus to listen on all 3 interfaces: imap cmd=imapd listen=imap prefork=5 or just on one of

Re: How to bind imap to 2 interfaces

2007-10-23 Thread Andrew Morgan
On Tue, 23 Oct 2007, Tornoci Laszlo wrote: Hi, I have a server with eth0, eth1 and localhost network interfaces. I want to have cyrus to service imap on eth0 and localhost, but NOT on eth1. After reading man cyrus.conf, I can make cyrus to listen on all 3 interfaces: imap

Re: How to bind imap to 2 interfaces

2007-10-23 Thread Alain Spineux
On 10/23/07, Tornoci Laszlo [EMAIL PROTECTED] wrote: Hi, I have a server with eth0, eth1 and localhost network interfaces. I want to have cyrus to service imap on eth0 and localhost, but NOT on eth1. After reading man cyrus.conf, I can make cyrus to listen on all 3 interfaces: imap

Re: How to bind imap to 2 interfaces

2007-10-23 Thread Scott M. Likens
You pretty much answered your own question, However, I will spell it out. code imaplocal cmd=imapd listen=localhost:imap prefork=5 imapeth0cmd=imapd listne=ipofeth0:imap prefork=5 /code Now of course you will want to replace ipofeth0 with the IP address on eth0. if you have multiple IP