Upgrade/iRedAdmin-Pro/LDAP/1.2.0-1.3.0
From iRedMail
(Difference between revisions)
(→Update iRedMail for sender/recipient throttling) |
(→Update iRedAdmin-Pro configure file settings.ini) |
||
| Line 11: | Line 11: | ||
= Update iRedAdmin-Pro configure file settings.ini = | = Update iRedAdmin-Pro configure file settings.ini = | ||
We removed some settings and add some new in configure file '''settings.ini''', please update it before you use it. | We removed some settings and add some new in configure file '''settings.ini''', please update it before you use it. | ||
| + | |||
| + | You can backup existing '''settings.ini''', copy '''settings.ini.ldap.sample''' as new configure file, and then sync settings between these two files. | ||
* Removed settings: | * Removed settings: | ||
Revision as of 01:12, 14 September 2010
Contents |
Secure your existing iRedAdmin-Pro
You can simply secure iRedAdmin-Pro with some simple settings, please follow this tutorial:
Update iRedMail for sender/recipient throttling
Please follow this tutorial to enable throttling with Policyd:
Update iRedAdmin-Pro configure file settings.ini
We removed some settings and add some new in configure file settings.ini, please update it before you use it.
You can backup existing settings.ini, copy settings.ini.ldap.sample as new configure file, and then sync settings between these two files.
- Removed settings:
| File: settings.ini |
trace_level = protocol_version = default_pw_scheme = |
- New settings (used for Policyd integration):
| File: settings.ini |
[policyd] enabled = True dbn = mysql host = localhost port = 3306 db = policyd user = policyd passwd = secret_passwd |
