fix(mail): open needed ports

This commit is contained in:
Khaïs COLIN 2024-09-06 17:48:30 +02:00
parent c751c047f4
commit db88f75b34

View file

@ -1,8 +1,8 @@
{
networking.firewall = {
enable = true;
allowedTCPPorts = [ 22 80 443 21 ];
allowedUDPPorts = [ 22 80 443 ];
allowedTCPPorts = [ 22 80 443 21 25 465 587 143 993 995 110 ];
allowedUDPPorts = [ 22 80 443 25 465 587 143 993 995 110 ];
allowedTCPPortRanges = [
# vsftpd passive
{