1

Topic: SOGo email error every minute

- iRedMail version 0.9.4
- Linux/BSD distribution name and version: CentOS release 6.8 (Final)
- Store mail accounts in which backend: MySQL
- Web server (Apache or Nginx): Apache

Hi all,

after the updates of CentOS, i get every minute an email like this one:

Subject: Cron <sogo@mail> /usr/sbin/sogo-tool expire-sessions 30; /usr/sbin/sogo-ealarms-notify

Body:
<0x0xaf2d28[SOGoProductLoader]> SOGo products loaded from '/usr/lib64/GNUstep/SOGo':
<0x0xaf2d28[SOGoProductLoader]>   Contacts.SOGo, Appointments.SOGo, MailPartViewers.SOGo, MainUI.SOGo, SchedulerUI.SOGo, MailerUI.SOGo, ActiveSync.SOGo, ContactsUI.SOGo, PreferencesUI.SOGo, AdministrationUI.SOGo, CommonUI.SOGo, Mailer.SOGo
[so-category-info] did not find exported SoClass 'SOGo' in product <0x0xc689e8[SoProduct]: loaded code-loaded bundle=/usr/lib64/GNUstep/SOGo/MainUI.SOGo #classes=8 #categories=4 rm=0x0xc6b278>!

What is the problem ?

For now I disabled the crontab job. Can someone help me ?

Thanks in advance!

----

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

2

Re: SOGo email error every minute

It's a known bug of SOGo-2.x: https://sogo.nu/bugs/view.php?id=3726
Already fixed, but you have to either:

*) downgrade SOGo
*) wait for next SOGo release
*) Use SOGo nightly build. FYI: https://sogo.nu/download.html#/v2

3 (edited by Bronko 2016-06-17 18:22:26)

Re: SOGo email error every minute

Same here, but everything in /etc/cron.d/sogo is commented out, no other cronjob configured and sogo service stoped!?

# grep -r "expire-sessions 30" /etc
/etc/cron.d/sogo:#* * * * *      sogo    /usr/sbin/sogo-tool expire-sessions 30

Any idea?

4

Re: SOGo email error every minute

This is only a cosmetic problem. Your mail server will still work properly. Just add a filter on your root mail account to delete these messages until new sogo version is avariable.

5

Re: SOGo email error every minute

Bronko wrote:

/etc/cron.d/sogo

Please check system account 'sogo's cron job.

6

Re: SOGo email error every minute

Bronko wrote:

/etc/cron.d/sogo

Please check system account 'sogo's cron job.

7

Re: SOGo email error every minute

ZhangHuangbin wrote:

Please check system account 'sogo's cron job.

You are right:

# grep -r "expire-sessions 30" /var/spool/cron/crontabs/
/var/spool/cron/crontabs/sogo:*   *   *   *   *   /usr/sbin/sogo-tool expire-sessions 30
# crontab -u sogo -e

Thanks!

8 (edited by Bronko 2016-06-18 00:32:30)

Re: SOGo email error every minute

Neutro wrote:

This is only a cosmetic problem. Your mail server will still work properly. Just add a filter on your root mail account to delete these messages until new sogo version is avariable.

Hi Neutro(n),
the electrons are not worth it... ;-)

9

Re: SOGo email error every minute

Have the same problem today after todays SOGO update. In addition i can't downgrade. Is there a way to stop emails?

10

Re: SOGo email error every minute

Artie wrote:

Have the same problem today after todays SOGO update. In addition i can't downgrade. Is there a way to stop emails?

Yes, I run in the same problem since some SGOo updates again. Just deactivate the cronjob and wait for a fixed version...

Once more:

# crontab -u sogo -e

and comment out these line:

*   *   *   *   *   /usr/sbin/sogo-tool expire-sessions 30

11

Re: SOGo email error every minute

Version     : 3.2.9.20170704

still exists!

12

Re: SOGo email error every minute

SOGo 3.2.10 was released early today, maybe you can wait for one more day for the nightly build.

13

Re: SOGo email error every minute

Version     : 3.2.10.20170711

fixed!