From: Wietse Venema (no email)
Date: Wed Jun 01 2005 - 09:37:09 EDT
Atte Peltomaki:
> Is it somehow possible to add custom headers to all mails with postfix?
>
> By using pipe(8) on mails on their way out from postfix, I could have my
> homebred script doing this and sending the post onwards, but I don't
> trust python's email library enough to handle *all* mail correctly.
>
> Suggestions, how to go about with this?
Postfix 2.2 can prepend message headers with a PREPEND action in
smtpd(8) access maps and in cleanup(8) header_checks maps.
http://www.postfix.org/access.5.html
http://www.postfix.org/header_checks.html
Aother than that, configurable headers are not yet supported.
Wietse
|
|
|