dave_at_sb

Registered
Feb 13, 2013
2
0
1
cPanel Access Level
Root Administrator
Hey guys,

The $date on my server is correctly set to use Central time (CST):

Code:
[00:03:43] [[email protected] ~]# date
Wed Feb 13 00:06:20 CST 2013
Although my emails have the wrong time stamps and it seems that the time zone for EXIM is not set:

Code:
[00:06:20] [[email protected] ~]# exim -bP | grep -i timezone
no_log_timezone
timezone =
Now, in WHM for the advanced EXIM configuration editor, I have found the option for adding the time zone by replacing the values in one of the configurations "already-configured" options. My question is:

In this advanced configuration editor, how do I add another row to add a configuration option as opposed to just replacing something which (I'm guessing) is useless to have enabled or does not make a difference?

I would rather simply add options or directives instead of replacing what is already there.

Thanks!
 

dave_at_sb

Registered
Feb 13, 2013
2
0
1
cPanel Access Level
Root Administrator
If you set log_timezone true, the time zone is added to the timestamp, And you can set the timezone option to a different time zone.
Check Chapter 51 - Log files and Chapter 14 - Main configuration. :)

Right, but how do I "add another row" to the advanced configuration of EXIM? There's a lot of dropdown boxes so you can change CURRENT options, flags, etc but how do I ADD another dropdown box?
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
Hello :)

Browse to "WHM Home » Service Configuration » Exim Configuration Manager" and select "Advanced Editor". Scroll down until you see a box titled:

"Add Additional Configuration Setting"

It's just before the "Section: BEGINACL" section. The drop-down box has an option for "log_timezone" that you can select and modify.

Thank you.