mirror of
https://github.com/Mailu/Mailu.git
synced 2025-05-17 22:22:39 +02:00
Drop rsyslog localhost messages with IPv6 address
This commit is contained in:
parent
23b09518db
commit
7225cb0d3e
@ -30,6 +30,7 @@ module(load="imuxsock")
|
||||
|
||||
# Discard messages from local test requests
|
||||
:msg, contains, "connect from localhost[127.0.0.1]" ~
|
||||
:msg, contains, "connect from localhost[::1]" ~
|
||||
|
||||
{% if POSTFIX_LOG_FILE %}
|
||||
# Log mail logs to file
|
||||
|
Loading…
x
Reference in New Issue
Block a user