>>>>> On Thu, 15 Feb 2001 00:54:48 +1100,
>>>>> Chuck Dale <[EMAIL PROTECTED]> (cd) writes:

cd>     * Getting Postfix to play with Cyrus is not difficult but the
cd>       documentation sucks. The default transport map line included with
cd>       my currently installed version of Postfix doesn't work. So I
cd>       search the net to find people with the same problem and find two
cd>       different answers neither of which seem to work. 

I told Wietse I'd double check the LMTP_README and supply what ever
alterations were needed.  I'm sorry, but things have been rather
hectic for me lately.  I'm fiddling with some of this stuff now.

cd>     * There is *no* easy way to make Cyrus listen on a certain IP
cd>       address. Surely this would be a common thing for people testing it
cd>       before moving from UW or testing a new version? 

You can do this with 2.0.11.  In the /etc/cyrus.conf, you can have
stuff like:

        SERVICES { 
            ... 
            imap cmd="imapd" listen="inbox.example.org:lmtp" prefork=5 
            ...
            lmtp cmd="lmtpd -a" listen="[127.0.0.1]:lmtp" prefork=1
            ... 
        }

-- 
Amos

Reply via email to