On 8/19/2010 12:52 PM, Noel Jones wrote:
Use address_verify_transport_maps in place of your transport_maps to
control the routing of the probe.
Uhmm, I added address_verify_transport_maps, but it still is sending
verifications to the relayhost:
mx2# postconf -n
address_verify_map = btree:/var/mta/verify
address_verify_negative_cache = no
address_verify_poll_count = 1
address_verify_transport_maps =
ldap:/usr/local/etc/postfix/ldap/transport.cf
bounce_queue_lifetime = 1d
canonical_maps = ldap:/usr/local/etc/postfix/ldap/canonical.cf
command_directory = /usr/local/sbin
config_directory = /usr/local/etc/postfix
daemon_directory = /usr/local/libexec/postfix
delay_warning_time = 4h
disable_vrfy_command = yes
html_directory = no
mail_name = WebTent ESMTP Postfix Internet Mail Exchange
mailbox_size_limit = 102400000
mailq_path = /usr/local/bin/mailq
manpage_directory = /usr/local/man
maximal_backoff_time = 1000s
message_size_limit = 51200000
mynetworks = 127.0.0.0/8, 10.0.0.0/8
newaliases_path = /usr/local/bin/newaliases
readme_directory = no
relay_domains = ldap:/usr/local/etc/postfix/ldap/transport.cf
relayhost = mx1.webtent.net
sample_directory = /usr/local/etc/postfix
sendmail_path = /usr/local/sbin/sendmail
setgid_group = maildrop
smtpd_banner = $myhostname ESMTP $mail_name USE OF THIS SERVER INDICATES
THAT YOU HAVE READ AND AGREED TO OUR AUP. UCE IS NOT ALLOWED.
smtpd_data_restrictions = reject_unauth_pipelining, permit
smtpd_helo_restrictions = permit_mynetworks
smtpd_recipient_restrictions = permit_sasl_authenticated,
permit_mynetworks, check_client_access
cidr:/usr/local/etc/postfix/relay_clients, check_client_access
ldap:/usr/local/etc/postfix/ldap/relay_clients.cf, check_client_access
hash:/usr/local/etc/postfix/client_checks, reject_unauth_destination,
reject_non_fqdn_sender, reject_non_fqdn_recipient, check_helo_access
hash:/usr/local/etc/postfix/helo_checks, check_recipient_access
pcre:/usr/local/etc/postfix/recipient_checks.pcre, reject_rbl_client
zen.spamhaus.org, permit
smtpd_sender_restrictions = permit_mynetworks
reject_unknown_sender_domain hash:/usr/local/etc/postfix/sender_access
unknown_local_recipient_reject_code = 550
unverified_recipient_reject_code = 550
unverified_sender_reject_code = 550
postmap -q mrtampanorth.com
ldap:/usr/local/etc/postfix/ldap/transport.cf smtp:[64.90.10.204]
Aug 19 13:27:10 mx2 postfix/smtp[88103]: 9BD9A11417F:
to=<step...@mrtampanorth.com>, relay=mx1.webtent.net[208.38.145.6]:25,
delay=1.3, delays=0.88/0.07/0.2/0.11, dsn=4.1.1, status=deferred (host
mx1.webtent.net[208.38.145.6] said: 450 4.1.1
<step...@mrtampanorth.com>: Recipient address rejected: unverified
address: Address verification in progress (in reply to RCPT TO command))
Thanks for any help, Robert