diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-05 21:03:37 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-05 21:03:37 +0000 |
commit | 0acdf4f50f639f6f04248fb2957f4fd554642a5d (patch) | |
tree | d5f9199b392712583b1bc5f742013eb959cecc57 /mail/dspam/files/patch-dspam.conf.in | |
parent | Upgrade to 1.4.1. (diff) |
- Update to 3.4.5
PR: ports/80442
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=134678
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 |