mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Optimized friendica und refactored mail configuration
This commit is contained in:
@@ -12,8 +12,8 @@ tls off
|
||||
account system_email
|
||||
host {{system_email_host}}
|
||||
port {{system_email_smtp_port}}
|
||||
from {{system_email}}
|
||||
user {{system_email_username}}
|
||||
from {{system_email_address}}
|
||||
user {{system_email_address}}
|
||||
password {{system_email_password}}
|
||||
|
||||
account default : system_email
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
/usr/bin/sendmail -t <<ERRMAIL
|
||||
To: {{administrator_email}}
|
||||
From: systemd <{{system_email}}>
|
||||
From: systemd <{{system_email_address}}>
|
||||
Subject: $1
|
||||
Content-Transfer-Encoding: 8bit
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
|
Reference in New Issue
Block a user