mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-26 21:45:20 +02:00
Removed variable which leads to bugs in other contexts
This commit is contained in:
parent
0856c340c7
commit
95aba805c0
@ -10,11 +10,11 @@ tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
|||||||
tls off
|
tls off
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
account {{ DEFAULT_EMAIL_ACCOUNT }}
|
account system_email_no_reply
|
||||||
host {{ SYSTEM_EMAIL.HOST }}
|
host {{ SYSTEM_EMAIL.HOST }}
|
||||||
port {{ SYSTEM_EMAIL.PORT }}
|
port {{ SYSTEM_EMAIL.PORT }}
|
||||||
from {{ users['no-reply'].email }}
|
from {{ users['no-reply'].email }}
|
||||||
user {{ users['no-reply'].email }}
|
user {{ users['no-reply'].email }}
|
||||||
password {{ users['no-reply'].mailu_token }}
|
password {{ users['no-reply'].mailu_token }}
|
||||||
|
|
||||||
account default : {{ DEFAULT_EMAIL_ACCOUNT }}
|
account default : system_email_no_reply
|
@ -1 +0,0 @@
|
|||||||
DEFAULT_EMAIL_ACCOUNT: "{{ SOFTWARE_NAME | replace('.', '_') | lower }}__default_email_account"
|
|
Loading…
x
Reference in New Issue
Block a user