This commit is contained in:
2026-05-20 15:23:05 +03:00
commit 43c0739dfa
703 changed files with 61692 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# smtp account configuration for default
account default
logfile /proc/self/fd/2
host localhost
port 25
from xxx@yyy.zzz
user xxx@yyy.zzz
password xxxyyyzzz
auth login
aliases /etc/aliases
keepbcc off
tls on
tls_starttls on
tls_certcheck on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
protocol smtp