WIP: Setup of a mail server #9

Draft
otthorn wants to merge 151 commits from mailserver into master
3 changed files with 6 additions and 9 deletions
Showing only changes of commit bb8bd718a9 - Show all commits

View file

@ -1,4 +1,4 @@
#! /usr/bin/env ansible-playbook
#!/usr/bin/env ansible-playbook
---
# Deploy base and security
- hosts: mail.adm.auro.re

View file

@ -6,4 +6,3 @@
- swaks # Swiss Army Knife for SMTP
- mutt # small CLI mail client for debug and on-server mail
- pwgen # generate strong and cryptographically secure passwords

View file

@ -11,5 +11,3 @@
src: main.cf.j2
dest: /etc/postfix/main.cf
notify: Restart postfix service