Thanks for the feedback. Even a manual execute as root fails:
postmap -v hash:/var/lib/postfix/postscreen_cache postmap: name_mask: all postmap: inet_addr_local: configured 3 IPv4 addresses postmap: inet_addr_local: configured 3 IPv6 addresses postmap: fatal: open /var/lib/postfix/postscreen_cache: No such file or directory # disabled - SELinux is fully disabled. SELINUX=disabled # ls -ld /var/lib/postfix/ drwxr-x--- 2 postfix postfix 4096 Mar 12 00:01 /var/lib/postfix/ postconf -m btree cidr environ fail hash internal ldap memcache mysql nis pcre proxy regexp static tcp texthash unix On 03/14/2013 01:55 PM, Victor d'Agostino wrote: > Hello, > > postmap hash:///var/lib/postfix/ > postscreen_cache will create file /var/lib/postfix/postscreen_cache.db > > Regards, > > > 2013/3/14 support <supp...@gridplexus.com <mailto:supp...@gridplexus.com>> > > Receiving "postscreen_cache.db" error messages shown below on new > installation. The postscreen_cache.db is not created on startup. > > Is a manual command required to create postscreen_cache.db or is the > initial creation automagic? This has happened on several > installations > and restart memcache/postfix does help. However, after some time the > postscreen_cache.db will be created. Is this normal? > > > > error: open database /var/lib/postfix/postscreen_cache.db: No such > file > or directory > warning: btree:/var/lib/postfix/postscreen_cache is unavailable. open > database /var/lib/postfix/postscreen_cache.db: No such file or > directory > warning: btree:/var/lib/postfix/postscreen_cache is unavailable. open > database /var/lib/postfix/postscreen_cache.db: No such file or > directory > warning: memcache:/etc/postfix/memcache-postscreen_cache.cf > <http://memcache-postscreen_cache.cf>: sequence error > warning: memcache:/etc/postfix/memcache-postscreen_cache.cf > <http://memcache-postscreen_cache.cf>: cache > cleanup scan terminated due to error > cache memcache:/etc/postfix/memcache-postscreen_cache.cf > <http://memcache-postscreen_cache.cf> partial > cleanup: retained=0 dropped=0 entries > > > postfix-2.9.4 > memcached-1.4.15 > postconf -n > <snip> > postscreen_access_list = permit_mynetworks, > cidr:/etc/postfix/postscreen_access.cidr > postscreen_bare_newline_action = enforce > postscreen_bare_newline_enable = yes > postscreen_cache_map = > memcache:/etc/postfix/memcache-postscreen_cache.cf > <http://memcache-postscreen_cache.cf> > postscreen_greet_action = enforce > postscreen_greet_wait = ${stress?2}${stress:6}s > postscreen_non_smtp_command_action = enforce > postscreen_non_smtp_command_enable = yes > postscreen_pipelining_action = enforce > postscreen_pipelining_enable = yes > queue_directory = /var/spool/postfix > > cat /etc/postfix/memcache-postscreen_cache.cf > <http://memcache-postscreen_cache.cf> > memcache = inet:127.0.0.1:11211 <http://127.0.0.1:11211> > key_format = postscreen:%s > backup = btree:/var/lib/postfix/postscreen_cache > > > > Thanks in advance > -Robert > >