MPays wrote:
All,
I have postfix 2.3.8 running on a debian etch vps, I have everything
running as i need, with the exception of virtual aliased domains. I
would like to be able to setup forwarders on one domain, and for other
domains that are aliased to it pick up these forwarders. At the moment
it rejects at smtp time correctly for domains that I have set users on,
but accepts then bounces for domains that I want to use as aliases. I
have a lot of forwarders, that I dont want to have to duplicate on each
domain. I dont need to send mail from the aliased domains, only receive
mail/reject spam to invalid addresses
Could I get a bit of advice as to how to reject unknown forwarders on
aliased domains, I have tried to make this work with smtp_generic_maps,
and virtual_alias_domains, to no avail
[snip]
/etc/postfix/virtual -
[EMAIL PROTECTED] [EMAIL PROTECTED]
[EMAIL PROTECTED] [EMAIL PROTECTED]
@schiznik.net @schiznik.com
wildcard virtual aliases break recipient validation. This is a known
issue. You'll need to generate the map with a script or use sql/ldap.