lmtp connect problem
Andreas Winkelmann
ml at awinkelmann.de
Thu Oct 9 20:00:08 EDT 2003
Am Freitag, 10. Oktober 2003 01:26 schrieb Jon Johnson:
> First, many thanks to Rob on helping with my last
> question. Secondly, sorry for bugging you all again,
> but I have been searching for info on this like mad
> and none applies to my problem:
>
> I have cyrus running ok when I call it as
> "/usr/cyrus/bin/master &" , but when I try to run it
> from xinetd, I get messages that say
> "connect(/var/imap/socket/lmtp) failed: Connection
> refused" and mail doesn't get through.
>
> Now, in /etc/cyrus.conf I have (among other things):
>
> lmtpunix cmd="lmtpd"
> listen="/var/imap/socket/lmtp" prefork=1
>
This seems to be Oki.
> In /etc/xinetd.d/lmtp I have:
>
> service lmtp
> {
> disable = no
> socket_type = stream
> protocol = tcp
> wait = no
> user = cyrus
> server = /usr/cyrus/bin/deliver -e -l
> }
Delete the xinetd-Stuff.
> and in /etc/postfix/main.cf I have:
>
>
> mailbox_transport = lmtp:unix:/var/imap/socket/lmtp
Be sure not to run Postfix chroot'ed with this lmtp-path.
> And so far all the answers in the archives I've seen
> for this sort of problem assume that you're missing
> one of those things. Any ideas?
--
Andreas
More information about the Info-cyrus
mailing list