# HG changeset patch # User Paul Boddie # Date 1414711192 -3600 # Node ID 3b5a364f382ea29d39254548006f988bad528830 # Parent 3d5387851b23eb04fd266acab85d28df305108bb Added the outgoing message routing for Postfix. diff -r 3d5387851b23 -r 3b5a364f382e conf/postfix/virtual_alias_maps_people_outgoing.cf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/conf/postfix/virtual_alias_maps_people_outgoing.cf Fri Oct 31 00:19:52 2014 +0100 @@ -0,0 +1,14 @@ +server_host = $ldap_host +server_port = $ldap_port +version = 3 +search_base = $ldap_base_dn +scope = sub + +domain = ldap:/etc/postfix/ldap/mydestination.cf + +bind_dn = $ldap_service_bind_dn +bind_pw = $ldap_service_password + +query_filter = (&(|(mail=%s)(alias=%s))(objectclass=kolabinetorgperson)) +result_attribute = mail +result_format = people-outgoing+%s