Browse Source

Improve configuration

tags/1.3
Timo Röhling 9 years ago
parent
commit
b02a1db057
2 changed files with 6 additions and 3 deletions
  1. 5
    2
      README.md
  2. 1
    1
      main.cf.ex

+ 5
- 2
README.md View File

@@ -80,9 +80,12 @@ your main.cf:
80 80
     sender_canonical_maps = tcp:127.0.0.1:10001
81 81
     sender_canonical_classes = envelope_sender
82 82
     recipient_canonical_maps = tcp:127.0.0.1:10002
83
-    recipient_canonical_classes= envelope_recipient
83
+    recipient_canonical_classes= envelope_recipient,header_recipient
84
+
85
+This will transparently rewrite incoming and outgoing envelope addresses,
86
+and additionally undo SRS rewrites in the To: header of bounce notifications
87
+and vacation autoreplies.
84 88
 
85
-This will transparently rewrite incoming and outgoing envelope addresses.
86 89
 Run `service postsrsd start` and `postfix reload` as root, or reboot.
87 90
 
88 91
 Known Issues

+ 1
- 1
main.cf.ex View File

@@ -3,6 +3,6 @@
3 3
 sender_canonical_maps = tcp:127.0.0.1:10001
4 4
 sender_canonical_classes = envelope_sender
5 5
 recipient_canonical_maps = tcp:127.0.0.1:10002
6
-recipient_canonical_classes = envelope_recipient
6
+recipient_canonical_classes = envelope_recipient,header_recipient
7 7
 
8 8
 

Loading…
Cancel
Save