1 (edited by andrejS 2019-11-03 02:38:00)

Topic: Mail moderation

Hello,

Have global question. Is it possible with iRedAdmin-Pro manage to which domains users can send mails? Mail moderation, allow or reject incoming messages? Block mail flow between 2 local domains? I mean they can send external but not to each other?

Thanks

----

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

2

Re: Mail moderation

This can be done with per-domain blacklists. smile
FYI: https://docs.iredmail.org/manage.iredapd.html

3

Re: Mail moderation

ZhangHuangbin wrote:

This can be done with per-domain blacklists. smile
FYI: https://docs.iredmail.org/manage.iredapd.html

If I do something like this, will it work?

python wblist_admin.py --outgoing -account @mydomain.com --add --blacklist @.
and then
python wblist_admin.py --outgoing -account @mydomain.com --add --whitelist @allowed_domain1 @allowed_domain2

4

Re: Mail moderation

Looks fine. smile