mirror of
https://codeberg.org/polyteknisk-radiogruppe/the_prg_server_configuration.git
synced 2026-06-13 18:28:55 +02:00
Open TCP and UDP port 25 in firewall for mail server
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