]> git.pld-linux.org Git - packages/dspam.git/blobdiff - dspam-config.patch
- configure pid path
[packages/dspam.git] / dspam-config.patch
diff --git a/dspam-config.patch b/dspam-config.patch
new file mode 100644 (file)
index 0000000..325be99
--- /dev/null
@@ -0,0 +1,28 @@
+--- dspam-3.6.5/src/dspam.conf.in      2006-05-07 17:50:47.237384276 +0300
++++ dspam-3.6.5/src/dspam.conf.in      2006-05-07 18:06:11.478026243 +0300
+@@ -635,7 +635,7 @@
+ #
+ #ServerPort           24
+ #ServerQueueSize      32
+-#ServerPID              /var/run/dspam.pid
++ServerPID              /var/run/dspam/dspam.pid
+ #
+ # ServerMode specifies the type of LMTP server to start. This can be one of:
+@@ -671,14 +671,14 @@
+ # you are running the client and server on the same machine, as it eliminates
+ # much of the bandwidth overhead.
+ #
+-#ServerDomainSocketPath  "/tmp/dspam.sock"
++ServerDomainSocketPath  "/var/run/dspam/dspam.sock"
+ #
+ # Client Mode: If you are running DSPAM in client/server mode, uncomment and
+ # set these variables. A ClientHost beginning with a / will be treated as
+ # a domain socket.
+ #
+-#ClientHost   /tmp/dspam.sock
++#ClientHost   "/var/run/dspam/dspam.sock"
+ #ClientIdent  "secret@Relay1"
+ #
+ #ClientHost   127.0.0.1
This page took 0.064878 seconds and 4 git commands to generate.