> On Jul 14, 2017, at 4:16 AM, hyndavirap...@bel.co.in wrote:
>
> In cleanup process, i'm able to parse all the custom headers. but in qmgr
> process i'm not able to do that.
The queue manager is not the place for complex message content processing.
Your best bet is to write a milter or SMTP pro
On 2017-07-14 13:46:15 (+0530), hyndavirap...@bel.co.in
wrote:
i have installed postfix 2.10 from source code.
That's getting a little long in the tooth.
we are sending mail to postfix server with custom headers. Based on
those headers, some actions need to be taken at mail server. For tha
Hi,
i have installed postfix 2.10 from source code. we are sending mail to
postfix server with custom headers. Based on those headers, some actions
need to be taken at mail server. For that purpose i'm customizing postfix
source code.
In cleanup process, i'm able to parse all the custom headers