|
|
@ -143,8 +143,8 @@ DOMAIN_REGISTRATION=true
|
|
|
|
COMPOSE_PROJECT_NAME={{ compose_project_name or 'mailu' }}
|
|
|
|
COMPOSE_PROJECT_NAME={{ compose_project_name or 'mailu' }}
|
|
|
|
|
|
|
|
|
|
|
|
# Default password scheme used for newly created accounts and changed passwords
|
|
|
|
# Default password scheme used for newly created accounts and changed passwords
|
|
|
|
# (value: BLF-CRYPT, SHA512-CRYPT, SHA256-CRYPT, MD5-CRYPT, CRYPT)
|
|
|
|
# (value: PBKDF2, BLF-CRYPT, SHA512-CRYPT, SHA256-CRYPT)
|
|
|
|
PASSWORD_SCHEME={{ password_scheme or 'BLF-CRYPT' }}
|
|
|
|
PASSWORD_SCHEME={{ password_scheme or 'PBKDF2' }}
|
|
|
|
|
|
|
|
|
|
|
|
# Header to take the real ip from
|
|
|
|
# Header to take the real ip from
|
|
|
|
REAL_IP_HEADER={{ real_ip_header }}
|
|
|
|
REAL_IP_HEADER={{ real_ip_header }}
|
|
|
|