1

Topic: Whitelist management syntax

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.7
- Linux/BSD distribution name and version: Debian9.1
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): PGSQL
- Web server (Apache or Nginx):Apache
- Manage mail accounts with iRedAdmin-Pro?no
====

As per docs, I can add a whitelist entry by adding :

# python wblist_admin.py --add --whitelist 192.168.1.10 user@domain.com

what is 192.168.1.10 referred to ? can it be omitted ?
What about to whitelist a whole domain , so allusers@desireddomain.com ?

Thank you

----

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

2

Re: Whitelist management syntax

digitel wrote:

# python wblist_admin.py --add --whitelist 192.168.1.10 user@domain.com

This command whitelists both 192.168.1.10 AND user@domain.com.

digitel wrote:

What about to whitelist a whole domain , so allusers@desireddomain.com ?

Use '@domain.com'.

3 (edited by digitel 2017-12-06 15:33:13)

Re: Whitelist management syntax

Thank you very much !

Is there any service to be restarted after modifications ?

4

Re: Whitelist management syntax

digitel wrote:

Is there any service to be restarted after modifications ?

No. The data is stored in SQL db.