[EMAIL PROTECTED] wrote:
> 
> I want my imap and imaps-services listening on multiple (but no all)
> ip's on my server. Can I specify more than one host in the
> listen-directive or can I specify multiple lines with the same service
> and different hosts ?

You can't specify multiple interfaces in one line, but you can have
multiple lines, as long as you use a unique service name for each.

ie:
        imap-lo         cmd="imapd" listen="localhost:imap"
        imap-eth0       cmd="imapd" listen="[192.168.1.1]:imap"
        imap-eth1       cmd="imapd" listen="[192.168.2.1]:imap"

-- 
Kenneth Murchison     Oceana Matrix Ltd.
Software Engineer     21 Princeton Place
716-662-8973 x26      Orchard Park, NY 14127
--PGP Public Key--    http://www.oceana.com/~ken/ksm.pgp

Reply via email to