On Tue, Jun 30, 2009 at 2:49 PM, Victor Duchovni<victor.ducho...@morganstanley.com> wrote: >> smtpd_recipient_restrictions = >> ... >> check_recipient_access >> hash:$config_directory/tables/smtpd_allow_nullroute > Only necessary if you have later restrictions that can block > mail to this recipient.
Yes, in this system most $mydomain addresses are restricted from external sources with a pcre map. The above exception is needed because the primary "nullroute" is on the $mydomain. > nullro...@example.net discard:silently > nullro...@example.org discard:silently I made that change. Thanks! Ville