1

Topic: how to disable SOGO messages

============ Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.4
- Linux/BSD distribution name and version: FreeBSD 10.2
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQ
- Web server (Apache or Nginx):Apache
- Manage mail accounts with iRedAdmin-Pro?
- Related log if you're reporting an issue:
====
Hi! How to disable SOGO messages for Postmaster type:
Cron <root@nh3> /usr/local/bin/python /opt/iredapd/tools/spf_to_greylist_whitelists.py &>/dev/null
every 10 minutes taking

----

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

2

Re: how to disable SOGO messages

Please replace '&>/dev/null' with '>/dev/null 2>&1'.

3 (edited by 3m 2016-02-23 14:32:58)

Re: how to disable SOGO messages

I'm sorry. I do not find a string "&>/dev/null" in the file /opt/iredapd/tools/spf_to_greylist_whitelists.py

4

Re: how to disable SOGO messages

Oops, my mistake. It's in root's cron job.

5 (edited by 3m 2016-02-24 20:20:46)

Re: how to disable SOGO messages

How I can disable the messages to the installed iRedMail ?

6

Re: how to disable SOGO messages

3m wrote:

How I can disable the messages to the installed iRedMail ?

Edit root's cron job, replace '&>/dev/null' with '>/dev/null 2>&1'. That's it.