From: Matt England (no email)
Date: Wed Jun 01 2005 - 08:20:04 EDT
Thank you Wietse and Magnus for this excellent feedback.
I will need to study this further when I get the time to get a proper
understanding of how these mapping engines work. They appear quite
powerful, and their complexity may take a while for me to digest.
-Matt
At 6/1/2005 06:44 AM, Wietse Venema wrote:
>Matt England:
> > At 5/31/2005 11:32 PM, Matt England wrote:
> > >I had a suggestion of how to create a pipe for every virtual mailbox on a
> > >specific virtual domain...which I think may work...and may even save me
> > >work...if I can figure it out.
> >
> > Actually, this will break a different application (Request Tracker over
> > mail2forum). Every-email-at-one-domain-going-through-one-pipe will not
> work.
> >
> > For what it's worth, qmail seems to handle the
> > every-virtual-emailbox-can-get-it's-own-pipe-in-a-.qmail-file pretty
> > well...I'd really like postfix to be able to do the same thing somehow.
>
>/etc/postfix/main.cf:
> virtual_alias_domains = example.com
> virtual_alias_maps = regexp:/etc/postfix/virtual
>
>/etc/postfix/virtual:
> /^(.*)@example\.com$/ example+$1
>
>/home/example/.forward:
> "|command...."
>
>/home/example/.forward+sales:
> "|command...."
>
>/home/example/.forward+info:
> "|command...."
>
>/home/example/.forward+postmaster:
> "|command...."
>
>And so on.
>
> Wietse
|
|
|