WIP: Setup of a mail server #9
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
- name: Reload dovecot
|
- name: Restart dovecot
|
||||||
service:
|
service:
|
||||||
name: dovecot
|
name: dovecot
|
||||||
state: reloaded
|
state: restarted
|
||||||
|
|
|
@ -53,7 +53,7 @@
|
||||||
- "10-ssl.conf"
|
- "10-ssl.conf"
|
||||||
- "10-logging.conf"
|
- "10-logging.conf"
|
||||||
- "auth-system.conf.ext"
|
- "auth-system.conf.ext"
|
||||||
notify: Reload dovecot
|
notify: Restart dovecot
|
||||||
|
|
||||||
# Add the Dovecot configuration file outside of conf.d
|
# Add the Dovecot configuration file outside of conf.d
|
||||||
- name: Add Dovecot configuration outside of conf.d
|
- name: Add Dovecot configuration outside of conf.d
|
||||||
|
|
Loading…
Reference in a new issue