On 20.04.23 09:25, Silamael Darkomen via Postfix-users wrote:
I have a question about the automatic adding of missing headers.
Did an experiment with always_add_missing_headers = no.
I sent a mail via telnet manually to postfix and checked, what it's forwarding to the next mail server. According to the tcpdump output, a missing Date header seems to be always added, ignoring the always_add_missing_headers option at all.
Is this correct?
Is there something special about the Date header? Is this a bug or intended behaviour?

if the always_add_missing_headers is "no", postfix adds headers only when client belongs to local_header_rewrite_clients.

the default for local_header_rewrite_clients is "permit_inet_interfaces" which means, the headers are added when you submit mail from the same machine..

try from another IP address.
--
Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
WinError #98652: Operation completed successfully.
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to