I have an LMTP setup that uses TCP/IP and works fine. We are using
exim-3.20 and cyrus-2.0.11. Details as follows:
In configure:
# TRANSPORTS
localuser_transport:
driver = smtp
protocol = lmtp
batch_max = 20
return_path_add
delivery_date_add
hosts = 127.0.0.1
allow_localhost
authenticate_hosts = localhost
# DIRECTORS
userdelivery_director:
driver = aliasfile
file = EXIMDIR/etc/mailboxes
search_type = lsearch
transport = localuser_transport
It's not the most efficient way for us, as we are actually delivering to
the local machine using LMTP over TCP/IP - we should really change to
using a socket ourselves. However, we're not a high volume site though,
and it does seem to work nicely.
Hope that helps,
Regards, Ben.
----------------------------------------------------------------------
Ben Strawson ben.strawson@???
Good Technology +44 20 7565 8725
332B Ladbroke Grove, London, W10 5AH, UK www.goodtechnology.com
"randall ehren" <randall@???> wrote in message
news:<Pine.BSF.4.33.0109240837080.11037-100000@???>...
> > > ------ |/usr/cyrus/bin/deliver -m bob -a cyrus ------ couldn't
> > > connect to lmtpd: Transport endpoint is not connected 421 4.3.0
> > > deliver: couldn't connect to lmtpd can you please help!
> >
> > Start the cyrus imap process - see if lmtpd is up and running.
>
> i think it's been previously noted but exim appears only to work with
> the socket lmtpd:
>
> sample /etc/cyrus.conf:
> ...
> # at least one LMTP is required for delivery
> #lmtp cmd="lmtpd" listen="lmtp" prefork=5
> # use lmtpunix for exim 3.3x
> lmtpunix cmd="lmtpd" listen="/var/imap/socket/lmtp" prefork=5 ...
>
> -randall ehren
>
>
> --
> ## List details at http://www.exim.org/mailman/listinfo/exim-users
> Exim details at http://www.exim.org/ ##
>