From 0520bc46b4a03f7622fc05214568fd41d0aaab68 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 24 Sep 2023 10:18:05 +0300 Subject: exolobe1.liw.fi as MX and mail client Sponsored-by: author --- ansible/roles/mail-client/templates/main.cf | 2 +- ansible/roles/mail-server/files/virtual | 3 +++ ansible/roles/smarthost-client/templates/main.cf | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) (limited to 'ansible/roles') diff --git a/ansible/roles/mail-client/templates/main.cf b/ansible/roles/mail-client/templates/main.cf index 2c026ad..39e9109 100644 --- a/ansible/roles/mail-client/templates/main.cf +++ b/ansible/roles/mail-client/templates/main.cf @@ -10,7 +10,7 @@ smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU) biff = no # appending .domain is the MUA's job. -append_dot_mydomain = no +append_dot_mydomain = yes # Uncomment the next line to generate "delayed mail" warnings #delay_warning_time = 4h diff --git a/ansible/roles/mail-server/files/virtual b/ansible/roles/mail-server/files/virtual index 1fcb2a1..67a2287 100644 --- a/ansible/roles/mail-server/files/virtual +++ b/ansible/roles/mail-server/files/virtual @@ -7,6 +7,9 @@ liw-passthrough@liw.fi liw ivana@liw.fi liw tele@liw.fi liw +exolobe1.liw.fi - +@exolobe1.liw.fi liw + docstory.fi - postmaster@docstory.fi soile abuse@docstory.fi soile diff --git a/ansible/roles/smarthost-client/templates/main.cf b/ansible/roles/smarthost-client/templates/main.cf index d9deaaf..af8e058 100644 --- a/ansible/roles/smarthost-client/templates/main.cf +++ b/ansible/roles/smarthost-client/templates/main.cf @@ -10,7 +10,7 @@ smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU) biff = no # appending .domain is the MUA's job. -append_dot_mydomain = no +append_dot_mydomain = yes # Uncomment the next line to generate "delayed mail" warnings #delay_warning_time = 4h -- cgit v1.2.1