Re: Building milter in PHP

2009-08-23 Thread Mikael Bak
rank1see...@gmail.com wrote: > It did, but not anymore. > It is now depreciated.(php-milter) > > I use PHP 5.3 and already have working filter. > > To finalise it, I just need a list and description of milter commands. > Those milter commands works for any type of coding language > > Up to now I

Re: Building milter in PHP

2009-08-22 Thread rank1seeker
- Original Message - From: wie...@porcupine.org (Wietse Venema) To: Postfix users Date: Sat, 22 Aug 2009 19:18:19 -0400 (EDT) Subject: Re: Building milter in PHP > none none: > > I've setup postfix for before queue > > I have not chosen to install milter but to creat

Re: Building milter in PHP

2009-08-22 Thread Wietse Venema
none none: > I've setup postfix for before queue > I have not chosen to install milter but to create my own. > > I did that in PHP. > > Now, I am at a part, where my PHP milter has to communicate with postfix. > > Aim is to get string from postfix, evaluate it and send it back to postfix. > So I

Building milter in PHP

2009-08-22 Thread none none
I've setup postfix for before queue I have not chosen to install milter but to create my own. I did that in PHP. Now, I am at a part, where my PHP milter has to communicate with postfix. Aim is to get string from postfix, evaluate it and send it back to postfix. So I started to read as a first a