Implemented Mailman3 Improvements from their docs
Dieser Commit ist enthalten in:
Ursprung
fddaf4a815
Commit
405b1e9006
2 geÀnderte Dateien mit 4 neuen und 4 gelöschten Zeilen
|
@ -259,14 +259,14 @@ Erstellen Sie die Datei `/opt/mailman/web/settings_local.py` mit dem folgenden I
|
||||||
LANGUAGE_CODE = 'de-de'
|
LANGUAGE_CODE = 'de-de'
|
||||||
|
|
||||||
# soziale Authentifizierung deaktivieren
|
# soziale Authentifizierung deaktivieren
|
||||||
SOCIALACCOUNT_PROVIDERS = {}
|
MAILMAN_WEB_SOCIAL_AUTH = []
|
||||||
|
|
||||||
# Àndern
|
# Àndern
|
||||||
DEFAULT_FROM_EMAIL = 'mailman@example.org'
|
DEFAULT_FROM_EMAIL = 'mailman@example.org'
|
||||||
|
|
||||||
DEBUG = False
|
DEBUG = False
|
||||||
```
|
```
|
||||||
Sie können `LANGUAGE_CODE` und `SOCIALACCOUNT_PROVIDERS` an Ihre BedĂŒrfnisse anpassen. Im Moment hat `SOCIALACCOUNT_PROVIDERS` keinen Effekt, siehe [issue #2](https://github.com/g4rf/dockerized-mailcow-mailman/issues/2).
|
Sie können `LANGUAGE_CODE` und `SOCIALACCOUNT_PROVIDERS` an Ihre BedĂŒrfnisse anpassen.
|
||||||
|
|
||||||
### đ AusfĂŒhren
|
### đ AusfĂŒhren
|
||||||
|
|
||||||
|
|
|
@ -259,14 +259,14 @@ Create the file `/opt/mailman/web/settings_local.py` with the following content.
|
||||||
LANGUAGE_CODE = 'de-de'
|
LANGUAGE_CODE = 'de-de'
|
||||||
|
|
||||||
# disable social authentication
|
# disable social authentication
|
||||||
SOCIALACCOUNT_PROVIDERS = {}
|
MAILMAN_WEB_SOCIAL_AUTH = []
|
||||||
|
|
||||||
# change it
|
# change it
|
||||||
DEFAULT_FROM_EMAIL = 'mailman@example.org'
|
DEFAULT_FROM_EMAIL = 'mailman@example.org'
|
||||||
|
|
||||||
DEBUG = False
|
DEBUG = False
|
||||||
```
|
```
|
||||||
You can change `LANGUAGE_CODE` and `SOCIALACCOUNT_PROVIDERS` to your needs. At the moment `SOCIALACCOUNT_PROVIDERS` has no effect, see [issue #2](https://github.com/g4rf/dockerized-mailcow-mailman/issues/2).
|
You can change `LANGUAGE_CODE` and `SOCIALACCOUNT_PROVIDERS` to your needs.
|
||||||
|
|
||||||
|
|
||||||
### đ Run
|
### đ Run
|
||||||
|
|
Laden âŠ
In neuem Issue referenzieren