Hi list,

is it somehow possible to limit the lookup for aliases in
virtual_alias_maps to domains the postfix system is responsible for?

The problem:
I want »abuse@...« to be aliased to »postmaster« for every domain the system
is configured for. (virtual_mailbox_domains)

Therefore I've done this:
 virtual_alias_maps = regexp:/etc/postfix/virtual_aliases

 /etc/postfix/virtual_aliased:
  /^abuse@.*/   postmaster

but this aliases also mails that are sent from the local system to
ab...@foreign.domain.org.

How can I avoid to add an alias for every new domain I configure?

It would be nice to only add the domain to virtual_mailbox_domain and the
»ab...@new-domain.org« being automatically accepted and aliased to postmaster.
I'm sure to forget to add this alias the next time I add a domain.

Thanks
Lars

Reply via email to