From 4e5c742108ac1f775cc14c5504a5924161e0f521 Mon Sep 17 00:00:00 2001 From: Zhang Huangbin Date: Mon, 2 Feb 2015 11:06:16 +0800 Subject: [PATCH] Add screenshots of self-service feature offered in iRedAdmin-Pro. --- faq/2-self-service.md | 41 ++++++++++++++++++++++++++++++++++++++-- html/self-service.html | 43 +++++++++++++++++++++++++++++++++++++++--- 2 files changed, 79 insertions(+), 5 deletions(-) diff --git a/faq/2-self-service.md b/faq/2-self-service.md index febf2900..ad1208eb 100644 --- a/faq/2-self-service.md +++ b/faq/2-self-service.md @@ -1,19 +1,24 @@ # iRedAdmin-Pro: Enable self-service to allow users to manage their own preferences and more +[TOC] + +## Introduction + 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 +* Update full name, preferred language * 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 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 +## Enable self-service in iRedAdmin-Pro Please add below setting in iRedAdmin config file `settings.py`, then restart Apache service or `uwsgi` service if you're running Nginx. @@ -25,3 +30,35 @@ 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) diff --git a/html/self-service.html b/html/self-service.html index 8ed9e20d..7157ba71 100644 --- a/html/self-service.html +++ b/html/self-service.html @@ -11,19 +11,40 @@ // Document Index

iRedAdmin-Pro: Enable self-service to allow users to manage their own preferences and more

+
+ +
+

Introduction

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:

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

+

Enable self-service in iRedAdmin-Pro

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
@@ -31,7 +52,23 @@ Apache service or uwsgi service if you're running Nginx.

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

Document published under a CC BY-ND 3.0 license. If you found something wrong, please do contact us to fix it. +Locations of configuration and log files of mojor components

+

Screenshots

+

Update name, preferred language

+

+

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 spam policy

+

Document published under a CC BY-ND 3.0 license. If you found something wrong, please do contact us to fix it.