Erick Calder wrote:
> haha, clearly my regex is borked.  I tried replying and got the mail
> back with:
> 
> This Message was undeliverable due to the following reason:
> 
> Each of the following recipients was rejected by a remote mail server.
> The reasons given by the server are included to help you determine why
> each recipient was rejected.
> 
>    Recipient: <postfix+us...@postfix.org <mailto:postfix+us...@postfix.org>>
>    Reason:    5.1.1 <postfix+us...@postfix.org
> <mailto:postfix+us...@postfix.org>>: Recipient address rejected: User
> unknown in virtual alias table
> 


you are rewriting all addresses in the universe. do not touch addresses
that are not yours.

Start from the example I already sent:

== virtual_alias_maps:

/^(joe|jim|jane)-(.*)@(example\.net|example\.com)$/    $1...@$3


Reply via email to