Re: Custom Policy Integration

2010-06-05 Thread Wietse Venema
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

Re: Custom Policy Integration

2010-06-05 Thread 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, etc.) as well as mail content

Re: Custom Policy Integration

2010-06-03 Thread Wietse Venema
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

Re: Custom Policy Integration

2010-06-03 Thread 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 is the call in some form

RE: Custom Policy Integration

2010-06-02 Thread Khawaja M. Jawad
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

Re: Custom Policy Integration

2010-06-02 Thread Wietse Venema
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