Hi All
I am trying to set up Unverified Recipients on Postfix postfix-3.4.8,1 on
FreeBSD. I configured a cache file for the unverified addresses. I reloaded
postfix but I am not seeing any file in the location I specified in the
address_verify_map parameter. I cannot seem to figure out why. Please note
my relevant settings below. Any help would be appreciated.

#Verify Settings
address_verify_map = btree:/var/db/postfix/verify
unverified_recipient_reject_reason = Address lookup failure

smtpd_recipient_restrictions =
   reject_non_fqdn_recipient,
   reject_unknown_recipient_domain,
   check_client_access hash:/usr/local/etc/postfix/internal_networks,
   check_sender_access hash:/usr/local/etc/postfix/not_our_domain_as_sender,
   permit_mynetworks,
   reject_unauth_destination,
   reject_unknown_client_hostname,
   reject_unknown_reverse_client_hostname,
   reject_rbl_client zen.spamhaus.org,
   reject_rbl_client cbl.abuseat.org,
   reject_rbl_client dul.dnsbl.sorbs.net,
   reject_unverified_recipient,
   permit

Reply via email to