1

Topic: Crontab warning mail, file not found(sogo-tool) openbsd 5.6

==== Required information ====
- iRedMail version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
- Linux/BSD distribution name and version:
- Related log if you're reporting an issue:
======== Required information ====
- iRedMail version: 0.9.0
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Linux/BSD distribution name and version: Openbsd 5.6 amd64
- Related log if you're reporting an issue: crontab
====

On a fresh install of iRedmail 0.9.0 on Openbsd 5.6, the crontab for the "_sogo" user is wrong.
The path in crontab searches for the sogo-tool file in /usr/sbin/ and then it cannot find the file
resulting in a warning mail from crontab, file not found.

The path should be : /usr/local/sbin, because the files are there.

Fix it manually with :  crontab -e -u _sogo

----

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

2

Re: Crontab warning mail, file not found(sogo-tool) openbsd 5.6

Fixed moment ago, thanks for your feedback.
https://bitbucket.org/zhb/iredmail/comm … c896624bb2

3

Re: Crontab warning mail, file not found(sogo-tool) openbsd 5.6

I see, you`ve made another path change : export SOGO_GNUSTEP_DIR="/usr/local/lib/GNUstep/SOGo"
How should i apply this fix?

4

Re: Crontab warning mail, file not found(sogo-tool) openbsd 5.6

SOGO_GNUSTEP_DIR is not changed.