On Mon, 9 May 2005, Gerard Ceraso wrote:
I have this setup to run but I need to add an account for postfix to deliver to the Cyrus IMAP server. Is there a way to set Cyrus LMTP to accept the mail without authentication?
From /etc/cyrus.conf:
lmtp cmd="/usr/local/cyrus/bin/lmtpd -a" listen="lmtp" prefork=0
Note the "-a" option (see 'man lmtpd'). You'll want to lock down connections to lmtpd to only trusted mail relays though.
From /etc/hosts.deny:
lmtp: ALL EXCEPT LOCAL, your.mail.relay
Andy --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html