File: spampd.default

package info (click to toggle)
spampd 2.30-22.2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 224 kB
  • ctags: 80
  • sloc: perl: 557; sh: 272; makefile: 88
file content (55 lines) | stat: -rw-r--r-- 1,248 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Defaults file for spampd, the spam proxy daemon
# (spampd is using spamassassin to scan mails)

# On boolean options, 0 means off/no/false, 1 means on/yes/true

# Wether or not to start spampd (0/1)
STARTSPAMPD=1

# where to put the PID file
PIDFILE=/var/run/spampd.pid

# The IP to listen on
LISTENHOST=127.0.0.1

# The port to listen on
LISTENPORT=10025

# The host to forward the connection to
DESTHOST=127.0.0.1

# The port to forward the connection to
DESTPORT=10026

# How many parallel checks can be done in parallel
CHILDREN=3

# user ID to run as
USERID=spampd

# group ID to run as
GRPID=spampd

# Wether or not to tag all messages (0/1)
TAGALL=1

# Wether or not to use auto-whitelisting (0/1)
AUTOWHITELIST=0

# Wether or not to do only local checks 
# if this is turned on, no network based checks
# (like DNS-Blacklists) are done. (0/1)
LOCALONLY=1

# Wether to prefer INET (network,1) for syslog logging
# instead of UNIX (unix domain socket,0) (0/1)
LOGINET=0

# Any additional parameters you want to pass to spampd
#
# The following sample entry enables use of a config file 
# by spampd which can be used to override parameters from
# the system-wide SpamAssassin configuration
#
#ADDOPTS="--config=/etc/spampd.conf"
ADDOPTS=""