From: Andreas Hasenack (no email)
Date: Sun Sep 11 2005 - 13:44:37 EDT
Em Dom 11 Set 2005 13:56, Andreas Winkelmann escreveu:
> Am Sunday 11 September 2005 18:26 schrieb Andreas Hasenack:
>
> > > postfix/lmtp[12159]: 103C2FE2F: to=<>,
> > > orig_to=<jools at localhost>, relay=none, delay=0,status=deferred
> > > (connect to /var/lib/imap/socket/lmtp[/var/lib/imap/socket/lmtp]:
> > > Permission denied).
>
> > > mailbox_transport = lmtp:unix:/var/lib/imap/socket/lmtp
> >
> > Mandriva installs postfix chrooted by default. Use this transport
>
> Hmm, i think, Postfix finds the Socket, but it cannot write to it. No
> chroot-Issue.
lmtp in the OP's master.cf is defined to live in the chroot area, which might
have the wrong permissions. Even if he fixes the permissions, things will
still not work because that's not where cyrus' real lmtp socket is.
> > definition for mailbox_transport:
> > mailbox_transport = cyrus:unix:/var/lib/imap/socket/lmtp
>
> Hmm, I don't think the pipe-Transport "cyrus" excepts a Path to a Socket
here.
Either you or I have misread the OP's master.cf file :)
I read this:
cyrus unix - n n - - lmtp
-o lmtp_cache_connection=yes
So, it's not a pipe transport.
> The OP should stay with "lmtp:" this is much more better than "cyrus:".
It's the same as per above definition. But cyrus is not chrooted.
|
|
|