Maybe you can play around a little bit with the time zone setting in /home/admispconfig/ispconfig/web/webmail/inc/config.php?
It's at the end:
PHP Code:
$default_preferences = Array(
"send_to_trash_default" => yes, # send deleted messages to trash
"st_only_ready_default" => yes, # only read messages, otherwise, delete it
"save_to_sent_default" => yes, # send sent messages to sent
"empty_trash_default" => yes, # empty trash on logout
"sortby_default" => "date", # alowed: "attach","subject","fromname","date","size"
"sortorder_default" => "DESC", # alowed: "ASC","DESC"
"rpp_default" => 20, # records per page (messages), alowed: 10,20,30,40,50,100,200
"add_signature_default" => no, # add the signature by default
"signature_default" => "", # a default signature for all users, use text only, with multiple lines if needed
"timezone_default" => "+0000", # timezone, format (+|-)HHMM (H=hours, M=minutes)
"display_images_deafult" => yes, # automatically show attached images in the body of message
"editor_mode_default" => "html", # use "html" or "text" to set default editor. "html" will be used only in IE5+ browsers
"refresh_time_default" => 10 # after this time, the message list will be refreshed, in minutes
);
Recent comments
9 hours 12 min ago
14 hours 11 min ago
15 hours 37 min ago
16 hours 30 min ago
18 hours 13 min ago
22 hours 36 min ago
23 hours 29 min ago
1 day 1 hour ago
1 day 14 hours ago
1 day 16 hours ago