Ian Macdonald wrote:
> 
> On Fri 22 Feb 2002 at 15:09:12 -0500, you wrote:
> 
> > > I'm running Cyrus 2.1.2/Postfix 1.1.3 here and Sieve is working
> > > nicely, apart from the vacation extension.
> > >
> > > Redirects are working, so I know that Postfix is being spawned
> > > correctly to send the message.
> > >
> > > When the vacation module tries to send a response, this is what I'm
> > > seeing in my logs:
> > >
> > > Feb 22 11:28:32 lovelace postfix/smtp[18102]: 604051775: 
>to=<[EMAIL PROTECTED]>, relay=none, delay=0, status=bounced (Name 
>service error for unspecified-domain.google.com: Host not found)
> > >
> > > It tries to send the vacation response to
> > > [EMAIL PROTECTED], but the address it should have
> > > been responding to is an off-site address.
> >
> > I'm not a Postfix expert (heck, I don't even use it), but my guess would
> > be that Postfix is re-writing the envelope 'from' address which Sieve
> > uses as the 'reply-to' address.  I believe that this has been discussed
> > on the list before.
> 
> Postfix _is_ doing some rewriting of the MAIL FROM in the envelope,
> but even if I add the address it's using to the addresses that
> vacation should recognise, it still doesn't work.

The envelope FROM has nothing to do with :addresses.  :addresses is used
to compare against the TO/CC/BCC _headers_ in the message.  The envelope
FROM is what vacation uses as the address to reply to.  This _should_ be
the same for redirect and reject, I don't know why it would be different
for vacation (unless Postfix somehow knows the disposition of the
message before it gets to Sieve -- highly unlikely).

Ken
-- 
Kenneth Murchison     Oceana Matrix Ltd.
Software Engineer     21 Princeton Place
716-662-8973 x26      Orchard Park, NY 14127
--PGP Public Key--    http://www.oceana.com/~ken/ksm.pgp

Reply via email to