[Dovecot] Install from repository

This commit is contained in:
andryyy
2019-07-28 21:34:42 +02:00
parent 2061181d82
commit 97c2fe9fe1
5 changed files with 68 additions and 81 deletions

View File

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