fix(mail): open needed ports
This commit is contained in:
parent
c751c047f4
commit
db88f75b34
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue