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)
Line 1: Line 1:
__TOC__
__TOC__
-
* [[File:Donate.png]] We hope iRedMail users can donate us to make iRedMail continue active and exist. Donate now: http://www.iredmail.org/donate.html
+
----
-
* [[File:Btn_buynow.gif]] Get remote [http://iredmail.org/support.html#remote_installation_support Installation Support] and [http://iredmail.org/support.html#remote_upgrade_support Upgrade Support] from developers if you're not familiar with Linux/BSD.
+
* Please report bugs in our forum: http://www.iredmail.org/forum/
* Please report bugs in our forum: http://www.iredmail.org/forum/
-
 
+
----
-----
-----
'''TO BE CONTINUED, DO ***NOT*** APPLY BELOW STEPS'''.
'''TO BE CONTINUED, DO ***NOT*** APPLY BELOW STEPS'''.
-----
-----
-
 

Revision as of 01:41, 3 April 2011

Contents





TO BE CONTINUED, DO ***NOT*** APPLY BELOW STEPS.



General Update, all backends should apply these changes

OpenLDAP backend special

Support alias domain in mail alias and catch-all account

  • Edit "/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

MySQL backend special

Personal tools