Optimized friendica und refactored mail configuration

This commit is contained in:
2025-01-15 22:15:44 +01:00
parent 33307c75af
commit d1bec25781
12 changed files with 34 additions and 28 deletions

View File

@@ -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

View File

@@ -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