From 851e459b6ff4fcd5554103bd3c7d763416e6759e Mon Sep 17 00:00:00 2001 From: otthorn Date: Sun, 17 Jan 2021 23:48:36 +0100 Subject: [PATCH] Starting to try out postfix config --- mailserver.yml | 2 +- roles/postfix/templates/main.cf.j2 | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/mailserver.yml b/mailserver.yml index 56ac56a..124663d 100755 --- a/mailserver.yml +++ b/mailserver.yml @@ -6,7 +6,7 @@ - mail-utils - mail-certificates - nfs-client -# - postfix + - postfix # - dovecot # - rspamd # - mail-fail2ban diff --git a/roles/postfix/templates/main.cf.j2 b/roles/postfix/templates/main.cf.j2 index 82aacd5..97412c2 100644 --- a/roles/postfix/templates/main.cf.j2 +++ b/roles/postfix/templates/main.cf.j2 @@ -19,10 +19,8 @@ readme_directory = no compatibility_level = 2 # Send mail as user@{{ myorigin }} -# myorigin = auro.re myorigin = {{ myorigin }} -#myhostname = mail.adm.auro.re myhostname = {{ myhostname }} mydestination = $myhostname localhost.{{ myorigin }} localhost {{ myorigin }}