1

Topic: How to set some user to use local mail only?

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.84
- Linux/BSD distribution name and version: debian 8 jessie
- 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:
====

How to set some user to use local mail only?
They can not send out only in local mail.

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: How to set some user to use local mail only?

If you just want some user to send internally, please try the iRedAPD white/blacklisting plugin:

*) Upgrade iRedAPD to the latest 1.9.1.
*) Add white/blacklist for your user:

python /opt/iredapd/wblist_admin.py --account user@mydomain.com --outbound--add --blacklist '@.'
python /opt/iredapd/wblist_admin.py --account user@mydomain.com --outbound--add --whitelist '@mydomain.com'

3

Re: How to set some user to use local mail only?

Thank you