Fix rule to send mails from ipv4 only

This commit is contained in:
Jakob Lechner 2025-11-18 14:49:18 +01:00
parent cc301951fc
commit 9f528e2f6f

View file

@ -29,7 +29,7 @@ in
smtp_bind_address = "159.69.103.126"; smtp_bind_address = "159.69.103.126";
smtp_bind_address_enforce = true; smtp_bind_address_enforce = true;
}; };
masterConfig.smtp_inet.args = [ masterConfig.smtp.args = [
"-o" "-o"
"inet_protocols=ipv4" "inet_protocols=ipv4"
]; ];