diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2007-10-01 18:43:19 +0200 |
---|---|---|
committer | Johannes Berg <johannes@sipsolutions.net> | 2007-10-01 18:43:19 +0200 |
commit | 87a6e4456100893ff067c01a86160adbb83ac11e (patch) | |
tree | 53688001ebe29f3cbc5a7ec56cf4b040bb02ceaa /defconfig | |
parent | 306addd1d2987bf0df182910ad741d4edb52ba55 (diff) | |
download | dovecot-antispam-87a6e4456100893ff067c01a86160adbb83ac11e.tar.gz dovecot-antispam-87a6e4456100893ff067c01a86160adbb83ac11e.tar.xz dovecot-antispam-87a6e4456100893ff067c01a86160adbb83ac11e.zip |
revert default backend to dspam-exec
Diffstat (limited to 'defconfig')
-rw-r--r-- | defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,8 +26,8 @@ DOVECOT_VERSION=1.0 # backend # dspam-exec - direct dspam training by calling dspam executable # signature-log - signature logging using dovecot's dict API -#BACKEND=dspam-exec -BACKEND=signature-log +BACKEND=dspam-exec +#BACKEND=signature-log # install directory for 'make install' |