diff --git a/plugins/mail/postfix_stats b/plugins/mail/postfix_stats index afb508fe..d21fd78e 100755 --- a/plugins/mail/postfix_stats +++ b/plugins/mail/postfix_stats @@ -67,7 +67,7 @@ if [ "$1" = 'config' ]; then echo "${i}.label ${i}" echo "${i}.type DERIVE" echo "${i}.min 0" - echo "${i}.draw STACK" + echo "${i}.draw AREASTACK" done exit 0