Ändrade antalsvärdena till att stämma bättre överens med vad som faktiskt lagras, ökade greylist till 10000 och whitelist till 500.

This commit is contained in:
2007-10-19 08:26:18 +00:00
parent 182b5df19a
commit ada5e9818c

View File

@@ -26,11 +26,11 @@ if [ "$1" = "config" ]; then
echo 'graph_period second'
echo 'graph_info This graph shows the current number of greylisted and whitelisted senders.'
echo 'grey.label Greylisted'
echo 'grey.max 1000'
echo 'grey.max 10000'
echo 'grey.min 0'
echo 'grey.info The number of greylisted hosts.'
echo 'white.label Whitelisted'
echo 'white.max 1000'
echo 'white.max 500'
echo 'white.min 0'
echo 'white.info The number of whitelisted hosts.'
exit 0