Browse Source

Update etc_ferm_ferm.conf

Alex Payne 11 years ago
parent
commit
a9cabad947
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      roles/common/files/etc_ferm_ferm.conf

+ 1
- 1
roles/common/files/etc_ferm_ferm.conf View File

@@ -17,7 +17,7 @@ table filter {
17 17
 
18 18
         # expose our services to the world:
19 19
         # dns, web, ssh, imap + ssl, smtp + ssl, znc
20
-        proto tcp dport (53 http https ssh 993 465 6697) ACCEPT;
20
+        proto tcp dport (25 53 http https ssh 993 465 6697) ACCEPT;
21 21
 
22 22
         # openvpn
23 23
         proto udp dport 1194 ACCEPT;

Loading…
Cancel
Save