Open TCP and UDP port 25 in firewall for mail server
Some checks failed
Build Nix modules (dry-run) / build-modules (push) Failing after 4m1s
Some checks failed
Build Nix modules (dry-run) / build-modules (push) Failing after 4m1s
This commit is contained in:
parent
f7c2b2d75a
commit
5d2f866a57
1 changed files with 7 additions and 0 deletions
|
|
@ -154,5 +154,12 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
networking.firewall.allowedTCPPorts = [
|
||||||
|
25
|
||||||
|
];
|
||||||
|
networking.firewall.allowedUDPPorts = [
|
||||||
|
25
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue