On 23/1/2013 2:24 μμ, Noel Jones wrote:
man postmap the -s and -q options may be of particular interest.
Thanks Noel,
It worked fine in the end.
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 don't know if it is related, but it worked after I once tried:
# postmap -vs btree:/var/lib/postfix/verify_cache
i.e. with the -v option)
Thanks again,
Nick