>>>>> On Mon, 19 Mar 2001 03:15:14 -0500,
>>>>> Darren Nickerson <[EMAIL PROTECTED]> (dn) writes:

dn> I'm trying to deliver mail to a Cyrus mailstore using postfix's LMTP over TCP
dn> functionality. Is there any way to get LMTP AUTH to work, or do I just have to
dn> settle for running Cyrus's lmtpd with the "-a" flag? That results in:

Newer releases of Postfix are supposed to support LMTP AUTH.
Check out the SASL.README.  I personally haven't had the time
(or hardware) to do much testing with this, unfortunately.

dn> and delivery succeeds . . . of course anyone could now connect and dump mail 
dn> to Cyrus :-(

With recent releases of Cyrus, you can bind a service to a
particular address, like this:

cyrus.conf:

SERVICES {
    lmtp cmd="lmtpd -a" listen="[127.0.0.1]:lmtp" prefork=1
}

This can work well if you use a private network to communicate to
this LMTP server.

-- 
Amos

Reply via email to