Question about mail logs...

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
spaceout
Forum Regular
Forum Regular
Posts: 112
Joined: Wed Mar 19, 2008 10:22 pm

Question about mail logs...

Unread post by spaceout »

I was wondering if anyone would be able to share some details about what certain elements in the qmail mail log mean. I've tried Googling and had trouble finding any specifics...
When most mail accounts connect to my server it looks something like this...

Code: Select all

Sep 26 16:43:35 myserver pop3d: IMAP connect from @ [xx.xx.xx.xx]INFO: LOGIN, user=user@domain.com, ip=[xx.xx.xx.xx]
Sep 26 16:43:35 myserver pop3d: 1285544615.375673 LOGOUT, user=user@domain.com, ip=[xx.xx.xx.xx], top=0, retr=0, time=0, rcvd=28, sent=56, maildir=/var/qmail/mailnames/domain.com/user/Maildir
My question is about exactly what the various items in the LOGOUT entry mean...

top=
retr=
time=
rcvd=
sent=

I imagine the "sent" and "rcvd" is how much data is being passed back and forth but which is which? Is "sent" how much that account is sending to the server each time they connect? Or how much the server is sending them? Or am I totally off base?
faris
Long Time Forum Regular
Long Time Forum Regular
Posts: 2321
Joined: Thu Dec 09, 2004 11:19 am

Re: Question about mail logs...

Unread post by faris »

sent = out, received = in (relative to your server), I would assume.

Faris.
--------------------------------
<advert>
If you want to rent a UK-based VPS that comes with friendly advice and support from a fellow ART fan, please get in touch.
</advert>
Post Reply