Adding dovecot and postfix configs

This commit is contained in:
Ubergeek
2019-02-18 00:50:47 +00:00
parent cff25b2dde
commit 248693807b
9 changed files with 899 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# Configure postfix
---
- name: Install postix main.cf
copy:
src: ../files/etc/postfix/main.cf
dest: /etc/postfix/main.cf
owner: root
group: root
mode: 0644