From b10c78cde4afcdc9fbd1be25bd7750e1a9cb69a7 Mon Sep 17 00:00:00 2001 From: Johannes Berg Date: Sun, 27 Feb 2011 11:12:21 +0100 Subject: remove BACKEND from defconfig --- defconfig | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'defconfig') diff --git a/defconfig b/defconfig index 3bbda18..f6de237 100644 --- a/defconfig +++ b/defconfig @@ -9,18 +9,6 @@ # be modified from here. In most cases, these lines should use += in order not # to override previous values of the variables. -# backend (select exactly one) -# dspam-exec - direct dspam training by calling dspam executable -# signature-log - signature logging using dovecot's dict API -# mailtrain - send mail to special addresses for training -# crm114-exec - direct crm114 training by calling mailreaver.crm -# spool2dir - spool trained emails to a directory -#BACKEND=dspam-exec -#BACKEND=signature-log -#BACKEND=mailtrain -#BACKEND=crm114-exec -#BACKEND=spool2dir - # Dovecot build/header directory # Building the plugin requires configured dovecot sources or having # configured it with --enable-header-install in which case you can -- cgit v1.2.3 From 2e82b97c5411b2b9d2c5d9615260cb7724153e96 Mon Sep 17 00:00:00 2001 From: Johannes Berg Date: Tue, 8 Mar 2011 15:59:35 +0100 Subject: more no-plugin cleanup --- defconfig | 3 --- 1 file changed, 3 deletions(-) (limited to 'defconfig') diff --git a/defconfig b/defconfig index f6de237..361c0c5 100644 --- a/defconfig +++ b/defconfig @@ -20,9 +20,6 @@ DOVECOT=/usr/include/dovecot # install directory for 'make install' # NB no need for a final '/' INSTALLDIR=/usr/lib/dovecot/modules/imap -# The user and group for the installed plugin -USER=root -GROUP=root # enable debugging to syslog or stderr #DEBUG=stderr -- cgit v1.2.3 From 27d016eeb4536fdebd89882133fc5daa614ecf17 Mon Sep 17 00:00:00 2001 From: Johannes Berg Date: Sat, 12 Mar 2011 12:27:23 +0100 Subject: make debugging dynamic --- defconfig | 7 ------- 1 file changed, 7 deletions(-) (limited to 'defconfig') diff --git a/defconfig b/defconfig index 361c0c5..0eb1db3 100644 --- a/defconfig +++ b/defconfig @@ -21,13 +21,6 @@ DOVECOT=/usr/include/dovecot # NB no need for a final '/' INSTALLDIR=/usr/lib/dovecot/modules/imap -# enable debugging to syslog or stderr -#DEBUG=stderr -#DEBUG=syslog - -# verbose debugging (lots of output!) -#DEBUG_VERBOSE=1 - # plugin name, change only if you need to rename the plugin # (because, for example, you need two instances for different # spam filters installed) -- cgit v1.2.3 From 808eaa49efe2dc2438ef98ddf4bac4cfd2898a3d Mon Sep 17 00:00:00 2001 From: Johannes Berg Date: Sat, 12 Mar 2011 13:03:45 +0100 Subject: remove need for .config file --- defconfig | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'defconfig') diff --git a/defconfig b/defconfig index 0eb1db3..34a1633 100644 --- a/defconfig +++ b/defconfig @@ -13,18 +13,21 @@ # Building the plugin requires configured dovecot sources or having # configured it with --enable-header-install in which case you can # point DOVECOT= to the installed headers too. +# If unset, it defaults to /usr/include/dovecot which typically is the +# right place so you don't have to worry about it. #DOVECOT=../dovecot-1.0.5 #DOVECOT=../dovecot-1.1 -DOVECOT=/usr/include/dovecot +#DOVECOT=/usr/include/dovecot # install directory for 'make install' # NB no need for a final '/' INSTALLDIR=/usr/lib/dovecot/modules/imap # plugin name, change only if you need to rename the plugin -# (because, for example, you need two instances for different -# spam filters installed) -PLUGINNAME=antispam +# (for backward compatibility reasons, there no longer is a +# need for this since backends can be configured dynamically). +# If unset, defaults to "antispam" which is what you want. +# PLUGINNAME=antispam # extra CFLAGS # CFLAGS += -g3 -- cgit v1.2.3