1

Topic: Allow specific users to send mails.

I have setup iredmail server.

Can we allow only specified Email ID's to send mail to a group ID ?

I want to implement this as I don't want everyone to send mails to group IDs.

Thanks and Regards,
Shashank

----

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

2

Re: Allow specific users to send mails.

It's achieved in iRedMail. Implemented in the iRedAPD program, refer to iRedAPD installation guide for more detail about this kind of restriction:
- For OpenLDAP: http://iredmail.org/wiki/index.php?titl … D/OpenLDAP
- For MySQL: http://iredmail.org/wiki/index.php?titl … dAPD/MySQL

You can easily manage this with iRedAdmin-Pro, official iRedMail admin panel. Screenshots attached below:

- For OpenLDAP backend, mail list control:
http://screenshots.iredmail.googlecode.com/hg/iredadmin/maillist_profile_general.png

- For MySQL backend, mail alias control:
http://screenshots.iredmail.googlecode.com/hg/iredadmin/mysql/alias_profile_general.png

3

Re: Allow specific users to send mails.

I am using postfixadmin.

Can we do the same without using IRedAdmin. ie by editing any configuration file in postfix ?

4

Re: Allow specific users to send mails.

You should read links i gave in my previous reply.

As mentioned in iRedAPD installation guides, values are stored in OpenLDAP or MySQL, so you can manage restrictions with phpLDAPadmin or phpMyAdmin (or MySQL command line).