Show
Ignore:
Timestamp:
03/01/08 19:49:54 (9 months ago)
Author:
rats
Message:

* Updated all Docs. Some are still with ToDo?
* Fixed #1070: FreeBSD, ispcp-setup uses group which does not exist
* Updated all languages
* Inproved: Update SQL with IGNORE statement
* Update PHPmyAdmin to version 2.11.5
* Updated all distributions
* Dropped support of Suse Enterprise Linux Server (SELS) - Please use OpenSuse? files

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/configs/dists/opensuse/init.d/ispcp_network

    r998 r1026  
    9292        ${IPTABLES} -I ISPCP_OUTPUT -p tcp --sport 80 2>> "$LOGFILE" 
    9393 
     94        ${IPTABLES} -I ISPCP_INPUT -p tcp --dport 443 2>> "$LOGFILE" 
     95        ${IPTABLES} -I ISPCP_OUTPUT -p tcp --sport 443 2>> "$LOGFILE" 
     96 
    9497        # pop3 traffic 
    9598 
     
    106109        ${IPTABLES} -I ISPCP_INPUT  -p tcp --dport 25 2>> "$LOGFILE" 
    107110        ${IPTABLES} -I ISPCP_OUTPUT -p tcp --sport 25 2>> "$LOGFILE" 
     111 
     112        ${IPTABLES} -I ISPCP_INPUT  -p tcp --dport 587 2>> "$LOGFILE" 
     113        ${IPTABLES} -I ISPCP_OUTPUT -p tcp --sport 587 2>> "$LOGFILE" 
     114 
     115        ${IPTABLES} -I ISPCP_INPUT  -p tcp --dport 995 2>> "$LOGFILE" 
     116        ${IPTABLES} -I ISPCP_OUTPUT -p tcp --sport 995 2>> "$LOGFILE" 
     117 
     118        ${IPTABLES} -I ISPCP_INPUT  -p tcp --dport 993 2>> "$LOGFILE" 
     119        ${IPTABLES} -I ISPCP_OUTPUT -p tcp --sport 993 2>> "$LOGFILE" 
    108120 
    109121        # Explicit return once done 
     
    168180 
    169181        log_end_msg $? 
    170          
     182 
    171183        ;; 
    172184  status)