Upgrade/iRedMail/0.7.0-0.7.1

From iRedMail

(Difference between revisions)
Jump to: navigation, search
(Support alias domain in mail alias and catch-all account: get sure both files are edited)
(+ missing subs)
Line 8: Line 8:
= General Update, all backends should apply these changes =
= General Update, all backends should apply these changes =
* [[Addition/Harden.iRedMail.with.Fail2ban |Harden iRedMail with Fail2ban]]
* [[Addition/Harden.iRedMail.with.Fail2ban |Harden iRedMail with Fail2ban]]
 +
 +
= change SSL- keysize =
 +
 +
= edit postfix-timeouts =
= OpenLDAP backend special =
= OpenLDAP backend special =
Line 25: Line 29:
No changes in MySQL backend.
No changes in MySQL backend.
 +
 +
= update roundcube =
= ChangeLog =
= ChangeLog =

Revision as of 16:13, 1 August 2011

Contents





General Update, all backends should apply these changes

change SSL- keysize

edit postfix-timeouts

OpenLDAP backend special

Support alias domain in mail alias and catch-all account

  • Edit (BOTH FILES) "/etc/postfix/ldap/catchall_maps.cf" and "/etc/postfix/ldap/virtual_alias_maps.cf", remove "domainName=%d" in search_base:
File: /etc/postfix/ldap/catchall_maps.cf, /etc/postfix/ldap/virtual_alias_maps.cf
# OLD SETTING
search_base     = domainName=%d,o=domains,dc=XXX

# NEW SETTING
search_base     = o=domains,dc=XXX
  • Restart postfix service to make it work.

MySQL backend special

No changes in MySQL backend.

update roundcube

ChangeLog

  • 2011-05-04 Remove MySQL backend special changes. Not required.
  • 2011-05-01 Initial version.
Personal tools