|
@@ -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
|