Matt Linzbach a écrit :
So, I guess my question would be, does anyone know of a way to allow a
natural recipient validation check downstream to the Exchange
2003 server
before SA starts working, so that SA does not start testing
on all these
bogus email addresses. Again, I am looking for some solution
that does not
involve creating recipient verification maps on the Postfix server.
We use the following script to verify the intended recipeint is a valid smtp
address.
http://www-personal.umich.edu/~malth/gaptuning/postfix/
You might want to check these archives or the amavisd-new archives for
getadsmtp.pl.
HTH
you can let the exchange server do the verification for postfix using
reject_unverified_recipient (only when recipient domain is managed by
the exchange server). This incurs an smtp connection, but saves the
burden of managing scripts/tables. of course, when possible, ldap is better.