Rob Tanner:
> I am upgrading from 2.2.10 to the current 2.10.1 primarily because the former
> does not understand milters and we are trying to implement DKIM. The problem
> is that LDAP appears to be broken and we make extensive use of LDAP. When I
> first copied the production main.cf over to my development box and tried to
> start Postfix, I got 100's of warning bout unused parameters, and always,
> they were LDAP configurations that were used and worked on 2.2.10.
>
> A quick look at the Postfix HowTo at Postfix.org<http://Postfix.org>, I see I
> need to create an ldap-aliases.cf file and add it to the alias_maps
> parameter. But I also do virtual aliases which I specify using a
> virtual_alias_maps parameter. So, to get me off to a good start, could
> someone please translate the virtual configuration below into something that
> will work in 2.10.1:
>
> virtual_alias_maps =
> ldap:ldaptag,ldap:grouptag,ldap:dormtag,ldap:deptag,ldap:divtag
>
> ldaptag_server_host = $default_ldap_host
> ldaptag_bind_dn = cn=Postfix,ou=Special
> Users,o=linfield.edu<http://linfield.edu>
> ldaptag_bind_pw = <pwd>
> ldaptag_search_base = o=linfield.edu<http://linfield.edu>
> ldaptag_query_filter = (&(|(mailLocalAddress=%s)(uid=%s))(!(ou=Alumni Email
> Users)))
I don't see why this would result in hundreds of warnings.
I pasted the first part into my main.cf and there were no surprises.
Wietse