Hi,

I've have a problem with double mail delivery when using 
"recipient_bcc_maps" and "transport_maps". When the BCC recipient contains 
an adres which is routed by the transport_map postfix will deliver the mail 
twice, when de BCC recepient address domain is not listed in the 
transport_map the mail is delivered normal ( 1 time ). Somebody have ideas 
how to solve this issue ?

this is how my postfix config looks like:

-=-=-
inet_protocols = all
command_directory = /usr/sbin
daemon_directory = /usr/lib/postfix
unknown_local_recipient_reject_code = 450
relay_domains = /etc/postfix/relay_domains
home_mailbox = Maildir/
debug_peer_level = 2
sendmail_path = /usr/sbin/sendmail
newaliases_path = /usr/bin/newaliases
mailq_path = /usr/bin/mailq
setgid_group = postdrop
manpage_directory = /usr/local/man
sample_directory = /etc/postfix
readme_directory = no
alias_maps = hash:/etc/aliases
virtual_maps = hash:/etc/postfix/virtual
mydestination = /etc/postfix/localdomains
smtpd_recipient_restrictions = permit_mynetworks,reject_rbl_client,
        check_client_access hash:/etc/postfix/pop-before-smtp,
        reject_unauth_destination, hash:/etc/postfix/access-sender
content_filter=smtp-amavis:[127.0.0.1]:10024
message_size_limit = 50240000
mynetworks_style = subnet
mynetworks = $config_directory/mynetworks
transport_maps = hash:/etc/postfix/transport
myhostname = alpha
html_directory = no
queue_directory = /var/spool/postfix
mail_owner = postfix
mailbox_command_maps = hash:/etc/postfix/mailbox_commands
smtpd_delay_reject = yes
smtpd_client_restrictions =
        hash:/etc/postfix/access
        reject_unauth_pipelining,
        reject_unknown_sender_domain,
        reject_rbl_client opm.blitzed.org,
        reject_rbl_client list.dsbl.org,
        reject_rbl_client sbl.spamhaus.org,
        reject_rbl_client cbl.abuseat.org,
        reject_rbl_client relays.ordb.org,
        reject_rbl_client virbl.dnsbl.bit.nl
recipient_bcc_maps = hash:/etc/postfix/bcc_maps
-=-=-=-

Thanks for helping,

Maurice Sienema
aaargh-infotainment 


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to