email: open ports maybe
This commit is contained in:
parent
1c47b57987
commit
7e01f476db
1 changed files with 6 additions and 0 deletions
|
@ -26,6 +26,12 @@ in
|
||||||
|
|
||||||
users.users."stalwart-mail".extraGroups = ["nginx"];
|
users.users."stalwart-mail".extraGroups = ["nginx"];
|
||||||
|
|
||||||
|
networking.firewall.allowedTCPPorts = [
|
||||||
|
cfg.ports.imaps
|
||||||
|
cfg.ports.smtps
|
||||||
|
cfg.ports.smtp
|
||||||
|
];
|
||||||
|
|
||||||
services.stalwart-mail = {
|
services.stalwart-mail = {
|
||||||
enable = true;
|
enable = true;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue