1

Topic: Limit Redmail Sending?

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

Hi,
This is my first post on this forum. I have a question about the system. Is there a way to limit the outgoing emails to only the same domain? Basically, I want to make it so that emails can only be sent within the system and no out to like (gmails, yahoos, other domains.etc). Is that possible with iRedmail?

Thanks,

Jesse

----

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

2

Re: Limit Redmail Sending?

Unfortunately, iRedMail doesn't support this. But it should be easy to implement by writing your own transport program.

Take a look at this: http://marinovl.blogspot.cz/2012/09/pos … mails.html
Just custom it to check recipient domain and do some restriction.