Current time: 05-06-2024, 11:37 PM Hello There, Guest! (LoginRegister)


Post Reply 
IMAP Traffic not counted ?!
Author Message
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #1
Question IMAP Traffic not counted ?!
Hello together,

i checked the Statics on my Server and saw that there is no IMAP Traffic under the Customers Stats Rolleyes
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
(This post was last modified: 10-28-2007 01:53 AM by BeNe.)
10-28-2007 01:44 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
IMAP Traffic not counted ?! - BeNe - 10-28-2007 01:44 AM
RE: IMAP Traffic not counted ?! - raphael - 10-28-2007, 09:53 AM
RE: IMAP Traffic not counted ?! - BeNe - 10-28-2007, 07:03 PM
RE: IMAP Traffic not counted ?! - BeNe - 10-29-2007, 07:01 AM
RE: IMAP Traffic not counted ?! - BeNe - 11-06-2007, 05:52 PM
RE: IMAP Traffic not counted ?! - gOOvER - 11-06-2007, 06:26 PM
RE: IMAP Traffic not counted ?! - joximu - 11-06-2007, 06:29 PM
RE: IMAP Traffic not counted ?! - BeNe - 11-06-2007, 07:06 PM
RE: IMAP Traffic not counted ?! - raphael - 11-07-2007, 10:27 AM
RE: IMAP Traffic not counted ?! - BeNe - 11-07-2007, 04:49 PM
RE: IMAP Traffic not counted ?! - rbtux - 11-07-2007, 07:03 PM
RE: IMAP Traffic not counted ?! - raphael - 11-10-2007, 10:04 AM
RE: IMAP Traffic not counted ?! - BeNe - 11-20-2007, 06:53 AM
RE: IMAP Traffic not counted ?! - raphael - 11-20-2007, 10:46 AM
RE: IMAP Traffic not counted ?! - BeNe - 11-21-2007, 02:13 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)