From 9b38334ee13118bbc7329093425d3515810969e0 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Mon, 22 Dec 2025 08:46:10 -0700 Subject: [PATCH] Use Nextcloud's default mail_domain; setting it is redundant. --- README.org | 2 -- roles_t/core/tasks/main.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/README.org b/README.org index 585359d..c678c5a 100644 --- a/README.org +++ b/README.org @@ -4719,8 +4719,6 @@ unedited copy of the parameters SMTP and /not/ by Sendmail nor Qmail. line: " 'mail_sendmailmode' => 'pipe'," - regexp: "^ *'mail_from_address' *=>" line: " 'mail_from_address' => 'webmaster'," - - regexp: "^ *'mail_domain' *=>" - line: " 'mail_domain' => 'core.small.private'," when: nextcloud.stat.exists #+END_SRC diff --git a/roles_t/core/tasks/main.yml b/roles_t/core/tasks/main.yml index 75db296..1adde76 100644 --- a/roles_t/core/tasks/main.yml +++ b/roles_t/core/tasks/main.yml @@ -926,8 +926,6 @@ line: " 'mail_sendmailmode' => 'pipe'," - regexp: "^ *'mail_from_address' *=>" line: " 'mail_from_address' => 'webmaster'," - - regexp: "^ *'mail_domain' *=>" - line: " 'mail_domain' => 'core.small.private'," when: nextcloud.stat.exists - name: Create /Nextcloud/dbbackup.cnf. -- 2.47.3