Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/postfix/files/main.cf

Issue 5583447577853952: Issue 1753 - Disable postfix header rewriting (Closed)
Patch Set: Created Jan. 16, 2015, 11:59 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/postfix/files/main.cf
===================================================================
--- a/modules/postfix/files/main.cf
+++ b/modules/postfix/files/main.cf
@@ -37,3 +37,6 @@
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = 127.0.0.1 [::1]
+
+# Disable rewriting message header addresses
+local_header_rewrite_clients =
Wladimir Palant 2015/02/05 19:48:40 Unfortunately, I've verified that this doesn't sol
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld