[Postfix, Dovecot, SOGo] Sanitize F2B logs

This commit is contained in:
andryyy
2021-04-07 21:27:05 +02:00
parent d71ce15dca
commit f60143e983
7 changed files with 9 additions and 9 deletions

View File

@@ -28,7 +28,7 @@ destination d_redis_f2b_channel {
host("redis-mailcow")
persist-name("redis2")
port(6379)
command("PUBLISH" "F2B_CHANNEL" "$MESSAGE")
command("PUBLISH" "F2B_CHANNEL" "$(sanitize $MESSAGE)")
);
};
filter f_mail { facility(mail); };