--- ./src/dspam.conf.in.orig 2011-06-30 21:07:00.000000000 +0300 +++ ./src/dspam.conf.in 2011-07-30 17:47:14.000000000 +0300 @@ -56,6 +56,7 @@ # necessary if you plan on allowing untrusted processing. # #UntrustedDeliveryAgent "/usr/bin/procmail -d %u" +#UntrustedDeliveryAgent "@delivery_agent@" # # SMTP or LMTP Delivery: Alternatively, you may wish to use SMTP or LMTP @@ -89,6 +90,7 @@ # spam. Use %u to specify the user DSPAM is processing mail for. # #QuarantineAgent "/usr/bin/procmail -d spam" +#QuarantineAgent "@delivery_agent@" # # DSPAM can optionally process "plused users" (addresses in the user+detail @@ -346,7 +348,7 @@ # Storage driver settings: Specific to a particular storage driver. Uncomment # the configuration specific to your installation, if applicable. # -#MySQLServer /var/lib/mysql/mysql.sock +#MySQLServer /tmp/mysql.sock #MySQLPort #MySQLUser dspam #MySQLPass changeme @@ -768,6 +770,7 @@ # without processing. Value is in bytes. # #MaxMessageSize 4194304 +MaxMessageSize 307200 # --- ClamAV --- @@ -800,6 +803,7 @@ #ServerHost 127.0.0.1 #ServerPort 24 #ServerQueueSize 32 +# keep this is sync with /usr/local/etc/rc.d/dspam rc script #ServerPID /var/run/dspam.pid # @@ -836,7 +840,8 @@ # you are running the client and server on the same machine, as it eliminates # much of the bandwidth overhead. # -#ServerDomainSocketPath "/tmp/dspam.sock" +# keep this is sync with /usr/local/etc/rd.d/dspam[.sh] rc.d script +#ServerDomainSocketPath "/var/run/dspam.sock" # # Client Mode: If you are running DSPAM in client/server mode, uncomment and