-
nhu
-
Postfix Content Filter
-
Hi,
at the moment I try to write a content filter for postfix. The filter should check the incoming mails and write them into my database. Postfix connects succesfully to my service but I don't get any content. Now my querstion: How can I get the Mailbody, Header, recipient and Sender into my service?
master.cf
[quote]
smtp inet n - - - - smtpd
-o smtpd_proxy_filter=127.0.0.1:10025
-o smtpd_client_connection_count_limit=20
[/quote]
-
23 Oct 09
Hi,
at the moment I try to write a content filter for postfix. The filter should check the incoming mails and write them into my database. Postfix connects succesfully to my service but I don't get any content. Now my querstion: How can I get the Mailbody, Header, recipient and Sender into my service?
master.cf
smtp inet n - - - - smtpd
-o smtpd_proxy_filter=127.0.0.1:10025
-o smtpd_client_connection_count_limit=20