punit jain:
> Hi Wieste,
>
> Thanks for the link.I would like to know if my understanding is correct.
> Here is what I understood: -
>
> 1. Postfix uses Milter (mail filter) protocol to allow external application
> to inspect SMTP events (CONNECT, DISCONNECT), SMTP commands (HELO, MAIL
> FROM, et
Hi Wieste,
Thanks for the link.I would like to know if my understanding is correct.
Here is what I understood: -
1. Postfix uses Milter (mail filter) protocol to allow external application
to inspect SMTP events (CONNECT, DISCONNECT), SMTP commands (HELO, MAIL
FROM, etc.) as well as mail content
punit jain:
> Hi Wietse,
>
> Gone through the links. I find Milter to be more suitable for my
> requirement. A quick query on smtpd_milters, the call to external filter
> would be same way the smtp negotiation happens ( HELO, MAIL FROM, RCPT TO
> etc ) before accepting the message to be queued or
Hi Wietse,
Gone through the links. I find Milter to be more suitable for my
requirement. A quick query on smtpd_milters, the call to external filter
would be same way the smtp negotiation happens ( HELO, MAIL FROM, RCPT TO
etc ) before accepting the message to be queued or is the call in some form
To: Postfix users
Subject: Re: Custom Policy Integration
punit jain:
> Hi ,
>
> I have a postfix server running and it needs to be integrated with 3rd
party
> Policy server. What that server expects is smtp negotiation ie. "mail
from",
> "rcpt to" along with &quo
punit jain:
> Hi ,
>
> I have a postfix server running and it needs to be integrated with 3rd party
> Policy server. What that server expects is smtp negotiation ie. "mail from",
> "rcpt to" along with "source IP" to be sent to policy server in form of a
> HTTP call. Based on the policy, the polic