- 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
| r998 |
r1026 |
|
| 92 | 92 | ${IPTABLES} -I ISPCP_OUTPUT -p tcp --sport 80 2>> "$LOGFILE" |
|---|
| 93 | 93 | |
|---|
| | 94 | ${IPTABLES} -I ISPCP_INPUT -p tcp --dport 443 2>> "$LOGFILE" |
|---|
| | 95 | ${IPTABLES} -I ISPCP_OUTPUT -p tcp --sport 443 2>> "$LOGFILE" |
|---|
| | 96 | |
|---|
| 94 | 97 | # pop3 traffic |
|---|
| 95 | 98 | |
|---|
| … | … | |
| 106 | 109 | ${IPTABLES} -I ISPCP_INPUT -p tcp --dport 25 2>> "$LOGFILE" |
|---|
| 107 | 110 | ${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" |
|---|
| 108 | 120 | |
|---|
| 109 | 121 | # Explicit return once done |
|---|
| … | … | |
| 168 | 180 | |
|---|
| 169 | 181 | log_end_msg $? |
|---|
| 170 | | |
|---|
| | 182 | |
|---|
| 171 | 183 | ;; |
|---|
| 172 | 184 | status) |
|---|
|
Download in other formats:
#########################################################################
# Site footer - Contents are automatically inserted after main Trac HTML
?>