Here is mercurial repository of some of my software.
- http://cebka.pp.ru/hg/rmilter/ - mail filter for sendmail/postfix, that can check mail with spamassassin/clamav/dcc/spf, check limits and do greylisting (via memcached), and check regexps.
- http://cebka.pp.ru/hg/nginx-smtp-policy/ - async (libevent based) DNS resolver with patch to nginx (versions up to 0.6.11) mail module (originnally written by Max Dounin http://mdounin.ru/) that can do load balancing of incoming mail (weight based) check rbls and monitor state of mx's (with nginx-smtp-watchdog). Nginx-smtp-policy designed for huge mail traffic and can help to low load on backend mx's.
- http://cebka.pp.ru/hg/libevent/ - libevent patches for faster DNS search (hashed list instead of linear list) and for allowing TXT requests (for RBL checks).
- http://cebka.pp.ru/hg/rmilter/ - mail filter for sendmail/postfix, that can check mail with spamassassin/clamav/dcc/spf, check limits and do greylisting (via memcached), and check regexps.
- http://cebka.pp.ru/hg/nginx-smtp-policy/ - async (libevent based) DNS resolver with patch to nginx (versions up to 0.6.11) mail module (originnally written by Max Dounin http://mdounin.ru/) that can do load balancing of incoming mail (weight based) check rbls and monitor state of mx's (with nginx-smtp-watchdog). Nginx-smtp-policy designed for huge mail traffic and can help to low load on backend mx's.
- http://cebka.pp.ru/hg/libevent/ - libevent patches for faster DNS search (hashed list instead of linear list) and for allowing TXT requests (for RBL checks).


Leave a comment