lmtp over tcp

John Fawcett johnml at michaweb.net
Tue May 10 02:32:55 EDT 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?
> ---
> 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
maybe not the answer to your question, but another way of doing this.
You could also set up postfix to authenticate to cyrus:

main.cf
mailbox_transport = lmtp:inet:127.0.0.1
lmtp_sasl_auth_enable = yes
lmtp_sasl_password_maps = hash:/etc/postfix/lmtp_sasl_password
lmtp_sasl_security_options = noanonymous

/etc/postfix/lmtp_sasl_password:
127.0.0.1   cyruslmtp at yourdomain.com:password

postmap lmtp_sasl_password

John
---
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




More information about the Info-cyrus mailing list