I figured out the problem, thanks largely to Jean-Michel Doublet.
I enabled debugging on the LMTP daemon that had the socket open (in cyrus.conf,
'cmd="lmtpd -a"'), and saw that it was trying to create a directory called
"/var/spool/imap/stage." which already existed.
By removing that directory,
> On Wed, 14 Mar 2001 09:36:29 -0500,
> Damian Gerow <[EMAIL PROTECTED]> (dg) writes:
dg> As per suggestion, I've checked permissions, and they were set incorrectly
dg> (I needed to add the postfix user to the mail group). But now, I get this:
dg> ... status=deferred (host /var/imap/soc
On Tue, Mar 13, 2001 at 02:21:16PM -0500, Damian Gerow wrote:
> We're running Postfix (latest snapshot) as our MTA. To test the move over to
> cyrus, I've made a mailbox called "test", which does not exist in the unix
> password db, and set fallback_transport to "lmtp:unix:/var/imap/socket/lmtp".
> On Tue, 13 Mar 2001 14:21:16 -0500,
> Damian Gerow <[EMAIL PROTECTED]> (dg) writes:
dg> deliver="/var/imap/socket/lmtp"). But when I try to send mail to user "test",
dg> I get a deferred message, claiming that a "connect to
dg> /var/imap/socket/lmtp[/var/imap/socket/lmtp]" is refused.
Are you preforking any processes?
I had the same problem before I set prefork=1 in cyrus.conf
lmtpunix cmd="lmtpd" listen="/var/imap/socket/lmtp" prefork=1
Damian Gerow wrote:
>
> Now that I can get the servers running, I've got another problem. This one
> I haven't seen kicking around bef
Now that I can get the servers running, I've got another problem. This one
I haven't seen kicking around before.
We're running Postfix (latest snapshot) as our MTA. To test the move over to
cyrus, I've made a mailbox called "test", which does not exist in the unix
password db, and set fallback_