Remove binary apk and use sieve_imap for antispam learning, fixes #33

This commit is contained in:
Pierre Jaury
2016-12-11 19:15:09 +01:00
parent f1be8d7fd5
commit f2ff1eb955
7 changed files with 26 additions and 19 deletions

View File

@@ -0,0 +1,11 @@
worker {
bind_socket = "0.0.0.0:11334";
type = "controller";
count = 1;
password = "mailu";
secure_ip = "127.0.0.1";
secure_ip = "::1";
static_dir = "${WWWDIR}";
.include(try=true; priority=1) "$LOCAL_CONFDIR/local.d/worker-controller.inc"
.include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/worker-controller.inc"
}