fix: change msmtp envelope from to tld for spf

This commit is contained in:
2025-11-01 18:46:22 +01:00
parent 4b988488fb
commit 78d3ce294d
2 changed files with 2 additions and 2 deletions

View File

@@ -259,7 +259,7 @@ in {
key_file = "/var/lib/secrets/ekman-lb.oceanbox.io-key.pem";
};
smtp_hello = "ekman.oceanbox.io";
smtp_from = "noreply@ekman.oceanbox.io";
smtp_from = "noreply@oceanbox.io";
};
security.pam = {

View File

@@ -299,7 +299,7 @@ in {
auth = false;
host = "oceanbox-io.mail.protection.outlook.com";
port = 25;
from = "noreply@rossby.oceanbox.io";
from = "noreply@oceanbox.io";
tls_starttls = true;
tls = true;
tls_trust_file = "/etc/ssl/certs/ca-bundle.crt";