Upgrade/iRedMail/0.7.0-0.7.1

From iRedMail

(Difference between revisions)
Jump to: navigation, search
(ChangeLog)
 
(9 intermediate revisions not shown)
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/
 +
----
-
-----
+
= General Update, all backends should apply these changes =
-
'''TO BE CONTINUED, DO ***NOT*** APPLY BELOW STEPS'''.
+
* [[Addition/Harden.iRedMail.with.Fail2ban |Harden iRedMail with Fail2ban]]
-
-----
+
 +
= change SSL- keysize =
-
 
+
= edit postfix-timeouts =
-
= General Update, all backends should apply these changes =
+
= OpenLDAP backend special =
= OpenLDAP backend special =
== Support alias domain in mail alias and catch-all account ==
== 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''':
+
* Edit (BOTH FILES) '''"/etc/postfix/ldap/catchall_maps.cf"''' and '''"/etc/postfix/ldap/virtual_alias_maps.cf"''', remove "domainName=%d" in '''search_base''':
-
{{cfg|/etc/postfix/ldap_virtual_group_maps.cf|<pre>
+
{{cfg|/etc/postfix/ldap/catchall_maps.cf, /etc/postfix/ldap/virtual_alias_maps.cf|<pre>
# OLD SETTING
# OLD SETTING
search_base    = domainName=%d,o=domains,dc=XXX
search_base    = domainName=%d,o=domains,dc=XXX
Line 24: Line 23:
search_base    = o=domains,dc=XXX
search_base    = o=domains,dc=XXX
</pre>}}
</pre>}}
 +
 +
* Restart postfix service to make it work.
= MySQL backend special =
= MySQL backend special =
 +
 +
No changes in MySQL backend.
 +
 +
= update roundcube =
 +
 +
= ChangeLog =
 +
* 2011-08-01 readability and hints in config-files
 +
* 2011-05-04 Remove MySQL backend special changes. Not required.
 +
* 2011-05-01 Initial version.
 +
[[Category: iRedMail]]
[[Category: iRedMail]]
[[Category: Upgrade]]
[[Category: Upgrade]]

Current revision as of 16:23, 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-08-01 readability and hints in config-files
  • 2011-05-04 Remove MySQL backend special changes. Not required.
  • 2011-05-01 Initial version.
Personal tools