Randy Ramsdell:
> Sep 27 12:25:42 mail1-test postfix/error[16593]: 6252A17A809:
> to=<rramsdell@elsewhere>, orig_to=<[email protected]>, relay=none,
> delay=25, delays=25/0/0/0.03, dsn=5.0.0, status=bounced (User unknown in
> virtual alias table)
You need to override the virtual_alias_domains default setting.
/etc/postfix/main.cf:
virtual_alias_domains =
Otherwise, your /./ wildcard will match all domains.
virtual_alias_domains requires that the address is rewritten to a
different domain, otherwise it reports "user unknown in virtual
alias table".
Wietse