1

Topic: Manage whitelist and blacklist NON PRO edition

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

Hi everyone !

I'm NOT using the PRO edition, please can someone help me out how to add/remove users/domains from white and black list ?
I'm using MySQL not LDAP.

Thanks for the support.

----

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

2

Re: Manage whitelist and blacklist NON PRO edition

Reference: http://policyd.sourceforge.net/readme.html

3

Re: Manage whitelist and blacklist NON PRO edition

# mysql -u root -p postfixpolicyd


INSERT INTO whitelist_sender (_whitelist,_description) \
      VALUES ('camis@mweb.co.za','# whitelist single address');
    INSERT INTO whitelist_sender (_whitelist,_description) \
      VALUES ('@mweb.co.za','# whitelist entire domain');




digitalbit wrote:

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

Hi everyone !

I'm NOT using the PRO edition, please can someone help me out how to add/remove users/domains from white and black list ?
I'm using MySQL not LDAP.

Thanks for the support.