From 680fdd710ace8504ec93944d538d40332b370e0c Mon Sep 17 00:00:00 2001 From: Simone Lazzaris Date: Tue, 24 Oct 2017 09:24:18 +0200 Subject: [PATCH] Initial readme file --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..059597b --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# polka +Simple but effetctive policy daemon for postfix. + +This simple daemon counts the number of messages sent by authenticated users OR by IP (if the SMTP AUTH is not used), +storing the information in a simple mysql table. + +By default, a new entry is created with a default limit (read by configuration), but that value can be overriden +by the sysadmin simpli updating the table. + +In addition, the daemon refuses messages from/to blacklisted sender/recipient, also stored in mysql tables. + +Used in production and very stable and effective.