[SOGo] Remove thunderbird plugin generation, will move to docs

This commit is contained in:
andryyy
2017-07-05 10:22:43 +02:00
parent fa8b5c3ab1
commit 2fadfee61a
7 changed files with 6 additions and 177 deletions

View File

@@ -22,6 +22,7 @@ destination d_combined {
destination d_redis_persistent_log {
redis(
host("redis-mailcow")
persist-name("redis1")
port(6379)
command("LPUSH" "SOGO_LOG" "$(format-json time=\"$S_UNIXTIME\" priority=\"$PRIORITY\" program=\"$PROGRAM\" message=\"$MESSAGE\")\n")
);
@@ -29,6 +30,7 @@ destination d_redis_persistent_log {
destination d_redis_f2b_channel {
redis(
host("redis-mailcow")
persist-name("redis2")
port(6379)
command("PUBLISH" "F2B_CHANNEL" "$MESSAGE")
);