Márcio Luciano Donada wrote:
Wietse Venema escreveu:
M�rcio Luciano Donada:
Hi list,
I am successfully using the parameters, but the e-mails arriving at
their destination duplicates, is that correct? I'm using postfix 2.3.8-2
See: http://www.postfix.org/FILTER_README.html and look for
"receive_override_options".
Wietse
Thank you,
And it is understand as follows:
in the master.cf
receive_override_options=no_unknown_recipient_checks,no_header_body_checks
-o sender_bcc_maps=/etc/postfix/sender.txt
-o recipient_bcc_maps=/etc/postfix/recipient.txt
You need a map type (such as hash:) before the file name:
-o sender_bcc_maps=hash:/etc/postfix/sender.txt
-o recipient_bcc_maps=hash:/etc/postfix/recipient.txt
e no main.cf
receive_override_options = no_address_mappings
looks OK.
--
Noel Jones