Pedro David Marco: > Thanks a lot Wietse... > i understood that 'address_verify_map? = memcache'? is used to make > persistant the verify database, but according to your words i was wrrong:? it > will make memcahe the database itself.. > Am i right?
Postfix will create an empty address verify database when it does not exist. As documented the syntax is: address_verify_map = memcache:/path/to/file where the file contains the configuration settings. Wietse