Software Information: > HI All > I am trying to implement the address_verify_map on my postfix email > gateway. I created a verify directory in /usr/local/etc/postfix and added > address_verify_map = btree:/usr/local/etc/postfix/verify > in main.cf. Then I reloaded postfix. Shouldn't postfix create a db file in > there? I am still seeing it empty. Not sure what else I should do. Any help > would be appreciated.
Look. In. The. Logs. Also, the default is: address_verify_map = btree:$data_directory/verify_cache where data_directory must be writable only by postfix. DO NOT store this under /etc/postfix which must be writeable only by root. Wietse