~ubuntu-branches/ubuntu/lucid/dovecot-antispam/lucid-proposed

« back to all changes in this revision

Viewing changes to debian/dovecot-antispam-config

  • Committer: Bazaar Package Importer
  • Author(s): Jonny Lamb
  • Date: 2009-03-04 16:06:42 UTC
  • Revision ID: james.westby@ubuntu.com-20090304160642-8vlsxsbi46u2gg2y
Tags: 1.1+20090218.git.g28075fa-1
Initial release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Example plugin build time configuration
 
2
#
 
3
# This file lists the configuration options that are used when building the
 
4
# antispam plugin. All lines starting with # are ignored. Configuration option
 
5
# lines must be commented out completely, if they are not to be included,
 
6
# i.e. just setting VARIABLE=n is not disabling that variable.
 
7
#
 
8
# This file is included in Makefile, so variables like CFLAGS and LIBS can also
 
9
# be modified from here. In most cases, these lines should use += in order not
 
10
# to override previous values of the variables.
 
11
 
 
12
# backend (select exactly one)
 
13
#  dspam-exec           - direct dspam training by calling dspam executable
 
14
#  signature-log        - signature logging using dovecot's dict API
 
15
#  mailtrain            - send mail to special addresses for training
 
16
#  crm114-exec          - direct crm114 training by calling mailreaver.crm
 
17
#BACKEND=dspam-exec
 
18
#BACKEND=signature-log
 
19
BACKEND=mailtrain
 
20
#BACKEND=crm114-exec
 
21
 
 
22
# Dovecot build/header directory
 
23
# Building the plugin requires configured dovecot sources or having
 
24
# configured it with --enable-header-install in which case you can
 
25
# point DOVECOT= to the installed headers too.
 
26
#DOVECOT=../dovecot-1.0.5
 
27
#DOVECOT=../dovecot-1.1
 
28
DOVECOT=/usr/include/dovecot
 
29
 
 
30
# install directory for 'make install'
 
31
# NB no need for a final '/'
 
32
INSTALLDIR=/usr/lib/dovecot/modules/imap
 
33
# The user and group for the installed plugin
 
34
USER=root
 
35
GROUP=root
 
36
 
 
37
# enable debugging to syslog or stderr
 
38
#DEBUG=stderr
 
39
#DEBUG=syslog
 
40
 
 
41
# verbose debugging (lots of output!)
 
42
#DEBUG_VERBOSE=1
 
43
 
 
44
# plugin name, change only if you need to rename the plugin
 
45
# (because, for example, you need two instances for different
 
46
# spam filters installed)
 
47
PLUGINNAME=antispam
 
48
 
 
49
# extra CFLAGS
 
50
# CFLAGS += -g3