fix: change msmtp envelope from to tld for spf
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user