diff options
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 |