Gothca. I was thinking when you said lmtp you meant lmtp, not lmtpproxy. I will try that later today (as I don't have access to that environment where I'm at). Thanks, Gary
________________________________ From: Andrew Morgan [mailto:mor...@orst.edu] Sent: Fri 12/12/2008 9:46 AM To: Gary W. Smith Cc: Wesley Craig; info-cyrus@lists.andrew.cmu.edu Subject: RE: murder configuration issue final stretch On Fri, 12 Dec 2008, Gary W. Smith wrote: > Andrew, > > Any idea how this works with the lmtpproxy? Also, I've tried to setup > the lmtp using the local port but for some reason when I restart > cyrus-imapd it doesn't who up in netstat. > > Tried > lmtp cmd="lmtpd" listen="lmtp" prefork=1 > Tried > lmtp cmd="lmtpd" listen="/var/lib/imap/socket/lmtp" prefork=1 > maxchild=20 > Current: > lmtp cmd="lmtpproxyd" listen="/var/lib/imap/socket/lmtpunix" > prefork=1 > > Do you have any examples of setting it up on a different port and > forwarding it onwards to the backend (or I assume that we would forward > it to the proxy) using postfix?. I believe you want: lmtp cmd="lmtpproxyd" listen="2004" prefork=1 maxchild=50 lmtpunix cmd="lmtpproxyd" listen="/var/lib/imap/socket/lmtpunix" prefork=1 This should listen on port 2004 (instead of the usual 2003) on all interfaces, plus listen on the unix socket you had defined earlier. 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