Skip to content

srault95/mongrey

Repository files navigation

Greylist Server for Postfix

Travis Build Status Code Health Documentation Status Translation Number of PyPI downloads Latest Version License Python Wheel Requirements Status

logo

Resume

License:BSD
Code:https://github.com/radical-software/mongrey
Issues:https://github.com/radical-software/mongrey/issues
Doc EN:http://mongrey.readthedocs.org/en/latest/
Doc FR:http://mongrey.readthedocs.org/fr/latest/

Features

  • Greylist Server high performance
  • Backends: MongoDB, PostgreSQL, MySQL, Sqlite
  • No software dependencies (except Backend);
  • Configuration by Country, IP address, Network address, Email, Domain, Regex
    • For every policy filter
    • For black and white lists
  • Optional filters:
    • Relay deny control
    • Spoofing
    • Directory control DB, (SMTP, LDAP en cours..)
    • RBL
    • SPF
  • WebUI (optional)
  • REST API (in progress...)
  • Cache with Memory or Redis

Sample installation for Mongrey Server - Sqlite Backend

$ curl -L http://download.mongrey.io/latest/mongrey-server-sqlite > /usr/local/bin/mongrey-server

$ chmod +x /usr/local/bin/mongrey-server

$ /usr/local/bin/mongrey-server --version

Contributing

To contribute to the project, fork it on GitHub and send a pull request.

All contributions and suggestions are welcome.