1

Topic: [Solved] sogo mail alert evry minutes after update

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 9.6
- Linux/BSD distribution name and version: 16.04
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): ldap
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro? NO
- Related log if you're reporting an issue:
====

after apt-get update
apt-get dist-upgrade
postmaster@XXX receive mail from sogo every minutes

i change this line with
crontab -u sogo -e

* *  *   *   *   /usr/sbin/sogo-tool expire-sessions 30 2>/dev/null; /usr/sbin/sogo-ealarms-notify
by
0   0   *   *   *   /usr/sbin/sogo-tool expire-sessions 30 2>/dev/null; /usr/sbin/sogo-ealarms-notify

for a daily one !

thanks

----

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