diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2007-09-30 18:24:28 +0200 |
---|---|---|
committer | Johannes Berg <johannes@sipsolutions.net> | 2007-09-30 18:24:28 +0200 |
commit | 94e5e07c847768a15157c183aaa3bcb914e1afc2 (patch) | |
tree | b4c51e1193472297d48cc3bc39053e9fe9f8d408 /defconfig | |
parent | 79a2ad5cb09df93f150c1afa231554eb9b37dc6b (diff) | |
download | dovecot-antispam-94e5e07c847768a15157c183aaa3bcb914e1afc2.tar.gz dovecot-antispam-94e5e07c847768a15157c183aaa3bcb914e1afc2.tar.xz dovecot-antispam-94e5e07c847768a15157c183aaa3bcb914e1afc2.zip |
Make it build against dovecot 1.1
Untested, use at your own risk, mostly consisted of copying
changes from the cmd-copy.c implementation into plugin.c.
Diffstat (limited to 'defconfig')
-rw-r--r-- | defconfig | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -13,7 +13,12 @@ # Dovecot build directory # (building the plugin requires configured dovecot sources) -DOVECOT=.. +DOVECOT=../dovecot-1.0.5 +#DOVECOT=../dovecot-1.1 + +# Dovecot version to build against +DOVECOT_VERSION=10000 # version 1.0 +#DOVECOT_VERSION=10100 # version 1.1 # backend # - dspam-exec: direct dspam training by calling dspam executable @@ -22,4 +27,4 @@ BACKEND=dspam-exec # enable debugging to syslog or stderr #DEBUG=stderr -#DEBUG=syslog +DEBUG=syslog |