diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2007-10-01 14:17:23 +0200 |
---|---|---|
committer | Johannes Berg <johannes@sipsolutions.net> | 2007-10-01 14:17:23 +0200 |
commit | 74b2bd7184ad32939235be32452d3569bba67370 (patch) | |
tree | 24e2113b9599241793cb0ae38e7bc1fa2736aad4 /defconfig | |
parent | 40c43ecda62039059360b400dde4dc44edc67c3a (diff) | |
download | dovecot-antispam-74b2bd7184ad32939235be32452d3569bba67370.tar.gz dovecot-antispam-74b2bd7184ad32939235be32452d3569bba67370.tar.xz dovecot-antispam-74b2bd7184ad32939235be32452d3569bba67370.zip |
start box plugin experiment, seems not to work
Diffstat (limited to 'defconfig')
-rw-r--r-- | defconfig | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -20,8 +20,8 @@ DOVECOT=../dovecot-1.0.5 #DOVECOT=/usr/include/dovecot # Dovecot version to build against -DOVECOT_VERSION=10000 # version 1.0 -#DOVECOT_VERSION=10100 # version 1.1 +DOVECOT_VERSION=1.0 +#DOVECOT_VERSION=1.1 # CURRENTLY BROKEN # backend # - dspam-exec: direct dspam training by calling dspam executable @@ -30,4 +30,4 @@ BACKEND=dspam-exec # enable debugging to syslog or stderr #DEBUG=stderr -#DEBUG=syslog +DEBUG=syslog |