Victor Duchovni:
> On Wed, Nov 25, 2009 at 12:41:37PM -0500, Dennis Putnam wrote:
>
> > If I understand this correctly, I can set the forward_path to a directory
>
> No, not a directory a file, and not "a" file, but a set of files, one
> for each user.
For example I remember from historic times something like:
forward_path = /var/forward/$user
With address extensions turned on, it would look like:
forward_path = /var/forward/${user}${recipient_delimiter}${extension},
/var/forward/${user}
But, the latter is untested.
Wietse