I am trying to add AWS SES's X-SES-CONFIGURATION-SET
header in my postfix. For this I am using smtp_header_checks
as follows:
My main.cf
has the following line:
smtp_header_checks = pcre:/etc/postfix/header_checks
header_checks file is as follows:
/^From:/ PREPEND X-SES-CONFIGURATION-SET: <name_of_my_config_set>
When I send mail, I dont see any header with name X-SES-CONFIGURATION-SET
What do I need to fix to get this header? My postfix version is 3.4
Edit: I looked both in main.cf and master.cf for receive_override_options
and I dont see it in either files