diff options
Diffstat (limited to 'mail/dspam/files/patch-dspam.conf.in')
-rw-r--r-- | mail/dspam/files/patch-dspam.conf.in | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/mail/dspam/files/patch-dspam.conf.in b/mail/dspam/files/patch-dspam.conf.in deleted file mode 100644 index ab904e5b574d..000000000000 --- a/mail/dspam/files/patch-dspam.conf.in +++ /dev/null @@ -1,29 +0,0 @@ ---- dspam.conf.in.orig Thu Dec 30 19:18:14 2004 -+++ dspam.conf.in Thu Dec 30 19:20:02 2004 -@@ -34,7 +34,7 @@ - # the user DSPAM is processing mail for. This configuration parameter is only - # necessary if you plan on allowing untrusted processing. - # --#UntrustedDeliveryAgent "/usr/bin/procmail -d %u" -+#UntrustedDeliveryAgent "@delivery_agent@" - - # - # Quarantine Agent: DSPAM's default behavior is to quarantine all mail it -@@ -42,7 +42,7 @@ - # a quarantine agent which will be called with all messages DSPAM thinks is - # spam. Use %u to specify the user DSPAM is processing mail for. - # --#QuarantineAgent "/usr/bin/procmail -d spam" -+#QuarantineAgent "@delivery_agent@" - - # - # OnFail: What to do if local delivery or quarantine should fail. If set -@@ -169,7 +169,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 |