Differences
This shows you the differences between two versions of the page.
cbpadmin [2012-06-08 12:57] randerson created |
cbpadmin [2013-12-06 12:12] (current) rspencer Fix formatting |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | =====cbpadmin===== | + | ====== cbpadmin ====== |
cbpadmin is responsible for deleting old entries from the database. | cbpadmin is responsible for deleting old entries from the database. | ||
Line 14: | Line 15: | ||
Example: | Example: | ||
+ | |||
If you have these set to 7 days and 1 day and if you have an email which is successfully delivered, the tracking entry (source IP/sender/recipient) becomes authed (ie. it passed the greylisting) and will not be deleted until it is 7 days old. If you have spam which fails to pass greylisting, it is unauthed and the tracking entry will be deleted when it is more than 1 day old. | If you have these set to 7 days and 1 day and if you have an email which is successfully delivered, the tracking entry (source IP/sender/recipient) becomes authed (ie. it passed the greylisting) and will not be deleted until it is 7 days old. If you have spam which fails to pass greylisting, it is unauthed and the tracking entry will be deleted when it is more than 1 day old. | ||
Usage: | Usage: | ||
- | <code>./cbpadmin [args] | + | |
+ | <code> | ||
+ | ./cbpadmin [args] | ||
--config=/path/file Configuration file | --config=/path/file Configuration file | ||
--debug Put into debug mode | --debug Put into debug mode | ||
- | --cleanup Cleanup database records</code> | + | --cleanup Cleanup database records |
+ | </code> |