added x-envelop-to: support to see the envelope recipient address

This commit is contained in:
SJ
2012-11-27 13:16:30 +01:00
parent 24672a02a1
commit 94a3e2d78b
5 changed files with 18 additions and 1 deletions

View File

@ -66,6 +66,20 @@ cipher_list=HIGH:MEDIUM
; piler's own header to indicate previously archived messages
piler_header_field=X-piler: piler already archived this email
; extra header field to treat as To:
;
; to make postfix to insert the envelope recipient address to the email
; header, do the following:
;
; /etc/postfix/main.cf:
;
; smtpd_recipient_restrictions = reject_non_fqdn_recipient, ... check_recipient_access pcre:$config_directory/x-add-envelope-to, ...
;
; /etc/postfix/x-add-envelope-to:
;
; /(.*)/ prepend X-Envelope-To: $1
;
extra_to_field=X-Envelope-To:
; whether to archive an email not having a Message-ID header line (1)
; or not (0).