Commit d718bf70 authored by Thomas Capricelli's avatar Thomas Capricelli
Browse files

hostname is rather for the client

parent 1b5bc6bb31da
......@@ -107,7 +107,7 @@ class MemoryMixin:
#
# Postfix filters
#
POSTFIX_PREFIX = r"(?P<datetime>.*) (?P<hostname>.*) postfix/(smtps/)?smtpd\[(?P<pid>\d*)\]:"
POSTFIX_PREFIX = r"(?P<datetime>.*) (?P<servername>.*) postfix/(smtps/)?smtpd\[(?P<pid>\d*)\]:"
POSTFIX_REJECTED = POSTFIX_PREFIX + r" NOQUEUE: reject: RCPT from(.*)\[" + IPV4ORIPV6 + r"\]:"
POSTFIX_DATE_FORMAT = r"%b %d %H:%M:%S"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment