You pretty much answered your own question,
However, I will spell it out.
imaplocal cmd="imapd" listen="localhost:imap" prefork=5
imapeth0cmd="imapd" listne="ipofeth0:imap" prefork=5
Now of course you will want to replace ipofeth0 with the IP address on
eth0. if you have multiple IP add
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:
>
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
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