From c0a55a5d1c5887d9b47c50920287cd471bb4f3d6 Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Tue, 31 May 2022 17:03:57 -0600 Subject: [PATCH] domain + admin passwd --- conf/default.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/default.yaml b/conf/default.yaml index e7481d7..a4d2d82 100644 --- a/conf/default.yaml +++ b/conf/default.yaml @@ -397,9 +397,9 @@ accounts: # options for email verification of account registrations email-verification: enabled: false - sender: "admin@my.network" + sender: "ergoadmin@__DOMAIN__" require-tls: true - helo-domain: "my.network" # defaults to server name if unset + helo-domain: "__DOMAIN__" # defaults to server name if unset # options to enable DKIM signing of outgoing emails (recommended, but # requires creating a DNS entry for the public key): # dkim: @@ -674,7 +674,7 @@ opers: # or by certificate fingerprint, or both. if a password hash is set, then a # password is required to oper up (e.g., /OPER dan mypassword). to generate # the hash, use `ergo genpasswd`. - password: "$2a$04$0123456789abcdef0123456789abcdef0123456789abcdef01234" + password: "$2a$04$HR0neg/TjG015DvtvTo0He9t5H3iBeAfqKURnJ9iLs5FpETBhXS1K" #ergo@YunoHost # if a SHA-256 certificate fingerprint is configured here, then it will be # required to /OPER. if you comment out the password hash above, then you can