Re: [Exim] Re: exim - cyrus deliver

トップ ページ
このメッセージを削除
このメッセージに返信
著者: randall ehren
日付:  
To: 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