Upgrade/iRedMail/0.8.3-0.8.4
From iRedMail
(Difference between revisions)
(→ChangeLog) |
|||
| Line 5: | Line 5: | ||
= General (All backends should apply these steps) = | = General (All backends should apply these steps) = | ||
| - | + | No update available. | |
= OpenLDAP backend special = | = OpenLDAP backend special = | ||
== Supports alias domains in Postfix per-user bcc lookup files == | == Supports alias domains in Postfix per-user bcc lookup files == | ||
| Line 21: | Line 21: | ||
= MySQL backend special = | = MySQL backend special = | ||
| - | + | No update available. | |
= PostgreSQL backend special = | = PostgreSQL backend special = | ||
| + | No update available. | ||
Revision as of 16:02, 2 November 2012
Contents |
ChangeLog
- 2012-10-24: [ldap] Supports alias domains in Postfix per-user bcc lookup files.
General (All backends should apply these steps)
No update available.
OpenLDAP backend special
Supports alias domains in Postfix per-user bcc lookup files
- In /etc/postfix/ldap/sender_bcc_maps_user.cf, replace "(mail=%s)" by "(|(mail=%s)(&(enabledService=shadowaddress)(shadowAddress=%s)))" in parameter "query_filter =". The final LDAP filter looks like below:
| File: ldap/sender_bcc_maps_user.cf |
query_filter = (&(|(mail=%s)(&(enabledService=shadowaddress)(shadowAddress=%s)))(objectClass=mailUser)(accountStatus=active)(enabledService=mail)(enabledService=senderbcc)) |
- Perform the same modification in file /etc/postfix/ldap/recipient_bcc_user.cf, the final LDAP filter looks like below:
| File: ldap/recipient_bcc_maps_user.cf |
query_filter = (&(|(mail=%s)(&(enabledService=shadowaddress)(shadowAddress=%s)))(objectClass=mailUser)(accountStatus=active)(enabledService=mail)(enabledService=recipientbcc)) |
- Restarting Postfix service is required.
MySQL backend special
No update available.
PostgreSQL backend special
No update available.
