> A variant is:
main.cf:
base_rcpt_bcc_maps = ...
rcpt_bcc_maps = ..., $base_rcpt_bcc_maps
master.cf
cleanup unix n - n - 0 cleanup
-o { recipient_bcc_maps = $rcpt_bcc_maps }
noted/useful. thx o/
that also solves for the self-inflicted re-def'n problem with my earlier
recipient_bcc_maps = ${def_db_type}:${cfg_dir}/recipient_bcc_maps,
pcre:${cfg_dir}/recipient_bcc_maps.pcre
recipient_bcc_maps = ${recipient_bcc_maps},
${def_db_type}:${cfg_dir}/recipient_bcc_maps_FORENSIC,
pcre:${cfg_dir}/recipient_bcc_maps_FORENSIC.pcre
which iiuc, then, _should_ be
base_recipient_bcc_maps = ${def_db_type}:${cfg_dir}/recipient_bcc_maps,
pcre:${cfg_dir}/recipient_bcc_maps.pcre
recipient_bcc_maps = ${base_recipient_bcc_maps},
${def_db_type}:${cfg_dir}/recipient_bcc_maps_FORENSIC,
pcre:${cfg_dir}/recipient_bcc_maps_FORENSIC.pcre
_______________________________________________
Postfix-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]