Upgrade/iRedAdmin-Pro/LDAP/1.2.0-1.3.0
From iRedMail
Revision as of 00:55, 14 September 2010 by ZhangHuangbin (Talk | contribs)
Update configure file settings.ini
We removed some settings and add some new in configure file settings.ini, please update it before you use it.
- Removed settings:
| File: settings.ini |
trace_level = protocol_version = default_pw_scheme = |
- New settings:
| File: settings.ini |
[policyd] # ------------------------------------------------------------------- # Settings used for Policyd (1.8.x) integration. Provides global # white-/blacklist, sender/recipient throttling, etc. # ------------------------------------------------------------------- # # Enable policyd integration: True, False. enabled = True # SQL Database used to store policyd data, eg. whitelist, blacklist. # You can find related information in policyd config files: # - On RHEL/CentOS: /etc/policyd.conf # - On Debian/Ubuntu: /etc/postfix-policyd.conf # - On FreeBSD: /usr/local/etc/policyd.conf # Related parameters: # host -> MYSQLHOST # port -> 3306 (Default) # db -> MYSQLDBASE # user -> MYSQLUSER # passwd -> MYSQLPASS dbn = mysql host = localhost port = 3306 db = policyd user = policyd passwd = passwd |
