On Wed, 17 Mar 2010, Sean Reifschneider wrote: > Mar 16 12:50:11 mailhost postfix/cleanup[9490]: warning: milter > inet:127.0.0.1:2092: can't read SMFIC_HEADER reply packet header: Success
What is the output of 'postconf milter_protocol'? This might be totally unrelated, but I wonder if it has something to do with your problem: you're using pymilter built with Sendmail 8.14 libraries, which imply protocol 6, but Postfix < 2.6 defaults to milter_protocol = 2. -- Sahil Tandon <sa...@tandon.net>