mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 12:18:17 +00:00 
			
		
		
		
	Removed variable which leads to bugs in other contexts
This commit is contained in:
		@@ -10,11 +10,11 @@ tls_trust_file /etc/ssl/certs/ca-certificates.crt
 | 
			
		||||
tls            off
 | 
			
		||||
{% endif %}
 | 
			
		||||
 | 
			
		||||
account        {{ DEFAULT_EMAIL_ACCOUNT }}
 | 
			
		||||
account        system_email_no_reply
 | 
			
		||||
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 : {{ DEFAULT_EMAIL_ACCOUNT }}
 | 
			
		||||
account default : system_email_no_reply
 | 
			
		||||
@@ -1 +0,0 @@
 | 
			
		||||
DEFAULT_EMAIL_ACCOUNT: "{{ SOFTWARE_NAME | replace('.', '_') | lower }}__default_email_account"
 | 
			
		||||
		Reference in New Issue
	
	Block a user