Michael W. Lucas via Postfix-users:
> Hi,
> 
> Is there a way to dump the postscreen database, showing which
> addresses are cached and why?
> 
> Running postfix 3.8 on FreeBSD.

postmap -s

The database contains tuples with (client IP address, list of
timestamps). Each timestamp indicates when the corresponding test
result expires, or whether a test is disabled. 

It's an internal interface, so tools that depend on it may break
as the format evolves. If you are not using LMDB, the file may
change while you're dumping it (LMDB reports the contents of a
temporary snapshot).

        Wietse
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to