mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-31 10:41:31 +00:00
[Compose, Dovecot] Fixed missing ltrim
This commit is contained in:
@@ -20,6 +20,7 @@ destination d_redis_ui_log {
|
||||
persist-name("redis1")
|
||||
port(6379)
|
||||
command("LPUSH" "DOVECOT_MAILLOG" "$(format-json time=\"$S_UNIXTIME\" priority=\"$PRIORITY\" program=\"$PROGRAM\" message=\"$MESSAGE\")\n")
|
||||
command("LTRIM" "DOVECOT_MAILLOG" "0" "10000")
|
||||
);
|
||||
};
|
||||
destination d_redis_f2b_channel {
|
||||
|
||||
Reference in New Issue
Block a user