I want to write own miter, but I have problem. I have installed postfix, libmilter and python module Milter.
I try to run sample.py milter which I found in pymilter-0.9.7.tar.gz (from http://bmsi.com/python/milter.html ) but I don't now how to add them to postfix.
I've tried set smtpd_milters = unix:/tmp/pythonsock but postfix wrote to log connect to Milter service unix:/tmp/pythonsock : No such file or directory
python code http://pastebin.com/DXG0LFDU
Please help me, what i should do?