|
General purpose of the session log feature:
Sometimes the communication between Pegasus Mail and your ISP (vv) is interrupted and you cannot find the cause of the error. When this happens Pegasus Mail will display an error message and will show you the last lines of the data transmission. Often that gives an indication where the error might be, but even then you have to dig in deeper to find the exact cause.
That is where session log jumps in. It will give you a full detailed list of all data interchange from the moment you activate the setting. | |
|
General purpose of the directory:
This directory is created when you first activate the Session log, either on request of the Pegasus Mail Technical Support Team or on your own, just when you want to know whats transmitted between Pegasus Mail and your mail server (at your providers site). It stores the exchanged data in structured files (see below). How to start the session log: There are at least three ways to start the session log:
An important note about your password!
As stated above ALL data interchange between Pegasus Mail and your ISP is listed in clear text, that means that even your password is readable in clear text as well. So be very careful either to send out those files or to keep them on your harddisc.
It is advised to delete the files when you no longer need them, or at least remove your password from them.
|
Now, what files can be found in the directory?
| Filename in the TCPlog subdirectory | Description |
| TCP-*-.smtp | Files of this type hold the data of a single smtp session. SMTP means sending out an email. The place of the * in the flename will actually be formed by the following data YYMMDD-HHMM-N (see below) |
| TCP-*.pop | Files of this type hold the data of a single pop3 session. POP3 means getting your mail from the server. The place of the * in the flename will actually be formed by the following data YYMMDD-HHMM-N (see below) |
| YYMMDD-HHMM-N | This coding will generate an unique filename, which can easely be sorted by start time.
|
Some general information on the content of those files:
Lines start with a timestamp, followed by a semicollon and a space and either "<<" or ">>" or a remark. Everything after the "<<" or ">>" is actual transmitted data.
Lines with "<<" contain INCOMING data, lines with ">>" contain OUTGOING data.
It goes beyond the scope of this page to explain eaach line, you technical support partner or your own knowledge (supported by Google) will tell you what's going on.
Below is a listing of such a POP file, from which - for obvious reasons - the password has been removed.21:37:27.750: --- Mon Feb 10 21:37:27 2014 --- 21:37:27.750: Connect to 'mail.vandenbogaerde.net', timeout 30 seconds. 21:37:28.750: >> +OK Dovecot DA ready. |
|
Below is a listing of such a SMTP file, from which - for obvious reasons - the password has been removed:
21:41:43.760: --- 6 Aug 2014, 21:41:43.760 --- 21:41:43.776: Connect to 'smtp.gmail.com', timeout 30 seconds. 21:41:48.354: [*] SSL/TLS session established 21:41:48.385: [*] ECDHE-RSA-AES128-GCM-SHA256, TLSv1.2, Kx=ECDH, Au=RSA, Enc=AESGCM(128), Mac=AEAD |