Exim Time Settings ???

Stephan_V

Verified User
Joined
Oct 17, 2007
Messages
4
Does anyone know how to change Exim time stamp to GMT +1:00 hour??
:confused:

When i recieve a email @ 16:38, it show in my inbox 18:38 :(

Thanks :D

Stephan
 
Does anyone know how to change Exim time stamp to GMT +1:00 hour??
Exim should be using whatever timezone the server is set for; show us the output of:
Code:
$ date
When i recieve a email @ 16:38, it show in my inbox 18:38
Your local email client probably takes the time and timezone information in your email headers and converts the time based on the timezone information for which your local system is set.

Jeff
 
Time settings in EXIM

Hallo,

I have the following problems.
The time from our incomming e-mails from our server are not OK.

The time in our bios from my webserver is OK
The time on my webserver is OK

When i recieve e-mails from our account the time is GMT +3
The time on our local machine OK

When i recieve e-mails from a different server (not from use) the time are correct.

Please help
 
Hello Jeff,

This are the information from my shell:

Thu Oct 25 14:35:50 GMT+1 2007

Hermann
 
The following information has been given:

Netherlands

Therefore TZ='Europe/Amsterdam' will be used.
Local time is now: Thu Oct 25 19:58:05 CEST 2007.
Universal Time is now: Thu Oct 25 17:58:05 UTC 2007.
Is the above information OK?
1) Yes
2) No
#?
Therefore TZ='Europe/Amsterdam' will be used.
Local time is now: Thu Oct 25 19:58:05 CEST 2007.
Universal Time is now: Thu Oct 25 17:58:05 UTC 2007.
1) Yes
2) No

The local time is incorrect how do i change this ?

Thanks :D
 
Problem solved

Hallo,

I'm habby.

My problem is solved. I had a timezone problem.

This are my solution.

Log in as root

$ su -

# cd /usr/share/zoneinfo

Search for your zone

# ls
# cd Europe

Important!!! Make a copy of your old timezone settings

copy your timezone to /etc/localtime

# cp Amsterdam /etc/localtime
# md5sum Amsterdam /etc/localtime

The md5sum is only for illustration.

Hermann
 
Back
Top