>>>>> On Sat, 14 Oct 2000 21:06:40 -0700,
>>>>> Ajay Tallam <[EMAIL PROTECTED]> (at) writes:

at> I was looking at all this and I got a little confused, I had that line
at> commented out in postfix and cyrus, so I uncommented them out (I tried
at> myriad combos for the upcoming prob), killed cyrus's master, did reload on
at> postfix, thinking that would help.  But.  d'oh!  This problem again.

at> moya deliver[18898]: connect(/var/imap/socket/lmtp) failed: Connection
at> refused
at> Oct 14 20:52:52 moya deliver[18898]: connect(/var/imap/socket/lmtp) failed:
at> Connection refused

Well, let's see.  If you want to use Postfix with Cyrus 2.X, you'll
need the patch that Lyndon Nerenberg posted on postfix-users.  After
you've applied that patch (which I haven't tried myself), you'll
need to make sure you have the following:

master.cf:
lmtp    unix    -    -    n    -    -    lmtp -v

transport:
yourdomain.org  lmtp:/var/imap/socket/lmtp

(Check the Postfix docs for setting up a transport map.)

This will tell lmtp, with Lyndon's patch, to communicate with the
named pipe located at /var/imap/socket/lmtp.

After restarting Postfix, do a `tail -f' of the syslog file that is
receiving mail.debug messages.  When you send a test message, you
should see the LMTP chatter between Postfix and Cyrus.

Once things are running smoothly, you can remove the `-v' option to
lmtp in the master.cf file.

-- 
Amos

Reply via email to