]> git.pld-linux.org Git - packages/dspam.git/blame - dspam-config.patch
- drop obsolete and outdated manual inclusion of rpm macros
[packages/dspam.git] / dspam-config.patch
CommitLineData
9785002f 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
6f0e7ab7 9 #
9785002f 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
6f0e7ab7
ER
22 #ServerPort 24
23 #ServerQueueSize 32
9785002f 24-#ServerPID /var/run/dspam.pid
25+ServerPID /var/run/dspam/dspam.pid
6f0e7ab7
ER
26
27 #
28 # ServerMode specifies the type of LMTP server to start. This can be one of:
9785002f 29@@ -814,14 +815,14 @@
6f0e7ab7
ER
30 # you are running the client and server on the same machine, as it eliminates
31 # much of the bandwidth overhead.
32 #
9785002f 33-#ServerDomainSocketPath "/tmp/dspam.sock"
34+ServerDomainSocketPath "/var/run/dspam/dspam.sock"
6f0e7ab7
ER
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
9785002f 42+#ClientHost /var/run/dspam/dspam.sock
6f0e7ab7
ER
43 #ClientIdent "secret@Relay1"
44 #
45 #ClientHost 127.0.0.1
This page took 0.108497 seconds and 4 git commands to generate.