diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2014-01-14 06:52:24 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:51:36 +0200 |
commit | 88c64118976a8b5c3dd1575756aae242a6fef8c1 (patch) | |
tree | db0e40ff1e9f302f6640d4579f25388d186d2d16 /roles/webmail | |
parent | 650db94b3b8dc6665c3883ac29f78adfe23e03f0 (diff) |
Don't pass the client information unless necessary.
Diffstat (limited to 'roles/webmail')
-rw-r--r-- | roles/webmail/templates/etc/postfix/main.cf.j2 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/roles/webmail/templates/etc/postfix/main.cf.j2 b/roles/webmail/templates/etc/postfix/main.cf.j2 index cd026d1..2ee2849 100644 --- a/roles/webmail/templates/etc/postfix/main.cf.j2 +++ b/roles/webmail/templates/etc/postfix/main.cf.j2 @@ -51,8 +51,6 @@ relay_domains = # Don't rewrite remote headers local_header_rewrite_clients = -# Pass the client information along to the content filter -smtp_send_xforward_command = yes # Avoid splitting the envelope and scanning messages multiple times smtp_destination_recipient_limit = 1000 # Tolerate occasional high latency |