Re: [Exim] Re: exim - cyrus deliver

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: randall ehren
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: Re: [Exim] Re: exim - cyrus deliver
> > ------ |/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