diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2007-09-30 13:34:59 +0200 |
---|---|---|
committer | Johannes Berg <johannes@sipsolutions.net> | 2007-09-30 13:34:59 +0200 |
commit | d30cef3c11f07889c2f8e86340b013174d28fc5c (patch) | |
tree | b4c935edff52f9829e1e8fd927a681596e26b4a8 /defconfig | |
parent | 96730567e4a1fc835ed8a2c93988c2cacd1f914c (diff) | |
download | dovecot-antispam-d30cef3c11f07889c2f8e86340b013174d28fc5c.tar.gz dovecot-antispam-d30cef3c11f07889c2f8e86340b013174d28fc5c.tar.xz dovecot-antispam-d30cef3c11f07889c2f8e86340b013174d28fc5c.zip |
start of rewrite
Diffstat (limited to 'defconfig')
-rw-r--r-- | defconfig | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/defconfig b/defconfig new file mode 100644 index 0000000..c9ac677 --- /dev/null +++ b/defconfig @@ -0,0 +1,25 @@ +# Example plugin build time configuration +# +# This file lists the configuration options that are used when building the +# antispam plugin. All lines starting with # are ignored. Configuration option +# lines must be commented out completely, if they are not to be included, +# i.e. just setting VARIABLE=n is not disabling that variable. +# +# This file is included in Makefile, so variables like CFLAGS and LIBS can also +# be modified from here. In most cases, these lines should use += in order not +# to override previous values of the variables. +# +# IMPORTANT NOTE: If you change the config, you need to run 'make clean'! + +# Dovecot build directory +# (building the plugin requires configured dovecot sources) +DOVECOT=.. + +# backend +# - dspam-exec: direct dspam training by calling dspam executable +BACKEND=dspam-exec + + +# enable debugging to syslog or stderr +DEBUG=stderr +#DEBUG=syslog |