mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Moved healthcheck to the end so that it is setup after email configuration
This commit is contained in:
@@ -10,11 +10,11 @@ tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
||||
tls off
|
||||
{% endif %}
|
||||
|
||||
account system_email
|
||||
account {{ DEFAULT_EMAIL_ACCOUNT }}
|
||||
host {{ SYSTEM_EMAIL.HOST }}
|
||||
port {{ SYSTEM_EMAIL.PORT }}
|
||||
from {{ users['no-reply'].email }}
|
||||
user {{ users['no-reply'].email }}
|
||||
password {{ users['no-reply'].mailu_token }}
|
||||
|
||||
account default : system_email
|
||||
account default : {{ DEFAULT_EMAIL_ACCOUNT }}
|
Reference in New Issue
Block a user