From: Matt Birkholz Date: Mon, 22 Dec 2025 15:46:10 +0000 (-0700) Subject: Use Nextcloud's default mail_domain; setting it is redundant. X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=9b38334ee13118bbc7329093425d3515810969e0;p=Institute Use Nextcloud's default mail_domain; setting it is redundant. --- 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.