On Nov 8, 2012, at 12:09, Nikolaos Milas wrote: > I thought I should start a new thread, and I will reference: > http://www.mail-archive.com/postfix-users@postfix.org/msg47599.html > http://www.mail-archive.com/postfix-users@postfix.org/msg47590.html (includes > postconf -n) > > I'm on CentOS 5.8 x86_64 with > postfix-2.9.1-1.pcre.sasl2.dovecot.rhel5.x86_64.rpm (custom-built to use LTB > LDAP RPM) > > Based on infofrom the former thread above, I would expect to see a > verify_cache.db at /var/lib/postfix because: > > address_verify_cache_cleanup_interval = 12h > address_verify_default_transport = $default_transport > address_verify_local_transport = $local_transport > address_verify_map = btree:$data_directory/verify_cache
As this seems to be a different package than the one you are using elsewhere; have you verified the value of '$data_directory', to be sure you're looking for it in the right place? In other words, does the output of 'postconf -d data_directory' yield '/var/lib/postfix' as a value? If yes, does the user the process runs as have write permissions on that directory? Is there any difference in 'master.cf' settings for the 'verify' process between the packages? Perhaps one is chrooted, the other one isn't? Also, Postfix throws a warning in the logs if it can't write to a file, IIRC. Check there as well. Cya, Jona