]> git.pld-linux.org Git - packages/dspam.git/blob - dspam-config.patch
- disable parallel build (thx sparky)
[packages/dspam.git] / dspam-config.patch
1 --- dspam-3.9.0/src/dspam.conf.in~      2010-01-11 22:21:58.000000000 +0100
2 +++ dspam-3.9.0/src/dspam.conf.in       2010-04-27 00:48:15.000000000 +0200
3 @@ -43,7 +43,7 @@
4  # Other popular configurations:
5  #TrustedDeliveryAgent "/usr/cyrus/bin/deliver" # Cyrus
6  #TrustedDeliveryAgent "/bin/maildrop"          # Maildrop
7 -#TrustedDeliveryAgent "/usr/local/sbin/exim -oMr spam-scanned" # Exim
8 +#TrustedDeliveryAgent "/usr/bin/exim -oMr spam-scanned" # Exim
9  #
10  TrustedDeliveryAgent "@delivery_agent@"
11  
12 @@ -130,6 +130,7 @@
13  Trust root
14  Trust dspam
15  Trust apache
16 +Trust http
17  Trust mail
18  Trust mailnull 
19  Trust smmsp
20 @@ -778,7 +779,7 @@
21  #ServerHost            127.0.0.1
22  #ServerPort            24
23  #ServerQueueSize       32
24 -#ServerPID             /var/run/dspam.pid
25 +ServerPID              /var/run/dspam/dspam.pid
26  
27  #
28  # ServerMode specifies the type of LMTP server to start. This can be one of:
29 @@ -814,14 +815,14 @@
30  # you are running the client and server on the same machine, as it eliminates
31  # much of the bandwidth overhead.
32  #
33 -#ServerDomainSocketPath        "/tmp/dspam.sock"
34 +ServerDomainSocketPath "/var/run/dspam/dspam.sock"
35  
36  #
37  # Client Mode: If you are running DSPAM in client/server mode, uncomment and
38  # set these variables. A ClientHost beginning with a / will be treated as
39  # a domain socket.
40  #
41 -#ClientHost    /tmp/dspam.sock
42 +#ClientHost    /var/run/dspam/dspam.sock
43  #ClientIdent   "secret@Relay1"
44  #
45  #ClientHost    127.0.0.1
This page took 0.063032 seconds and 3 git commands to generate.