1

Topic: Need Guide: Is it possible to have group permission of user

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release):
- Deployed with iRedMail Easy or the downloadable installer?
- Linux/BSD distribution name and version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
- Web server (Apache or Nginx):
- Manage mail accounts with iRedAdmin-Pro?
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====
iRedMail version 1.7.1
Deployed: Downloadable installer
Linux: Debian 11
Backend: MySQL
Web server: Nginx

Dear Zhang,
I'm thinking to use iRedAdmin-Pro,

My client need an email server, spesific setup permission.
Domain: example.com
Group of user:
- Manager
all user in this group can use their account to send and recieve: @example.com and outside that domain (ex: gmail, hotmail etc)
- Staff
all user in this group can use their account only send and recieve only from @example.com

is it possible configuration in iRedAdmin-Pro.

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: Need Guide: Is it possible to have group permission of user

dbanie wrote:

I'm thinking to use iRedAdmin-Pro,

My client need an email server, spesific setup permission.
Domain: example.com
Group of user:
- Manager
all user in this group can use their account to send and recieve: @example.com and outside that domain (ex: gmail, hotmail etc)
- Staff
all user in this group can use their account only send and recieve only from @example.com

is it possible configuration in iRedAdmin-Pro.

Thank you.

You can setup white- and blacklists for inbound and outbound mails per user in iRedAdmin-Pro

3

Re: Need Guide: Is it possible to have group permission of user

As @Pavel Zhe mentioned, you can use the per-user white/blacklists for this purpose. It's implemented in iRedAPD, so you can manage them with SQL command line, or iRedAdmin-Pro.

FYI https://docs.iredmail.org/manage.iredapd.html

4

Re: Need Guide: Is it possible to have group permission of user

Thanks @Pavel & @Zhang,
Is there an order in the execution of whitelist and blacklist, for example:
python3 wblist_admin.py --account @example.com --add --blacklist staff@example.com
python3 wblist_admin.py --account @example.com --add --whitelist @example.com staff@example.com
python3 wblist_admin.py --account @example.com --add --whitelist @. manager@example.com

is this correct.

Tia

5

Re: Need Guide: Is it possible to have group permission of user

Order doesn't matter, just make sure the final rules are correct.