iredmail-doc/faq/2-iredadmin-pro.self-servic...

65 lines
1.8 KiB
Markdown
Raw Normal View History

2014-12-19 05:26:52 -06:00
# iRedAdmin-Pro: Enable self-service to allow users to manage their own preferences and more
[TOC]
## Introduction
2014-12-19 05:26:52 -06:00
The latest iRedAdmin-Pro release provides self-service, but it's disabled by
default. You can enable it to allow users to manage their own data:
* Update full name, preferred language
2014-12-19 05:26:52 -06:00
* Change password
* Mail forwarding control
* Manager per-user whitelists & blacklists
* Manage quarantined mails
* Check received mails and blacklist certain senders if they're spammers.
* Manage basic spam policy
2014-12-19 05:26:52 -06:00
As a domain admin, you can control which data are allowed to be updated by
users themselves in domain profile page, under tab `Advanced`.
## Enable self-service in iRedAdmin-Pro
2014-12-19 05:26:52 -06:00
Please add below setting in iRedAdmin config file `settings.py`, then restart
Apache service or `uwsgi` service if you're running Nginx.
```
ENABLE_SELF_SERVICE = True
```
You can find exact path of `settings.py` on your server by checking this short
tutorial:
[Locations of configuration and log files of mojor components](./file.locations.html#iredadmin)
## Screenshots
### Update name, preferred language
![](../images/iredadmin/self-service.preferences.general.png)
### Change password
![](../images/iredadmin/self-service.preferences.password.png)
### Mail forwarding control
![](../images/iredadmin/self-service.preferences.forwarding.png)
### Manager per-user whitelists & blacklists
![](../images/iredadmin/self-service.wblist.png)
### Manage quarantined mails
![](../images/iredadmin/self-service.quarantined.png)
![](../images/iredadmin/self-service.quarantined.2.png)
### Check received mails and blacklist certain senders if they're spammers.
![](../images/iredadmin/self-service.received.png)
### Manage spam policy
![](../images/iredadmin/self-service.spampolicy.png)