1

Topic: SOGo install complains "No local time zone specified"

==== Required information ====
- iRedMail version: 0.9.0
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Web server (Apache or Nginx): Apache 2.2
- Linux/BSD distribution name and version: CentO 6.6 x86_64
- Related log if you're reporting an issue:
====

I selected to install SOGo as part of the install script. However, every single minute I get an alarm email to the postmaster (admin) account with the following:

2015-05-11 04:40:01.937 sogo-ealarms-notify[7785] No local time zone specified.
2015-05-11 04:40:01.938 sogo-ealarms-notify[7785] Using time zone with absolute offset 0.

In the /etc/sogo/sogo.conf I set the SOGoTimeZone = "Australia/Sydney";

What configuration needs to change to fix this problem?

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: SOGo install complains "No local time zone specified"

Check this forum post: http://www.iredmail.org/forum/post38040.html#p38040

newzen wrote:

According sogo mail list investigation
sogo-ealarms-notify dont read SOGoTimeZone
instance must to create file /etc/timezone ( not soft link )
/etc/timezone content in my case America/Caracas as plain text

3

Re: SOGo install complains "No local time zone specified"

Thanks, that did work for me, using echo "Australia/Sydney" > /etc/localtime

I had tried copying the appropriate /usr/share/zoneinfo file (not plain text) and that didn't work.

This can be closed.

ZhangHuangbin wrote:

Check this forum post: http://www.iredmail.org/forum/post38040.html#p38040

newzen wrote:

According sogo mail list investigation
sogo-ealarms-notify dont read SOGoTimeZone
instance must to create file /etc/timezone ( not soft link )
/etc/timezone content in my case America/Caracas as plain text