1

Topic: SOGo mail filter

==== Required information ====http://www.iredmail.org/support.html
- iRedMail version (check /etc/iredmail-release): 0.9.2
- Linux/BSD distribution name and version: Ubuntu 14.04
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):  MySQL
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro? no
- Related log if you're reporting an issue:
====

Hi, how to enable mail filter in SOGo?

Thanks in advance,

Fabiano.

----

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

2

Re: SOGo mail filter

You can find below parameters in /etc/sogo/sogo.conf, uncomment them and restart SOGo service:

    //SOGoSieveServer = sieve://127.0.0.1:4190;
    //SOGoSieveScriptsEnabled = YES;                                               
    //SOGoVacationEnabled = YES;                                                   
    //SOGoForwardEnabled = YES;

3

Re: SOGo mail filter

Thanks Zhang! cool