From: Wietse Venema (no email)
Date: Tue Sep 27 2005 - 13:09:53 EDT
Bryan Irvine:
> On 9/27/05, Wietse Venema <> wrote:
> > Bryan Irvine:
> > > I'm using postfix with courier maildrop, and trying to get .forwards working.
> >
> > The $HOME/.forward feature is implemented by the local(8)
> > delivery agent.
>
> ahh *click*
You may be able to pull it off by concatenating mail delivery mechanisms.
Postfix has no general concatenation method. Instead, such a method
is built into the local delivery agent:
mailbox_transport = maildrop
or something like that.
This requires that the user account exists in the UNIX passwd file.
> so I should be making a virtual map instead?
virtual aliases can do forwarding etc, but they can't deliver
directly to file or command.
Wietse
|
|
|