On Tue, 26 Feb 2008, Khalid Mehmood wrote: > I have been trying to setup lmtp.conf on a frontend to > deliver mail via lmtp proxyd without any success. I > have installed Cyrus-imapd-2.3.11 and postfix-2.4.6. > Can soneome tell me whether UMich patch has been > ported to 2.3.x? I have something like; > "lmtp cmd="proxyd -C /etc/lmtp.conf" > listen="/var/lib/imap/socket/lmtp" prefork=5 > maxchild=10 in my cyrus.conf. But I'm getting the > following error message from postfix; > > (conversation with > xxx.xxx.com[/var/lib/imap/socket/lmtp] timed out while > receiving the initial server greeting) This should be something like: lmtp cmd="/usr/local/cyrus/bin/lmtpproxyd" listen="lmtp" prefork=0 "proxyd" is the imap/pop proxy binary. "lmtpproxyd" is the lmtp proxy binary. Andy ---- 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