Sfoglia il codice sorgente

[Postfix] Fix redis log destination hash

andryyy 8 anni fa
parent
commit
87cc5f54ff
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      data/Dockerfiles/postfix/syslog-ng.conf

+ 1 - 1
data/Dockerfiles/postfix/syslog-ng.conf

@@ -20,7 +20,7 @@ destination d_redis_persistent_log {
     host("redis-mailcow")
     host("redis-mailcow")
     persist-name("redis1")
     persist-name("redis1")
     port(6379)
     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 {
 destination d_redis_f2b_channel {