[Postfix] Fix redis log destination hash

master
andryyy 2017-07-05 12:03:08 +02:00
parent 2fadfee61a
commit 87cc5f54ff
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ destination d_redis_persistent_log {
host("redis-mailcow")
persist-name("redis1")
port(6379)
command("LPUSH" "SOGO_LOG" "$(format-json time=\"$S_UNIXTIME\" priority=\"$PRIORITY\" program=\"$PROGRAM\" message=\"$MESSAGE\")\n")
command("LPUSH" "POSTFIX_LOG" "$(format-json time=\"$S_UNIXTIME\" priority=\"$PRIORITY\" program=\"$PROGRAM\" message=\"$MESSAGE\")\n")
);
};
destination d_redis_f2b_channel {