php - How can I pass the message content of postfix to the filter? -
i have been following postfix documentation , this guide. on this manual pipe, there appears no parameter entire message can directed argument filter. how can message passed filter without being saved in file on hard disk?
when specify pipe filter in master.cf entire email (headers, from, to, body etc) sent filter/script.
the guide showed sets postfix flag of f
. change x
means external script dictates final delivery , once it's delivered script set email delivered , not store anywhere else.
Comments
Post a Comment