iredmail-doc/html/self-service.html

45 lines
2.5 KiB
HTML
Raw Normal View History

2014-12-19 05:26:52 -06:00
<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>
<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</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>
</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>
<h3 id="enable-self-service-in-iredadmin-pro">Enable self-service in iRedAdmin-Pro</h3>
<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><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.<!-- Google Analytics -->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-3293801-14");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body></html>