1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-12-12 10:45:14 +02:00

[Dovecot] Ignore watchdog IP in logs, filter by syslog-ng

This commit is contained in:
andryyy 2017-10-11 11:23:20 +02:00
parent e107cbef5e
commit 7c46d6548b

View File

@ -39,12 +39,13 @@ destination d_redis_cleanup {
);
};
filter f_mail { facility(mail); };
filter f_not_watchdog { not message("172\.22\.1\.248"); };
log {
source(s_src);
filter(f_not_watchdog);
destination(d_stdout);
filter(f_mail);
destination(d_redis_ui_log);
destination(d_redis_f2b_channel);
destination(d_redis_cleanup);
};