1

Topic: Page missing for User Send Receive Restriction

==== Required information ====
- iRedMail version: 0.9
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): mysql
- Web server (Apache or Nginx): nginx
- Linux/BSD distribution name and version: centos6
- Related log if you're reporting an issue:
====

Hi,
Documentation below is missing :-
Could someone help redirect me to the correct page?
I need to restrict features of some users sending email outbound. Thanks
http://www.iredmail.org/wiki/index.php? … strictions

----

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

2

Re: Page missing for User Send Receive Restriction

This one: http://www.iredmail.org/docs/per-user.s … tions.html

3

Re: Page missing for User Send Receive Restriction

dear zhang,
Thanks for updating me with the correct page.
I get this strange error. Any idea why?

mysql> set rejectedrecipients= '@.', WHERE dave@mydomain.net
    -> ;
ERROR 1193 (HY000): Unknown system variable 'rejectedrecipients'

4

Re: Page missing for User Send Receive Restriction

Obviously, you don't have correct sql statement after 'where'. The sample command in tutorial is:

UPDATE mailbox SET rejectedsenders='@.', allowedsenders='@example.com,@gmail.com', rejectedrecipients='', allowedrecipients='@example.com,@gmail.com' WHERE username='user@example.com';

5

Re: Page missing for User Send Receive Restriction

Hey zhang,
Great. Thanks so much.
Appreciate it. Yeah. My syntax was wrong sad
Kevin



ZhangHuangbin wrote:

Obviously, you don't have correct sql statement after 'where'. The sample command in tutorial is:

UPDATE mailbox SET rejectedsenders='@.', allowedsenders='@example.com,@gmail.com', rejectedrecipients='', allowedrecipients='@example.com,@gmail.com' WHERE username='user@example.com';