On Thu, 2004-02-05 at 08:53, EppO wrote: > > > I try to configure postfix 2.0 using cyrus 2.1.16 > > > I put in main.cf: > > > mailbox_transport = cyrus > > > > Don't do that. Use > > > > mailbox_transport = lmtp:unix:/var/lib/imap/socket/lmtp > > > > and you don't have to touch master.cf. > > > > Simon > > I tried to do that earlier but postfix says: > > Feb 5 07:40:35 trinity postfix/lmtp[602]: D8D9F43E8D: to=<[EMAIL PROTECTED]>, > orig_to=<test>, relay=none, delay=1, status=deferred (connect to > /var/run/cyrus/socket/lmtp[/var/run/cyrus/socket/lmtp]: Permission denied) > > I look at the lmtp socket and : > rwxrwxrwx 1 root root 0 Feb 5 07:39 /var/run/cyrus/socket/lmtp
Chances are your postfix is configured to run within a chroot jail. For example, I have postfix in a chroot jail then set the following in my Cyrus imapd.conf file: lmtpsocket: /var/spool/postfix/socket/lmtp -- Scott Russell <[EMAIL PROTECTED]> Linux Technology Center System Admin --- Home Page: http://asg.web.cmu.edu/cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html