Improve README

This commit is contained in:
iburadempa 2022-04-25 20:22:03 +02:00
parent 08be02723b
commit 24025f25fc
1 changed files with 13 additions and 11 deletions

View File

@ -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)