diff -Naur dspam-3.6.8/src/dspam.conf.in dspam-3.6.8-patched/src/dspam.conf.in --- dspam-3.6.8/src/dspam.conf.in 2006-05-14 16:40:44.000000000 +0100 +++ dspam-3.6.8-patched/src/dspam.conf.in 2006-07-15 21:13:03.000000000 +0100 @@ -131,6 +131,8 @@ Trust mailnull Trust smmsp Trust daemon +Trust dspam +Trust apache #Trust nobody #Trust majordomo @@ -644,7 +646,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: @@ -652,7 +654,7 @@ # standard: Standard LMTP server, for communicating with Postfix or other MTA # auto: Speak both DLMTP and LMTP; auto-detect by ServerPass.IDENT # -#ServerMode dspam +#ServerMode auto # If supporting DLMTP (dspam) mode, dspam clients will require authentication # as they will be passing in parameters. The idents below will be used to @@ -680,7 +682,7 @@ # 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