diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2011-02-27 11:12:21 +0100 |
---|---|---|
committer | Johannes Berg <johannes@sipsolutions.net> | 2011-02-27 11:12:21 +0100 |
commit | b10c78cde4afcdc9fbd1be25bd7750e1a9cb69a7 (patch) | |
tree | acb58dc420fc2b0a1487f4a922dcc9c18426a87b | |
parent | ca91e1366a57ff45597168592781cdaf35af48a0 (diff) | |
download | dovecot-antispam-b10c78cde4afcdc9fbd1be25bd7750e1a9cb69a7.tar.gz dovecot-antispam-b10c78cde4afcdc9fbd1be25bd7750e1a9cb69a7.tar.xz dovecot-antispam-b10c78cde4afcdc9fbd1be25bd7750e1a9cb69a7.zip |
remove BACKEND from defconfig
Diffstat (limited to '')
-rw-r--r-- | defconfig | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -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 |