mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2024-11-11 19:39:16 +05:00
Merge branch 'master' of github.com:r-raymond/nixos-mailserver
This commit is contained in:
commit
623ab6291c
@ -20,7 +20,6 @@
|
|||||||
hostName = "${host_prefix}.${domain}";
|
hostName = "${host_prefix}.${domain}";
|
||||||
|
|
||||||
firewall = {
|
firewall = {
|
||||||
enable = true;
|
|
||||||
allowedTCPPorts = [ 25 587 ]
|
allowedTCPPorts = [ 25 587 ]
|
||||||
++ (if enable_imap then [ 143 ] else [])
|
++ (if enable_imap then [ 143 ] else [])
|
||||||
++ (if enable_pop3 then [ 110 ] else []);
|
++ (if enable_pop3 then [ 110 ] else []);
|
||||||
|
Loading…
Reference in New Issue
Block a user