diff --git a/get_number_of_deferred_mailqueue.sh b/get_number_of_deferred_mailqueue.sh index d360f7f..384a69a 100755 --- a/get_number_of_deferred_mailqueue.sh +++ b/get_number_of_deferred_mailqueue.sh @@ -14,12 +14,12 @@ host_name=`hostname -f` from_address="postfix@$host_name" content_type='Content-Type: text/plain;\n charset="utf-8"' +default_notification_addresses="argus@oopen.de" + postfix_queue_dir=/var/spool/postfix declare -i count_warn - -default_notification_addresses="argus@oopen.de" -declare -i default_count_warn=100 +declare -i default_count_warn=80 # ----------