Re: lmtp read error

2003-03-27 Thread Sebastian Konstanty Zdrojewski
Hi, I am using similar conf like yours, however it runs on a Linux server. These are sthe config file sections I used on main.cf and cyrus.conf files: fallback_transport = lmtp:unix:/var/imap/socket/lmtp mailbox_transport = lmtp:unix:/var/imap/socket/lmtp and in cyrus.conf lmtpunix cmd="lm

Re: lmtp read error

2003-03-27 Thread Morgan Sackett
Well I've solved my problem. Thank you everyone who has tried to help. The problem seems that lmtp from cyrus-imap 2.0.16 does not like to talk on FreeBSD 4.7-RELEASE. I updated to 2.1.12 and got that working. I also updated Cyrus-SASL to 2.1.12 for good measure. The only thing that seems t

Re: lmtp read error

2003-03-26 Thread Mitrana Cristian
* Morgan Sackett <[EMAIL PROTECTED]> [27-03-03 00:39]: > Henrique de Moraes Holschuh wrote > > > Indeed. That's my setup exactly. However, I just run lmtpd -a, > bound to a > > private network where only the LMTP servers and the SMTP > servers are > > connected to. Thus, n

Re: lmtp read error

2003-03-26 Thread Igor Brezac
Did you compile cyrus with tcp wrapper? -Igor On Wed, 26 Mar 2003, Morgan Sackett wrote: > Rob Siemborski wrote: > > >Not that Cyrus Murder is the only reason the use TCP LMTP. Its entirely > >reasonable to have your MTA on a separate machine and have delivery to > >cyrus happen via TCP LMTP o

RE: lmtp read error

2003-03-26 Thread Scott M. Likens
If you are getting connection refused trying to connect to the socket, then you have the line commented out in the configuration file for the binding of the lmtp socket. I've used lmtp over socket for quite some time and found it to be the best method to date. --- The word bipartisan usually m

Re: lmtp read error

2003-03-26 Thread Morgan Sackett
Henrique de Moraes Holschuh wrote > Indeed. That's my setup exactly. However, I just run lmtpd -a, bound to a > private network where only the LMTP servers and the SMTP servers are > connected to. Thus, no authorization worries, and no SASL overhead. Here is the error that

Re: lmtp read error

2003-03-26 Thread Morgan Sackett
Rob Siemborski wrote: Not that Cyrus Murder is the only reason the use TCP LMTP. Its entirely reasonable to have your MTA on a separate machine and have delivery to cyrus happen via TCP LMTP over the network. This is my planned usage. I am migrating mail services from one machine to another on

Re: lmtp read error

2003-03-26 Thread Morgan Sackett
Scott M. Likens wrote: Why aren't you using unix:/var/spool/imap/lmtp If you had taken the time to read through the previous message, I had stated that I recieve a "connection refused" error using the socket method. There is absolutely no reason to use TCP LMTP unless you have to. In this case

Re: lmtp read error

2003-03-26 Thread Henrique de Moraes Holschuh
On Wed, 26 Mar 2003, Rob Siemborski wrote: > Not that Cyrus Murder is the only reason the use TCP LMTP. Its entirely > reasonable to have your MTA on a separate machine and have delivery to > cyrus happen via TCP LMTP over the network. Indeed. That's my setup exactly. However, I just run lmtpd -

RE: lmtp read error

2003-03-26 Thread Rob Siemborski
On Wed, 26 Mar 2003, Scott M. Likens wrote: > 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. Not that Cyrus Murder is the only reason

RE: lmtp read error

2003-03-26 Thread Scott M. Likens
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

Re: lmtp read error

2003-03-26 Thread Morgan Sackett
Mitrana Cristian wrote: * 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 "connect

Re: lmtp read error

2003-03-26 Thread Mitrana Cristian
* 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

Re: lmtp read error

2003-03-26 Thread Morgan Sackett
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 cyr

Re: lmtp read error

2003-03-25 Thread Mitrana Cristian
* Morgan Sackett <[EMAIL PROTECTED]> [25-03-03 21:12]: > I have a freshly configured Cyrus IMAP system set up. I am using > Postfix to deliver mail to the system, and I currently have it set up to > deliver via lmtp over tcp. Whenever postfix tries to deliver a message, > I get an error. He