From 0a9be3b599b548d17b8d0c6f334893bce994b2ad Mon Sep 17 00:00:00 2001
From: jabertwo <git@jabertwo.de>
Date: Sat, 8 Mar 2025 18:07:56 +0100
Subject: [PATCH] testserver uffd mail account

---
 testserver/docker_uffd/templates/uffd.cfg | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/testserver/docker_uffd/templates/uffd.cfg b/testserver/docker_uffd/templates/uffd.cfg
index 6de25a93..2a64ee84 100644
--- a/testserver/docker_uffd/templates/uffd.cfg
+++ b/testserver/docker_uffd/templates/uffd.cfg
@@ -14,12 +14,12 @@ ACL_ACCESS_GROUP="uffd_access"
 # Members can create invite links for signup
 ACL_SIGNUP_GROUP="uffd_signup"
 
-MAIL_SERVER='mail.test-warpzone.de' 
+MAIL_SERVER='mail.warpzone.ms'
 MAIL_PORT=587
-MAIL_USERNAME='noreply-uffd@test-warpzone.de' 
+MAIL_USERNAME='uffd-test@warpzone.ms' 
 MAIL_PASSWORD='{{ uffd_mail_pass }}'
 MAIL_USE_STARTTLS=True
-MAIL_FROM_ADDRESS='noreply-uffd@test-warpzone.de'
+MAIL_FROM_ADDRESS='uffd-test@warpzone.ms'
 
 # Do not enable this on a public service! There is no spam protection implemented at the moment.
 SELF_SIGNUP=False
@@ -110,7 +110,7 @@ SITE_TITLE='uffd @ test-warpzone.de'
 
 # Name and contact mail address are displayed to users in a few places (plain text only!)
 ORGANISATION_NAME='test-warpzone.de'
-ORGANISATION_CONTACT='uffd@test-warpzone.de'
+ORGANISATION_CONTACT='uffd-test@warpzone.ms'
 
 # Optional text included in account registration mails (plain text only!)
 WELCOME_TEXT='See https://docs.example.com/ for further information.'
-- 
GitLab