ansible-mailserver-debian/README.md

24 lines
658 B
Markdown
Raw Permalink Normal View History

2022-04-25 18:22:03 +00:00
ansible roles and playbooks for a mail server.
Branch names correspond to debian release names.
2019-12-26 17:01:22 +00:00
2022-04-25 18:22:03 +00:00
## mail_system
Setup a complete mail system with postfix, rspamd, dovecot and clamav, using PostgreSQL as backend.
2019-12-26 17:01:22 +00:00
2022-04-25 18:22:03 +00:00
* `mail_system` ansible role
* `mail_system.yml` ansible playbook
2019-12-26 17:01:22 +00:00
2022-04-25 18:22:03 +00:00
NB: A user and domain administration frontend is not included.
2019-12-26 17:01:22 +00:00
## journal-postfix
2022-04-25 18:22:03 +00:00
Parse postfix entries in systemd journal and write delivery information to a PostgreSQL database.
2019-12-26 17:01:22 +00:00
2022-04-25 18:22:03 +00:00
* `journal-postfix` ansible role
* `journal-postfix.yml` ansible playbook
* `journal-postfix-doc` documentation
2019-12-26 17:01:22 +00:00
See [journal-postfix/files/srv/README.md](journal-postfix/files/srv/README.md)