ot: how to t/s TBird problems ?
I have a Dovecot/Postfix/MariaDB on a Centos, just have a user ask me:
I recently upgraded my Thunderbird email client and have experienced problems since. It appears that when Tbird polls for new messages it gets held up waiting for a response from the server I'm using POP port 995. Any ideas as to why I'm having a problem ?
how to investigate such issue ?
CentOS release 6.10 (Final) # dovecot --version 2.3.11.3 (502c39af9) load average on server 0.05/0.01 user log shows like:
Oct 12 10:08:50 pop3-login: Info: Login: user=user@tld.com.au,
method=PLAIN, rip=49.111.222.333, lip=103.xxx.yyy.zzz, mpid=17371, TLS,
session=<E83xW8rqDPkxw3EW>
Oct 12 10:09:34 pop3(user@tld.com.au)<17371><E83xW8rqDPkxw3EW>: Info:
Disconnected: Logged out top=0/0, retr=0/0, del=0/114194, size=10616009472
Oct 12 10:14:36 imap-login: Info: Login: user=user@tld.com.au,
method=PLAIN, rip=49.111.222.333, lip=103.xxx.yyy.zzz, mpid=17460, TLS,
session=
Voytek
On Fri, 1665532449-12-31 at 00:00 +0000, Voytek Eymont wrote:
Received: from 125.168.124.3 (SquirrelMail authenticated user voytek@sbt.net.au) by geko.sbt.net.au with HTTP; Wed, 12 Oct 2022 11:12:43 +1100 Message-ID: 28778ae2850dfc7fcf20b1dceff94876.squirrel@geko.sbt.net.au Date: 1665532450 Subject: ot: how to t/s TBird problems ? From: "Voytek Eymont" voytek@sbt.net.au To: dovecot@dovecot.org User-Agent: SquirrelMail/1.5.2 [SVN] MIME-Version: 1.0
Why is your "Date:" header set to 1665532450?
-Jim P.
Jim,
can you explain the format of the Date header, what each digit should represent?
Chris
On 10/12/2022 6:23 PM, Jim Popovitch wrote:
On Fri, 1665532449-12-31 at 00:00 +0000, Voytek Eymont wrote:
Received: from 125.168.124.3 (SquirrelMail authenticated user voytek@sbt.net.au) by geko.sbt.net.au with HTTP; Wed, 12 Oct 2022 11:12:43 +1100 Message-ID: 28778ae2850dfc7fcf20b1dceff94876.squirrel@geko.sbt.net.au Date: 1665532450 Subject: ot: how to t/s TBird problems ? From: "Voytek Eymont" voytek@sbt.net.au To: dovecot@dovecot.org User-Agent: SquirrelMail/1.5.2 [SVN] MIME-Version: 1.0
Why is your "Date:" header set to 1665532450?
-Jim P.
-- Christopher Wensink IS Administrator Five Star Plastics, Inc 1339 Continental Drive Eau Claire, WI 54701 Office: 715-831-1682 Mobile: 715-563-3112 Fax: 715-831-6075 cwensink@five-star-plastics.com www.five-star-plastics.com
On 3/21/23 07:27, Christopher Wensink wrote:
Jim,
can you explain the format of the Date header, what each digit should represent?
Chris
A date value that's a big number like that is "seconds since epoch". The epoch is 1970-01-01 00:00:00 UTC. This is a common way of telling time on POSIX systems like Linux. Java uses something similar but not identical -- milliseconds since epoch.
The number 1665532450 is equivalent to Tuesday, October 11, 2022 11:54:10 PM in the UTC timezone.
https://www.epochconverter.com/
The digits in the number have no specific meaning. It's just a big decimal number.
Thanks, Shawn
participants (4)
-
Christopher Wensink
-
Jim Popovitch
-
Shawn Heisey
-
Voytek Eymont