On 23/1/2013 3:43 μμ, Nikolaos Milas wrote:
Interestingly, at first I tried it but it didn't seem to produce any
output at all (I had to break with Ctrl-C):
# postmap -s /var/lib/postfix/verify_cache
^C
# postmap -s btree:/var/lib/postfix/verify_cache
^C
# postmap -q u...@example.com /var/lib/postfix/verify_cache
^C
# postmap -q u...@example.com btree:/var/lib/postfix/verify_cache
^C
Finally it worked as follows:
# postmap -s btree:/var/lib/postfix/verify_cache
# postmap -q u...@example.com btree:/var/lib/postfix/verify_cache
I continue to have this problem (no output from verify_cache querying).
For example, it occurs on two servers with 2.9.4 (CentOS 6.3 x86_64).
How can I troubleshoot it to see why it happens?
If I run verbose:
# postmap -vs btree:/var/lib/postfix/verify_cache
postmap: name_mask: ipv4
postmap: name_mask: ipv6
postmap: inet_addr_local: configured 2 IPv4 addresses
postmap: inet_addr_local: configured 3 IPv6 addresses
postmap: Compiled against Berkeley DB: 4.7.25?
postmap: Run-time linked against Berkeley DB: 4.7.25?
^C
(It hungs, so I Ctrl-C.)
Thanks,
Nick