From 24025f25fc48b3942e57f42a507df45789184672 Mon Sep 17 00:00:00 2001 From: iburadempa Date: Mon, 25 Apr 2022 20:22:03 +0200 Subject: [PATCH] Improve README --- README.md | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 6267e6e..5eab544 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,23 @@ +ansible roles and playbooks for a mail server. + +Branch names correspond to debian release names. + + ## mail_system -ansible role for debian buster setting up a mailserver with -postfix, rspamd, dovecot and clamav and based on PostgreSQL +Setup a complete mail system with postfix, rspamd, dovecot and clamav, using PostgreSQL as backend. -Attention: user and domain administration (in PostgreSQL) is not covered here - -* mail_system -* mail_system.yml +* `mail_system` ansible role +* `mail_system.yml` ansible playbook +NB: A user and domain administration frontend is not included. ## journal-postfix -ansible role for debian buster parsing postfix entries in -systemd journal and collecting delivery information +Parse postfix entries in systemd journal and write delivery information to a PostgreSQL database. -* journal-postfix -* journal-postfix.yml -* journal-postfix-doc +* `journal-postfix` ansible role +* `journal-postfix.yml` ansible playbook +* `journal-postfix-doc` documentation See [journal-postfix/files/srv/README.md](journal-postfix/files/srv/README.md)