mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:47:02 +02:00
added x-envelop-to: support to see the envelope recipient address
This commit is contained in:
@ -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).
|
||||
|
Reference in New Issue
Block a user