Re: [imp] Horde webmail time

2009-09-16 Thread Khodayar Doustar
No, a date-shower simple php script reports the correct time in the same directory of Horde. Horde reads the time in the line starting with "Date:" and then subtract it by 4:30 and report it as mail time, so all mails in Horde webmail will be shown as GMT time. Do you know how can I trigger this?

Re: [imp] Horde webmail time

2009-09-11 Thread Matus UHLAR - fantomas
On 29.08.09 10:57, Khodayar Doustar wrote: > I am using Horde with Qmail, Qmail is installed and working on a separated > server with a local time, and Horde as well, these two servers use the same > local time, GMT+3:30 > But email got a GMT timestamp in Horde webmail inbox, seems like Horde is >

Re: [imp] Horde webmail time

2009-09-02 Thread Khodayar Doustar
I've checked it in another installation of Horde IMP, for example if in that line time is reported as: 10:10:10 +0300 and locale time of Mail server which Horde is installed on is GMT -0200, then Horde mark this Email as it local time: 10:10:10 -3 -2 = 5:10:10 On Wed, Sep 2, 2009 at 4:30 PM,

Re: [imp] Horde webmail time

2009-09-02 Thread Graeme Wood
On Wed, 2 Sep 2009, Khodayar Doustar wrote: Hi, But Horde is definitely reading from Emails' header, from the line starting with "Date:" There should be some setting for this behaviour, don't you think? No. The date is interpreted in your locale on the web server and then that is what is ou

Re: [imp] Horde webmail time

2009-09-02 Thread Khodayar Doustar
Hi, But Horde is definitely reading from Emails' header, from the line starting with "Date:" There should be some setting for this behaviour, don't you think? Thanks On Mon, Aug 31, 2009 at 7:00 PM, Graeme Wood wrote: > What does > > > > say? Those environment variables tell the web server

Re: [imp] Horde webmail time

2009-08-31 Thread Graeme Wood
What does say? Those environment variables tell the web server the locale and timezone that it is running in. On Mon, 31 Aug 2009, Khodayar Doustar wrote: Ah, sorry, I didn't see that, please excuse me. My web server is Apache and I beleive its time is correctly set to my locale, I get my

Re: [imp] Horde webmail time

2009-08-31 Thread Graeme Wood
Set the locale of your web server to be the locale of where you are and not GMT. On Mon, 31 Aug 2009, Khodayar Doustar wrote: No, it doesn't look like Horde read the date in front of "Date" directive in mail header, for example, if this is a mail header: Received: (qmail 15295 invoked from ne

Re: [imp] Horde webmail time

2009-08-31 Thread Khodayar Doustar
Ah, sorry, I didn't see that, please excuse me. My web server is Apache and I beleive its time is correctly set to my locale, I get my locale time from this php script: Thanks. On Mon, Aug 31, 2009 at 6:42 PM, Graeme Wood wrote: > Your web *server*, not your web broswer. It isn't in horde. It

Re: [imp] Horde webmail time

2009-08-31 Thread Graeme Wood
Your web *server*, not your web broswer. It isn't in horde. It is the server itself that horde is installed on and specifically the web server running on it. On Mon, 31 Aug 2009, Khodayar Doustar wrote: But my web browser is currently on my regional locale just like my machine time, and I gue

Re: [imp] Horde webmail time

2009-08-31 Thread Khodayar Doustar
But my web browser is currently on my regional locale just like my machine time, and I guess this is not a client-based problem. I think there should be some setting in Horde which could be changed to fix it. On Mon, Aug 31, 2009 at 6:33 PM, Graeme Wood wrote: > Set the locale of your web server

Re: [imp] Horde webmail time

2009-08-31 Thread Khodayar Doustar
No, it doesn't look like Horde read the date in front of "Date" directive in mail header, for example, if this is a mail header: Received: (qmail 15295 invoked from network); 31 Aug 2009 14:45:47 - Received: from unknown (HELO mx.x.com) ([xx.xxx.xxx.130]) by xx.xxx.xxx.17 with ESMTPS

Re: [imp] Horde webmail time

2009-08-31 Thread lst_hoe02
Zitat von Khodayar Doustar : Hi, I am using Horde with Qmail, Qmail is installed and working on a separated server with a local time, and Horde as well, these two servers use the same local time, GMT+3:30 But email got a GMT timestamp in Horde webmail inbox, seems like Horde is reading qmail gl

[imp] Horde webmail time

2009-08-29 Thread Khodayar Doustar
Hi, I am using Horde with Qmail, Qmail is installed and working on a separated server with a local time, and Horde as well, these two servers use the same local time, GMT+3:30 But email got a GMT timestamp in Horde webmail inbox, seems like Horde is reading qmail global GMT timezone, I cannot find