소스 검색

Fix destination hash

andryyy 8 년 전
부모
커밋
7f47af1d60
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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")
     persist-name("redis1")
     port(6379)
-    command("LPUSH" "POSTFIX_LOG" "$(format-json time=\"$S_UNIXTIME\" priority=\"$PRIORITY\" program=\"$PROGRAM\" message=\"$MESSAGE\")\n")
+    command("LPUSH" "POSTFIX_MAILLOG" "$(format-json time=\"$S_UNIXTIME\" priority=\"$PRIORITY\" program=\"$PROGRAM\" message=\"$MESSAGE\")\n")
   );
 };
 destination d_redis_f2b_channel {