Hi, Quoting Russell Galpin <russ@xxxxxxxxxxxxx>: > Hi There > > I'm trying to setup a new cyrus server running cyrus-imapd-2.3.8. I've been > successfully running another server running the Invoca RPM version > (v2.2.12-Invoca-RPM-2.2.12-8.1.RHEL4). > > I'm running postfix and delivering to cyrus via LMTP on the working server > everything is good. I'm now trying to get postfix on a different server to > deliver over lmtp to the new cyrus server. > > I believe the problem is with the sasl_mech_list. The working server has: > > local_transport = lmtp:localhost > mailbox_transport = lmtp:locahost > lmtp_sasl_auth_enable=yes > lmtp_sasl_password_maps=hash:/etc/postfix/lmtp_passwd > lmtp_sasl_security_options = noanonymous > > In postfix's main.cf, this works fine and the messages are delievered. On the > new 2.3.8 server, changing them settings to: > > local_transport = lmtp:10.0.0.201 > mailbox_transport = lmtp:10.0.0.201 > lmtp_sasl_auth_enable=yes > lmtp_sasl_password_maps=hash:/etc/postfix/lmtp_passwd > lmtp_sasl_security_options = noanonymous > Why do you want to use an authentication at all? If you are not in a private network, or you don't trust the other computers in that network you can restrict the connections to the lmtp port with iptables. Regards Michael Menge -------------------------------------------------------------------------------- M.Menge Tel.: (49) 7071/29-70316 Universitaet Tuebingen Fax.: (49) 7071/29-5912 Zentrum fuer Datenverarbeitung mail: michael.menge@xxxxxxxxxxxxxxxxxxxx Waechterstrasse 76 72074 Tuebingen ---- Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html