Hey guys,
The $date on my server is correctly set to use Central time (CST):
Although my emails have the wrong time stamps and it seems that the time zone for EXIM is not set:
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!
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
Code:
[00:06:20] [[email protected] ~]# exim -bP | grep -i timezone
no_log_timezone
timezone =
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!