Merge branch 'master' of github.com:r-raymond/nixos-mailserver

This commit is contained in:
Robin Raymond 2017-09-01 13:17:05 +02:00
commit 623ab6291c

View File

@ -20,7 +20,6 @@
hostName = "${host_prefix}.${domain}";
firewall = {
enable = true;
allowedTCPPorts = [ 25 587 ]
++ (if enable_imap then [ 143 ] else [])
++ (if enable_pop3 then [ 110 ] else []);