Why aren't you using unix:/var/spool/imap/lmtp There is absolutely no reason to use TCP LMTP unless you have to. In this case since it's obvious you are not using Cyrus Murder and don't need the proxy's to pass the messages back to the backend servers.
Save us all some patience. Put that in the method to deliver, and be done with it. Thanks, goodbye... good riddance. --- The word bipartisan usually means some larger-than-usual deception is being carried out. - George Carlin -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mitrana Cristian Sent: Wednesday, March 26, 2003 5:46 PM To: [EMAIL PROTECTED] * Morgan Sackett <[EMAIL PROTECTED]> [26-03-03 16:37]: > You are correct about the MX records, though mail addressed directly to > the machine gets delivered correctly. As far as I have read, LMTP does > not require or use MX records. The socket method gives me a "connection > refused" error. > > lmtpd is running. Here is the appropriate sections of my cyrus.conf file: > > # at least one LMTP is required for delivery > lmtpunix cmd="lmtpd" listen="/var/imap/socket/lmtp" prefork=1 > # lmtp cmd="lmtpd" listen="/var/imap/socket/lmtp" prefork=0 > lmtp cmd="lmtpd" listen="63.105.30.19:lmtp" prefork=1 > Unless localhost=63.105.30.19 then your lmtpd server is not listening to localhost network address. So obviossly postfix won't deliver the messages, nor telnet will connect to localhost:lmtp. mitu