diff options
| author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2011-08-01 10:34:44 +0000 |
|---|---|---|
| committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2011-08-01 10:34:44 +0000 |
| commit | 8258534967c77eec2c43b3bf8bdd639e8e5279e9 (patch) | |
| tree | 7b0c17f9bc332068f60ba920adf7bfde4c77355c /mail/dspam-devel/files/patch-src_dspam.conf.in | |
| parent | - Fix PKGNAMEPREFIX (diff) | |
Update to 3.10.0 rc1, which is pretty much the upcoming 3.10.0 release,
so unIGNORE.
Adjust the port to be closer to mail/dspam.
Diffstat (limited to 'mail/dspam-devel/files/patch-src_dspam.conf.in')
| -rw-r--r-- | mail/dspam-devel/files/patch-src_dspam.conf.in | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/mail/dspam-devel/files/patch-src_dspam.conf.in b/mail/dspam-devel/files/patch-src_dspam.conf.in deleted file mode 100644 index 81ace77090a8..000000000000 --- a/mail/dspam-devel/files/patch-src_dspam.conf.in +++ /dev/null @@ -1,53 +0,0 @@ ---- src/dspam.conf.in.dist Fri Feb 25 23:08:31 2005 -+++ src/dspam.conf.in Fri Feb 25 23:19:02 2005 -@@ -35,6 +35,7 @@ - # necessary if you plan on allowing untrusted processing. - # - #UntrustedDeliveryAgent "/usr/bin/procmail -d %u" -+#UntrustedDeliveryAgent "@delivery_agent@" - - # - # LMTP Delivery: Alternatively, you may wish to use LMTP delivery to deliver -@@ -53,6 +54,7 @@ - # 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 -@@ -179,7 +181,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 -@@ -385,6 +387,7 @@ - # without processing. Value is in bytes. - # - #MaxMessageSize 4194304 -+MaxMessageSize 307200 - - # - # Daemonized Server: If you are running DSPAM as a daemonized server using -@@ -396,6 +399,7 @@ - # - #ServerPort 24 - #ServerQueueSize 32 -+# keep this is sync with /usr/local/etc/rc.d/dspam[.sh] rc.d script - #ServerPID /var/run/dspam.pid - - # -@@ -422,7 +426,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 |
