WIP: Setup of a mail server #9

Draft
otthorn wants to merge 151 commits from mailserver into master
Showing only changes of commit d05425745f - Show all commits

View file

@ -46,14 +46,14 @@
src: "{{ item }}.j2" src: "{{ item }}.j2"
dest: "/etc/dovecot/conf.d/{{ item }}" dest: "/etc/dovecot/conf.d/{{ item }}"
mode: 0644 mode: 0644
loop: loop:
- "10-auth.conf" - "10-auth.conf"
- "10-mail.conf" - "10-mail.conf"
- "10-master.conf" - "10-master.conf"
- "10-ssl.conf" - "10-ssl.conf"
- "10-logging.conf" - "10-logging.conf"
- "auth-system.conf.ext" - "auth-system.conf.ext"
notify: Restart 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
@ -63,4 +63,4 @@
mode: 0600 # only legible by root mode: 0600 # only legible by root
owner: root owner: root
group: root group: root
notify: Restart dovecot notify: Restart dovecot