Bascule Z-Push, préparation Mail

This commit is contained in:
VC
2019-09-04 18:02:51 +02:00
parent dded46ff64
commit 66717dcc13
30 changed files with 828 additions and 2 deletions

View File

@@ -0,0 +1,15 @@
- name: install dovecot
package:
name: "{{ item }}"
state: present
loop:
- dovecot-imapd
- dovecot-sieve
- dovecot-lmtpd
- name: main configuration file
copy:
src: ./files/dovecot.conf
dest: /etc/dovecot/dovecot.conf
notify:
- restart dovecot