1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-12-12 10:45:14 +02:00

Fix destination hash

This commit is contained in:
andryyy 2017-07-05 12:31:52 +02:00
parent c30f54d368
commit 7f47af1d60

View File

@ -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 {