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 ## mail_system
ansible role for debian buster setting up a mailserver with Setup a complete mail system with postfix, rspamd, dovecot and clamav, using PostgreSQL as backend.
postfix, rspamd, dovecot and clamav and based on PostgreSQL
Attention: user and domain administration (in PostgreSQL) is not covered here * `mail_system` ansible role
* `mail_system.yml` ansible playbook
* mail_system
* mail_system.yml
NB: A user and domain administration frontend is not included.
## journal-postfix ## journal-postfix
ansible role for debian buster parsing postfix entries in Parse postfix entries in systemd journal and write delivery information to a PostgreSQL database.
systemd journal and collecting delivery information
* journal-postfix * `journal-postfix` ansible role
* journal-postfix.yml * `journal-postfix.yml` ansible playbook
* journal-postfix-doc * `journal-postfix-doc` documentation
See [journal-postfix/files/srv/README.md](journal-postfix/files/srv/README.md) See [journal-postfix/files/srv/README.md](journal-postfix/files/srv/README.md)