Luc de Louw schrieb am Wed, Apr 10, 2002 at 02:41:39PM +0200:
> On 10 Apr 2002, Hein Roehrig wrote:
> 
> > The following message is a courtesy copy of an article
> > that has been posted to comp.mail.imap as well.
> >
> > Hein Roehrig <[EMAIL PROTECTED]> writes in comp.mail.imap:
> >
> > > I also get bitten by this problem (on Cyrus 2.1.3.)
> >
> > Ok, I resolved the problem by 1) telling postfix not to put a
> > Return-path (dropping the R flag from the pipe transport) and 2)
> > passing a -r ${sender} to Cyrus deliver, thus providing it with the
> > correct envelope sender.
> >
> > This also improves Sieve responses a lot :-)
> >
> > -Hein
> >
> 
> This means the exaxt line in /etc/postfix/master.cf looks like this?
> 
> cyrus     unix  -       n       n       -       -       pipe
>   flags=R -r ${sender} user=cyrus argv=/usr/cyrus/bin/deliver -e -m
> ${extension} ${user}

No, read the mail above more carefully.  I think it should go like this:

  cyrus     unix  -       n       n       -       -       pipe
   flags=  user=cyrus argv=/usr/cyrus/bin/deliver -e -r ${sender} -m ${extension} 
${user}
         ^                                           ^^^^^^^^^^^^
         no "R" flag                                 correct envelope sender


Birger

Reply via email to