Fix rule to send mails from ipv4 only
This commit is contained in:
parent
cc301951fc
commit
9f528e2f6f
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ in
|
|||
smtp_bind_address = "159.69.103.126";
|
||||
smtp_bind_address_enforce = true;
|
||||
};
|
||||
masterConfig.smtp_inet.args = [
|
||||
masterConfig.smtp.args = [
|
||||
"-o"
|
||||
"inet_protocols=ipv4"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue