Skip to content
Snippets Groups Projects
Commit c53a7243 authored by jabertwo's avatar jabertwo
Browse files

some more fixes for uffd

parent ac6faf34
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ services:
TZ: "Europe/Berlin"
UFFD_INITIAL_ADMIN_USER: "uffdadmin"
UFFD_INITIAL_ADMIN_PW: "{{ uffd_admin_pass }}"
UFFD_INITIAL_ADMIN_MAIL: "admin@{{ mail_domain.warpzonems.mxserver }}"
UFFD_INITIAL_ADMIN_MAIL: "admin@{{ mail_domains.warpzonems.mxserver }}"
labels:
- com.centurylinklabs.watchtower.enable=false
- traefik.enable=true
......
......@@ -14,12 +14,12 @@ ACL_ACCESS_GROUP="uffd_access"
# Members can create invite links for signup
ACL_SIGNUP_GROUP="uffd_signup"
MAIL_SERVER='{{ mail_domain.warpzonems.mxserver }}'
MAIL_SERVER='{{ mail_domains.warpzonems.mxserver }}'
MAIL_PORT=587
MAIL_USERNAME='noreply-uffd@{{ mail_domain.warpzonems.maildomain }}'
MAIL_USERNAME='noreply-uffd@{{ mail_domains.warpzonems.maildomain }}'
MAIL_PASSWORD='{{ uffd_mail_pass }}'
MAIL_USE_STARTTLS=True
MAIL_FROM_ADDRESS='noreply-uffd@{{ mail_domain.warpzonems.maildomain }}'
MAIL_FROM_ADDRESS='noreply-uffd@{{ mail_domains.warpzonems.maildomain }}'
# 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 @ {{ global_domains.warpzonems.domain }}'
# Name and contact mail address are displayed to users in a few places (plain text only!)
ORGANISATION_NAME='Warpzone'
ORGANISATION_CONTACT='uffd@{{ mail_domain.warpzonems.maildomain }}'
ORGANISATION_CONTACT='uffd@{{ mail_domains.warpzonems.maildomain }}'
# Optional text included in account registration mails (plain text only!)
WELCOME_TEXT='Im Zweifel ist void schuld.'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment