c5b78cda39
Mark BROKEN on HEAD because it fails to configure with PGSQL, a fix it's on the way, but I want to update the port for 6.2 release and the freeze it's comming. Port changes: - fix longtime standing bug regarding CLAMAV: if "WITHOUT_CLAMAV_LOCAL=true" clamav support wasn't compiled in - added Cyrus's 2.3 deliver as LDA OPTION Change features: - removed oracle driver (unmaintained, didn't work on FreeBSD anyway) New features: - ability to add tagline to messages based on their classification; see tagSpam and tagNonspam preferences in README Bug fixes: - fixed bugs from last release causing pgsql to fail on connection + other fixes - bugfix for segfault on mysql fail and null strlen calls for username
53 lines
1.6 KiB
Text
53 lines
1.6 KiB
Text
--- 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
|