lmtp connect problem

Jon Johnson somedude262 at yahoo.com
Thu Oct 9 19:26:48 EDT 2003


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


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
}


and in /etc/postfix/main.cf I have:


mailbox_transport = lmtp:unix:/var/imap/socket/lmtp

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?

Thanks so much!

Jon

__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com




More information about the Info-cyrus mailing list