ansible roles for a debian mailserver
Go to file
ibu radempa a900d16b53 Change data models for aliases in mail_system. REQUIRES MANUAL CHANGES TO DATA!
When matching an alias do no more match it against the value of field alias
in the aliases table, but match it against the concatenation of this value
with '@' and the value of the name field in the domains table, where the
row is obtained by matching aliases.alias_domain_id and domains.id.
2020-09-04 18:10:20 +02:00
journal-postfix add ansible role journal-postfix (a log parser for Postfix) with playbook and doc 2019-12-15 19:10:28 +01:00
journal-postfix-doc add ansible role journal-postfix (a log parser for Postfix) with playbook and doc 2019-12-15 19:10:28 +01:00
mail_system Change data models for aliases in mail_system. REQUIRES MANUAL CHANGES TO DATA! 2020-09-04 18:10:20 +02:00
journal-postfix.yml add ansible role journal-postfix (a log parser for Postfix) with playbook and doc 2019-12-15 19:10:28 +01:00
LICENSE.txt add LICENSE.txt 2019-12-15 19:25:07 +01:00
mail_system.yml mailserver: add VERP marking of outgoing an unmarking of incoming mails 2019-10-11 18:35:45 +02:00
README.md improve README.md 2019-12-26 18:01:22 +01:00

mail_system

ansible role for debian buster setting up a mailserver with postfix, rspamd, dovecot and clamav and based on PostgreSQL

Attention: user and domain administration (in PostgreSQL) is not covered here

  • mail_system
  • mail_system.yml

journal-postfix

ansible role for debian buster parsing postfix entries in systemd journal and collecting delivery information

  • journal-postfix
  • journal-postfix.yml
  • journal-postfix-doc

See journal-postfix/files/srv/README.md