Thank you Wieste. Sorry for the repetition but the python or the Java version 
of the jitler a good option? My use case is very basic so Java is much 
preferred for milter development if jitler framework work with the postfix. 

Anyone tried Java version of the milter to get full email content with postfox?

-----Original Message-----
From: "Wietse Venema" <wie...@porcupine.org>
Sent: ‎6/‎19/‎2013 6:03 PM
To: "Postfix users" <postfix-users@postfix.org>
Subject: Re: Postfix Content Filter

Prasad R:
> Thank you Wietse. This is the link I was reading:
> http://www.postfix.org/MILTER_README.html and forth bullet from the bottom
> of the page.
> How can I configure the milter to get access to full content and use it
> after smtpd_proxy_filter? Any pointers on the documentation?

Documentation:

    man 5 master
    man 8 smtpd

Example:

/etc/postfix/master.cf
    # Before the smtpd-proxy-filter
    smtp            ... ... ... ... smtpd 
        -o smtpd_proxy_filter=xxx
    # After the smtpd-proxy-filter
    127.0.0.1:10025 ... ... ... ... smtpd 
        -o smtpd_milters=yyy

        Wietse

Reply via email to