Changeset 1182
- Timestamp:
- 05/29/08 21:03:12
(3 months ago)
- Author:
- zothos
- Message:
Fixed #1271 and #824. Last one needs some testing!
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1181 |
r1182 |
|
| 2 | 2 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|---|
| 3 | 3 | |
|---|
| 4 | | 2008-05-29 |
|---|
| | 4 | 2008-05-29 Jochen Manz |
|---|
| 5 | 5 | - GUI: |
|---|
| 6 | 6 | *Fixed #1271: MAIL ALIAS (forward adress) MALFUNCTIONS |
|---|
| r1148 |
r1182 |
|
| 151 | 151 | if (defined($port) && $port > 0) { |
|---|
| 152 | 152 | |
|---|
| 153 | | $smtp_in = $bytes if ($port == 25); |
|---|
| 154 | | |
|---|
| 155 | | $smtp_in = $bytes if ($port == 587); |
|---|
| 156 | | |
|---|
| 157 | | $pop3_in = $bytes if ($port == 110); |
|---|
| 158 | | |
|---|
| 159 | | $pop3_in = $bytes if ($port == 995); |
|---|
| 160 | | |
|---|
| 161 | | $imap_in = $bytes if ($port == 143); |
|---|
| 162 | | |
|---|
| 163 | | $imap_in = $bytes if ($port == 993); |
|---|
| 164 | | |
|---|
| 165 | | $http_in = $bytes if ($port == 80); |
|---|
| 166 | | |
|---|
| 167 | | $http_in = $bytes if ($port == 443); |
|---|
| | 153 | $smtp_in += $bytes if ($port == 25); |
|---|
| | 154 | |
|---|
| | 155 | $smtp_in += $bytes if ($port == 456); |
|---|
| | 156 | |
|---|
| | 157 | $pop3_in += $bytes if ($port == 110); |
|---|
| | 158 | |
|---|
| | 159 | $pop3_in += $bytes if ($port == 995); |
|---|
| | 160 | |
|---|
| | 161 | $imap_in += $bytes if ($port == 143); |
|---|
| | 162 | |
|---|
| | 163 | $imap_in += $bytes if ($port == 993); |
|---|
| | 164 | |
|---|
| | 165 | $http_in += $bytes if ($port == 80); |
|---|
| | 166 | |
|---|
| | 167 | $http_in += $bytes if ($port == 443); |
|---|
| 168 | 168 | |
|---|
| 169 | 169 | } else { |
|---|
|
Download in other formats:
#########################################################################
# Site footer - Contents are automatically inserted after main Trac HTML
?>