WIP: Setup of a mail server #9

Draft
otthorn wants to merge 151 commits from mailserver into master
2 changed files with 3 additions and 3 deletions
Showing only changes of commit bd8942eff2 - Show all commits

View file

@ -1,5 +1,5 @@
---
- name: Reload dovecot
- name: Restart dovecot
service:
name: dovecot
state: reloaded
state: restarted

View file

@ -53,7 +53,7 @@
- "10-ssl.conf"
- "10-logging.conf"
- "auth-system.conf.ext"
notify: Reload dovecot
notify: Restart dovecot
# Add the Dovecot configuration file outside of conf.d
- name: Add Dovecot configuration outside of conf.d