On 2/8/2011 3:32 PM, Charles Marcus wrote:
On 2011-02-07 8:28 PM, Noel Jones wrote:
On 2/7/2011 5:44 PM, Reindl Harald wrote:
"mysql-recipients.cf" is querying dbmail for valid addresses
dbmail do not have domain-aliases and so postfix should handle
this by saying "thelounge.at is an alias for the lounge.net
and if someone sends a mal at inva...@thelounge.net i check
if inva...@thelounge.net exists"
the "recipient_canonical_maps" seems to use the @targetdomain
and DO NOT use "mysql-recipients.cf" becasue "invalid@domain"
does not exist and is received for the alias-domain and the
reject happens later after rewrite the rctp by the lmtp
Don't use "domain aliases".
Wildcard address rewrites disable recipient validation.
Postfixadmin (2.3.2+) has working recipient verification with alias
domains...
... because it's not a wildcard rewrite, but rather a
carefully crafted SQL schema with an appropriate multi-domain
query.
Simple "example.com -> example.net" domain aliases break
recipient validation.
-- Noel Jones