iredmail-doc/html/iredadmin-pro.self-service....

80 lines
4.8 KiB
HTML

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>iRedAdmin-Pro: Enable self-service to allow users to manage their own preferences and more</title>
<link href="./css/markdown.css" rel="stylesheet"></head>
</head>
<body>
<div id="navigation">
<a href="http://www.iredmail.org" target="_blank">iRedMail web site</a>
// <a href="./index.html">Document Index</a>
</div><h1 id="iredadmin-pro-enable-self-service-to-allow-users-to-manage-their-own-preferences-and-more">iRedAdmin-Pro: Enable self-service to allow users to manage their own preferences and more</h1>
<div class="toc">
<ul>
<li><a href="#iredadmin-pro-enable-self-service-to-allow-users-to-manage-their-own-preferences-and-more">iRedAdmin-Pro: Enable self-service to allow users to manage their own preferences and more</a><ul>
<li><a href="#introduction">Introduction</a></li>
<li><a href="#enable-self-service-in-iredadmin-pro">Enable self-service in iRedAdmin-Pro</a></li>
<li><a href="#screenshots">Screenshots</a><ul>
<li><a href="#update-name-preferred-language">Update name, preferred language</a></li>
<li><a href="#change-password">Change password</a></li>
<li><a href="#mail-forwarding-control">Mail forwarding control</a></li>
<li><a href="#manager-per-user-whitelists-blacklists">Manager per-user whitelists &amp; blacklists</a></li>
<li><a href="#manage-quarantined-mails">Manage quarantined mails</a></li>
<li><a href="#check-received-mails-and-blacklist-certain-senders-if-theyre-spammers">Check received mails and blacklist certain senders if they're spammers.</a></li>
<li><a href="#manage-spam-policy">Manage spam policy</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<h2 id="introduction">Introduction</h2>
<p>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:</p>
<ul>
<li>Update full name, preferred language</li>
<li>Change password</li>
<li>Mail forwarding control</li>
<li>Manager per-user whitelists &amp; blacklists</li>
<li>Manage quarantined mails</li>
<li>Check received mails and blacklist certain senders if they're spammers.</li>
<li>Manage basic spam policy</li>
</ul>
<p>As a domain admin, you can control which data are allowed to be updated by
users themselves in domain profile page, under tab <code>Advanced</code>.</p>
<h2 id="enable-self-service-in-iredadmin-pro">Enable self-service in iRedAdmin-Pro</h2>
<p>Please add below setting in iRedAdmin config file <code>settings.py</code>, then restart
Apache service or <code>uwsgi</code> service if you're running Nginx.</p>
<pre><code>ENABLE_SELF_SERVICE = True
</code></pre>
<p>You can find exact path of <code>settings.py</code> on your server by checking this short
tutorial:
<a href="./file.locations.html#iredadmin">Locations of configuration and log files of mojor components</a></p>
<h2 id="screenshots">Screenshots</h2>
<h3 id="update-name-preferred-language">Update name, preferred language</h3>
<p><img alt="" src="../images/iredadmin/self-service.preferences.general.png" /></p>
<h3 id="change-password">Change password</h3>
<p><img alt="" src="../images/iredadmin/self-service.preferences.password.png" /></p>
<h3 id="mail-forwarding-control">Mail forwarding control</h3>
<p><img alt="" src="../images/iredadmin/self-service.preferences.forwarding.png" /></p>
<h3 id="manager-per-user-whitelists-blacklists">Manager per-user whitelists &amp; blacklists</h3>
<p><img alt="" src="../images/iredadmin/self-service.wblist.png" /></p>
<h3 id="manage-quarantined-mails">Manage quarantined mails</h3>
<p><img alt="" src="../images/iredadmin/self-service.quarantined.png" /></p>
<p><img alt="" src="../images/iredadmin/self-service.quarantined.2.png" /></p>
<h3 id="check-received-mails-and-blacklist-certain-senders-if-theyre-spammers">Check received mails and blacklist certain senders if they're spammers.</h3>
<p><img alt="" src="../images/iredadmin/self-service.received.png" /></p>
<h3 id="manage-spam-policy">Manage spam policy</h3>
<p><img alt="" src="../images/iredadmin/self-service.spampolicy.png" /></p><p style="text-align: center; color: grey;">Document published under a <a href="http://creativecommons.org/licenses/by-nd/3.0/us/" target="_blank">CC BY-ND 3.0</a> license. If you found something wrong, please do <a href="http://www.iredmail.org/contact.html">contact us</a> to fix it.<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-3293801-21', 'auto');
ga('send', 'pageview');
</script>
</body></html>