This repository has been archived on 2021-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
mailman3/.env.sample

26 lines
593 B
Plaintext
Raw Normal View History

2021-04-11 18:52:56 +00:00
APP=mailman3
DOMAIN=lists.autonomic.zone
LETS_ENCRYPT_ENV=production
# mailman-core
MTA=postfix
SMTP_HOST=mail.autonomic.zone
SMTP_PORT=25
# mailman-web
DJANGO_ALLOWED_HOSTS=lists.autonomic.zone
MAILMAN_ADMIN_EMAIL=helo@autonomic.zone
MAILMAN_ADMIN_USER=autonomic
SERVE_FROM_DOMAIN=lists.autonomic.zone
SMTP_HOST=mail.autonomic.zone
SMTP_HOST_USER=mailman@lists.autonomic.zone
SMTP_PORT=25
SMTP_USE_TLS=True
SECRET_DB_PASSWORD_VERSION=v1
SECRET_DJANGO_SECRET_KEY_VERSION=v1
SECRET_HYPERKITTY_API_KEY_VERSION=v1
SECRET_MAILMAIN_REST_PASSWORD_VERSION=v1
SECRET_SMTP_HOST_PASSWORD_VERSION=v1