소스 검색

Remove obsolete port 2525

Alexandros Ioannides 7 년 전
부모
커밋
1fa95b9648
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      bin/v-add-firewall-chain

+ 1 - 1
bin/v-add-firewall-chain

@@ -49,7 +49,7 @@ is_system_enabled "$FIREWALL_SYSTEM" 'FIREWALL_SYSTEM'
 case $chain in
 case $chain in
     SSH)        port=22; protocol=TCP ;;
     SSH)        port=22; protocol=TCP ;;
     FTP)        port=21; protocol=TCP  ;;
     FTP)        port=21; protocol=TCP  ;;
-    MAIL)       port='25,465,587,2525,110,995,143,993'; protocol=TCP  ;;
+    MAIL)       port='25,465,587,110,995,143,993'; protocol=TCP  ;;
     DNS)        port=53; protocol=UDP  ;;
     DNS)        port=53; protocol=UDP  ;;
     WEB)        port='80,443'; protocol=TCP  ;;
     WEB)        port='80,443'; protocol=TCP  ;;
     DB)         port='3306,5432'; protocol=TCP  ;;
     DB)         port='3306,5432'; protocol=TCP  ;;