bug: postconf keys have default btree values when no BDB support is compiled in

2015-02-10 Thread Quanah Gibson-Mount
When building Postfix with zero support for BDB, two postconf keys still end up with default btree values: address_verify_map = btree:$data_directory/verify_cache postscreen_cache_map = btree:$data_directory/postscreen_cache This seems to be invalid, as any attempt to enable their usage will

Re: bug: postconf keys have default btree values when no BDB support is compiled in

2015-02-10 Thread Wietse Venema
Quanah Gibson-Mount: When building Postfix with zero support for BDB, two postconf keys still end up with default btree values: address_verify_map = btree:$data_directory/verify_cache postscreen_cache_map = btree:$data_directory/postscreen_cache It is configurable, and it is up to you