get_number_of_deferred_mailqueue.sh: change default warn warn value.
This commit is contained in:
parent
4788537cd9
commit
ed3c51946a
@ -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
|
||||
|
||||
|
||||
# ----------
|
||||
|
Loading…
Reference in New Issue
Block a user