Initial commit

This commit is contained in:
Waffles
2022-12-21 22:30:01 -08:00
commit 19ebda26b4
47 changed files with 1429 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
---
- name: Configure yttrx mail server environment
hosts: [mta]
roles:
- role: mta
handlers:
- name: Restart dovecot
service:
name: dovecot
state: restarted
listen: "restart services"
- name: Restart postfix
service:
name: postfix
state: restarted
listen: "restart services"
- name: postmap
command: /usr/sbin/postmap /etc/postfix/virtual
listen: "postmap"