# HG changeset patch # User Paul Boddie # Date 1445433729 -7200 # Node ID a64a3a62147f3b873a5dd622fdb4cbcd06d8a9e1 # Parent 3ce1954c9f5c61028ab1717ba0160022ea33060f Fixed ldap references in names/labels. diff -r 3ce1954c9f5c -r a64a3a62147f conf/exim/simple/890_exim4-config_people --- a/conf/exim/simple/890_exim4-config_people Wed Oct 21 15:02:00 2015 +0200 +++ b/conf/exim/simple/890_exim4-config_people Wed Oct 21 15:22:09 2015 +0200 @@ -1,5 +1,5 @@ -ldap_person: - debug_print = "R: ldap_person for $local_part@$domain" +simple_person: + debug_print = "R: simple_person for $local_part@$domain" driver = accept domains = lsearch;/etc/exim4/virtual_domains local_parts = lsearch;/etc/exim4/virtual_people diff -r 3ce1954c9f5c -r a64a3a62147f conf/exim/simple/890_exim4-config_resources --- a/conf/exim/simple/890_exim4-config_resources Wed Oct 21 15:02:00 2015 +0200 +++ b/conf/exim/simple/890_exim4-config_resources Wed Oct 21 15:22:09 2015 +0200 @@ -1,5 +1,5 @@ -ldap_resource: - debug_print = "R: ldap_resource for $local_part@$domain" +simple_resource: + debug_print = "R: simple_resource for $local_part@$domain" driver = accept domains = lsearch;/etc/exim4/virtual_domains local_parts = lsearch;/etc/exim4/virtual_resources