Author Topic: EMail Timing  (Read 4515 times)

Offline chaudhary.umesh

  • Newbie
  • *
  • Posts: 5
EMail Timing
« on: November 19, 2010, 12:57:57 AM »
Dear All,
I am new to roundcube.
my problem is time of email sent / received is showing wrong.
I have set timezone parameters as follows
\wamp\www\config\main.inc.php: $rcmail_config['timezone'] = 'auto';
\wamp\bin\php\php5.3.0\php.ini: date.timezone = UTC
\wamp\bin\apache\Apache2.2.11\bin: date.timezone = Asia\Calcutta

Please help me to sort out this issue.

Thanks
Umesh

Offline Julius Caesar

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 498
    • http://www.de-keizer.net/
EMail Timing
« Reply #1 on: November 19, 2010, 03:21:18 AM »
How is your system time configured?
Julius Caesar

You can download the Groupvice4 theme here.
Sie können Groupvice4 hier he

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,850
EMail Timing
« Reply #2 on: November 19, 2010, 03:28:44 AM »
so whats the problem? what timezone is shown in the message list in rc and what timezone are you expecting?

also what browser are you using? iirc the auto timezone setting picks up the regional settings from your browser if its wrong then you can goto your personal settings screen and set it to the right one.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more…

Offline chaudhary.umesh

  • Newbie
  • *
  • Posts: 5
EMail Timing
« Reply #3 on: November 19, 2010, 06:46:43 AM »
Hi,
My system timezone is set to GMT +5.30 Asia/Calcutta and i am using mozilla firefox. I have set the the same timezone in user preferences.
when i am sending email it is showing 20min less difference with actual timings.
i have tried from another browser but same thing is happening.

20 min delay in email sent / received timing and actual timing.

Please help me out to sort this issue.

Offline Julius Caesar

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 498
    • http://www.de-keizer.net/
EMail Timing
« Reply #4 on: November 19, 2010, 07:09:27 AM »
Send a mail to yourself and post the the headers here.

Please replace your email addresses and server addresses with something non-existent.
Julius Caesar

You can download the Groupvice4 theme here.
Sie können Groupvice4 hier he

Offline chaudhary.umesh

  • Newbie
  • *
  • Posts: 5
EMail Timing
« Reply #5 on: November 19, 2010, 11:34:28 PM »
Kindly find attached screen shot of email header.

Offline Julius Caesar

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 498
    • http://www.de-keizer.net/
EMail Timing
« Reply #6 on: November 20, 2010, 03:33:55 AM »
Unfortunately, you have left the mail route out. I need something more like this:

Code: [Select]
Return-Path: <dummy@domain.com>
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.domain.com
X-Spam-Level:
X-Spam-Status: No, score=-2.9 required=4.0 tests=ALL_TRUSTED,BAYES_00
    autolearn=ham version=3.3.1
Received: from webmail.domain.com (localhost [127.0.0.1])
    by mail.domain.com (8.14.3/8.14.3/Debian-9ubuntu1) with ESMTP id oAJC6B1u026398
    for <dummy@domain.com>; Fri, 19 Nov 2010 13:06:12 +0100
MIME-Version: 1.0
Content-Type: text/plain;
    charset=UTF-8;
    format=flowed
Content-Transfer-Encoding: 7bit
Date: Fri, 19 Nov 2010 13:06:11 +0100
From: Julius Caesar <dummy@domain.com>
To: Julius Caesar <dummy@domain.com>
Subject: Test
Message-ID: <4788eb70389403c1926ed63f5bc43235@webmail.domain.com>
X-Sender: dummy@domain.com
User-Agent: RoundCube Webmail/0.4.2
X-Virus-Scanned: clamav-milter 0.95.3 at mail.domain.com
X-Virus-Status: Clean
Julius Caesar

You can download the Groupvice4 theme here.
Sie können Groupvice4 hier he

Offline chaudhary.umesh

  • Newbie
  • *
  • Posts: 5
EMail Timing
« Reply #7 on: November 22, 2010, 12:52:03 AM »
From where i can copy this email header.
Please let me know.

Offline Julius Caesar

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 498
    • http://www.de-keizer.net/
EMail Timing
« Reply #8 on: November 22, 2010, 03:04:29 AM »
Quote from: chaudhary.umesh;31447
From where i can copy this email header.
Please let me know.


Select 'More Actions' (the wheel in the default skin) and 'Show Source'
Julius Caesar

You can download the Groupvice4 theme here.
Sie können Groupvice4 hier he

Offline chaudhary.umesh

  • Newbie
  • *
  • Posts: 5
EMail Timing
« Reply #9 on: November 22, 2010, 03:28:38 AM »
Hi,
The Email Header is as follows.

Return-Path: uchaudhary@esmech.com
Received: from 192.168.15.11 ([127.0.0.1])
   by esmech.com
   ; Mon, 22 Nov 2010 13:48:57 +0530
MIME-Version: 1.0
Content-Type: multipart/alternative;
 boundary="=_508d2f2852c2b12d433f463938f05c0a"
Date: Mon, 22 Nov 2010 13:48:57 +0550
From: Umesh Chaudhary
To: Umesh Chaudhary
Subject: Test Mail
Organization: Esmech Equipment Pvt. Ltd.
Message-ID:
X-Sender: uchaudhary@esmech.com
User-Agent: Esmech Webmail/0.4

--=_508d2f2852c2b12d433f463938f05c0a
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset=UTF-8



Test Mail

--

Thanks & Regards,

UMESH CHAUDHARY
 
--=_508d2f2852c2b12d433f463938f05c0a
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html; charset=UTF-8

Test Mail


 


--

Thanks & Regards,

Umesh Chaudhary


--=_508d2f2852c2b12d433f463938f05c0a--

Offline Julius Caesar

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 498
    • http://www.de-keizer.net/
EMail Timing
« Reply #10 on: November 22, 2010, 03:44:11 AM »
There is a time zone difference between your mail server and your application server:

Received: from 192.168.15.11 ([127.0.0.1])
by esmech.com
; Mon, 22 Nov 2010 13:48:57 +0530
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary==_508d2f2852c2b12d433f463938f05c0a"
Date: Mon, 22 Nov 2010 13:48:57 [COLOR="Red]+0550[/COLOR]

That explains the difference in time
« Last Edit: November 22, 2010, 10:29:09 AM by Julius Caesar »
Julius Caesar

You can download the Groupvice4 theme here.
Sie können Groupvice4 hier he