Closed KEANO89 closed 6 years ago
I misunderstood what you meant, I thought you wanted to completely delete the first Received header.
I added add_smtp_user = false
in milter_headers.conf and smtpd_sasl_authenticated_header = no
in main.cf. Thanks for the heads up.
Awesome! Much appreciated. Going to update right away
Classification
Reproducibility
Description
I'm trying to eliminate the actual mail login in outgoing headers: smtp.mailfrom / smtp.auth and Authenticated sender. I already got rid of the private data in smtp.mailfrom and smtp.auth by mounting /etc/rspamd/local.d to a host directory and changing milter_headers.conf. But the actual login information remains in the Received header as "Authenticated sender". What's the trick to hide the login completely? Would it be possible to change the mailserver containers default configuration to this? I think this would be a reasonable change since EU-GDPR wants you to protect private data as much as possible.
Steps to reproduce
Expected results
Actual results
Configuration (docker-compose.yml, traefik.toml...etc)
docker-compose.yml
milter_headers.conf