diff options
Diffstat (limited to 'logcheck')
-rw-r--r-- | logcheck/ignore.d.server/local | 2 | ||||
-rw-r--r-- | logcheck/ignore.d.server/postfix | 2 | ||||
-rw-r--r-- | logcheck/ignore.d.workstation/local | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/logcheck/ignore.d.server/local b/logcheck/ignore.d.server/local index 543ebd2..5c65269 100644 --- a/logcheck/ignore.d.server/local +++ b/logcheck/ignore.d.server/local @@ -216,7 +216,7 @@ pop-before-smtp\[[0-9]+\]: (opening|closing) relay for [\.0-9]+( --- not in myne ### ignore.d.server/postfix postfix/[[:alnum:]]+\[[0-9]+\]: table has changed -- exiting$ postfix/cleanup\[[0-9]+\]: warning: premature end-of-input from cleanup socket while reading input attribute name$ -postfix/cleanup\[[0-9]+\]: [A-Z0-9]+: message-id=<[^>]+>$ +postfix/cleanup\[[0-9]+\]: [A-Z0-9]+: message-id=<[^>]+>( \([^\(\)]+\))?$ postfix/local\[[0-9]+\]: warning: unable to create lock file /var/mail/[[:alnum:]]+\.lock: Permission denied$ postfix/master\[[0-9]+\]: reload configuration$ postfix/n?qmgr\[[0-9]+\]: [A-Z0-9]+: skipped, still being delivered$ diff --git a/logcheck/ignore.d.server/postfix b/logcheck/ignore.d.server/postfix index aa88e19..a385247 100644 --- a/logcheck/ignore.d.server/postfix +++ b/logcheck/ignore.d.server/postfix @@ -1,6 +1,6 @@ postfix/[[:alnum:]]+\[[0-9]+\]: table has changed -- exiting$ postfix/cleanup\[[0-9]+\]: warning: premature end-of-input from cleanup socket while reading input attribute name$ -postfix/cleanup\[[0-9]+\]: [A-Z0-9]+: message-id=<[^>]+>$ +postfix/cleanup\[[0-9]+\]: [A-Z0-9]+: message-id=<[^>]+>( \([^\(\)]+\))?$ postfix/local\[[0-9]+\]: warning: unable to create lock file /var/mail/[[:alnum:]]+\.lock: Permission denied$ postfix/master\[[0-9]+\]: reload configuration$ postfix/n?qmgr\[[0-9]+\]: [A-Z0-9]+: skipped, still being delivered$ diff --git a/logcheck/ignore.d.workstation/local b/logcheck/ignore.d.workstation/local index 763ee45..00e8c1c 100644 --- a/logcheck/ignore.d.workstation/local +++ b/logcheck/ignore.d.workstation/local @@ -216,7 +216,7 @@ pop-before-smtp\[[0-9]+\]: (opening|closing) relay for [\.0-9]+( --- not in myne ### ignore.d.server/postfix postfix/[[:alnum:]]+\[[0-9]+\]: table has changed -- exiting$ postfix/cleanup\[[0-9]+\]: warning: premature end-of-input from cleanup socket while reading input attribute name$ -postfix/cleanup\[[0-9]+\]: [A-Z0-9]+: message-id=<[^>]+>$ +postfix/cleanup\[[0-9]+\]: [A-Z0-9]+: message-id=<[^>]+>( \([^\(\)]+\))?$ postfix/local\[[0-9]+\]: warning: unable to create lock file /var/mail/[[:alnum:]]+\.lock: Permission denied$ postfix/master\[[0-9]+\]: reload configuration$ postfix/n?qmgr\[[0-9]+\]: [A-Z0-9]+: skipped, still being delivered$ |