Hello together,
i checked the Statics on my Server and saw that there is no IMAP Traffic under the Customers Stats
I use IMAP SSL on Port 993 and also SMTP SSL on Port 465.
And this Traffic is not counted. There is only a IMAP Traffic counted under the Complete Server Stats.
I check the Traffic script and the Ports are here defined:
Code:
if (defined($port) && $port > 0) {
$smtp_in = $bytes if ($port == 25);
$pop3_in = $bytes if ($port == 110);
$imap_in = $bytes if ($port == 143);
$http_in = $bytes if ($port == 80);
} else {
Am i right ?
Greez BeNe