diff options
author | Jonas Smedegaard <dr@jones.dk> | 2001-09-28 16:51:41 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2001-09-28 16:51:41 +0000 |
commit | c19cfa8a7d4947f666eb7dfafc73e0085c9fa0f7 (patch) | |
tree | 07755ca9f4c2572a9ae924d7a38900241c2a3f3c | |
parent | ee9a4b42555599f46aba2d5adf9d52e53ead8e37 (diff) |
logcheck: Allow "-" (dash) in hostnames.
-rw-r--r-- | logcheck/ignore.d.server/local | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/logcheck/ignore.d.server/local b/logcheck/ignore.d.server/local index e9cfd0d..3e4ef77 100644 --- a/logcheck/ignore.d.server/local +++ b/logcheck/ignore.d.server/local @@ -77,11 +77,11 @@ postfix.* table has changed -- exiting postfix/smtp\[.*\]: .*: to=<.*>, relay=none, delay=[[:digit:]]+, status=deferred \(connect to .*\[.*\]: (Connection refused|server refused mail service)\) postfix/smtp\[.*\]: connect to .*\[.*\]: (Connection (refused|timed out)|read timeout|server (refused mail service|dropped connection)|No route to host) \(port 25\) postfix/smtp\[.*\]: warning: numeric domain name in resource data of MX record for .*: [\.[:digit:]]+ -postfix/smtp\[.*\]: warning: no MX host for [\.[:alnum:]]+ has a valid A record -postfix/smtp\[.*\]: warning: host [\.[:alnum:]]+\[[\.[:digit:]]+\] greeted me with my own hostname [\.[:alnum:]]+ -postfix/smtpd\[.*\]: (lost connection|timeout) after [^ ]+ from [\.[:alnum:]]+\[[\.[:digit:]]+\] +postfix/smtp\[.*\]: warning: no MX host for [\.-[:alnum:]]+ has a valid A record +postfix/smtp\[.*\]: warning: host [\.-[:alnum:]]+\[[\.[:digit:]]+\] greeted me with my own hostname [\.-[:alnum:]]+ +postfix/smtpd\[.*\]: (lost connection|timeout) after [^ ]+ from [\.-[:alnum:]]+\[[\.[:digit:]]+\] postfix/smtpd\[.*\]: warning: .*: address not listed for hostname .* -postfix/smtpd\[.*\]: warning: .*: hostname [\.[:alnum:]]+ verification failed: Host (name has no address|not found) +postfix/smtpd\[.*\]: warning: .*: hostname [\.-[:alnum:]]+ verification failed: Host (name has no address|not found) proftpd\[.*\]: .* \(.*\) - FTP session opened\. proftpd\[.*\]: .* \(.*\) - USER (anonymous|ftp) \(Login failed\): Can't find user\. smbd\[.*\]: read_socket_data: recv failure for 4\. Error = Connection reset by peer |