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 action.
> 
> Errors I did received were:
> "can't read SMFIC_OPTNEG reply packet header: Operation timed out"

The Sendmail MILTER protocol is completely different from SMTP.  

PHP already comes with a SAPI (server API) that supports this protocol,
and you should probably build your application that way.

See, for example: http://www.google.com/search?q=php+milter

        Wietse

Reply via email to