1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-08-08 23:06:49 +02:00

Improve the privacy of the client by removing sensitive details

This commit is contained in:
Johan Smits
2017-08-09 23:19:00 +02:00
parent 0fe86e796b
commit 4cb8f4d4ae
8 changed files with 60 additions and 1 deletions

View File

@ -0,0 +1,11 @@
use strict;
# disable the "Received" headers to be added to the mail header
$allowed_added_header_fields{lc('Received')} = 0;
# Hide with whay virus scanner we scan
$X_HEADER_LINE = "Yes";
#------------ Do not modify anything below this line -------------
1; # ensure a defined return