On Wednesday, August 05, 2009 at 09:46 CEST, Evgeniy Arbatov <arbatovevge...@gmail.com> wrote:
> I have a strange problem when Postfix is sending mail with LMTP over > TCP sockets to Cyrus IMAP. Cyrus IMAP is listening on port 2003 and > accepting telnet connections on that port from my Postfix server. But > when it comes to Postfix itself using LMTP, I see the following log > messages: > > mgw1 postfix/qmgr[3160]: resolve_clnt: `evgeniy.arba...@mydomain.net' > -> `evgeniy.arba...@mydomain.net' -> transp=`lmtp' > host=`inet:[10.1.1.100]:2003' rcpt=`evgeniy.arba...@mydomain.net' > flags= class=virtual > mgw1 postfix/qmgr[3160]: start sorted recipient list > mgw1 postfix/qmgr[3160]: qmgr_message_sort: evgeniy.arba...@mydomain.net > mgw1 postfix/qmgr[3160]: end sorted recipient list > mgw1 postfix/qmgr[3160]: trigger_server_accept_fifo: trigger arrived > mgw1 postfix/qmgr[3160]: master_notify: status 0 > mgw1 postfix/qmgr[3160]: request: 87 (W) > mgw1 postfix/qmgr[3160]: master_notify: status 1 > mgw1 postfix/qmgr[3160]: qmgr_transport_select: lmtp > mgw1 postfix/qmgr[3160]: qmgr_active_drain: allocate lmtp No need for verbose logs unless specifically asked for. > mgw1 postfix/qmgr[3160]: connect to subsystem private/lmtp: Connection refused > mgw1 postfix/qmgr[3160]: warning: connect to transport lmtp: Connection > refused > mgw1 postfix/qmgr[3160]: qmgr_transport_throttle: transport lmtp: > status: 4.3.0 reason: mail transport unavailable This indicates that there is no lmtp service in master.cf that Postfix can connect to. [...] > This is what I have in master.cf: > lmtp inet n - n - - lmtp Where did you get this line from? It should look like this: lmtp unix - - n - - lmtp [...] -- Magnus Bäck mag...@dsek.lth.se