$NetBSD: patch-ad,v 1.2 2006/05/06 08:36:10 xtraeme Exp $ --- src/dspam.conf.in.orig 2006-02-15 22:06:35.000000000 +0200 +++ src/dspam.conf.in 2006-05-05 23:44:16.000000000 +0300 @@ -24,7 +24,7 @@ # this option. If you do not wish to lose all of your data, you will need to # migrate it to the new backend before making this change. # -StorageDriver @libdir@/@storage_driver@ +#StorageDriver @libdir@/@storage_driver@ # # Trusted Delivery Agent: Specifies the local delivery agent DSPAM should call @@ -53,7 +53,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 "@PREFIX@/bin/procmail -d %u" # # SMTP or LMTP Delivery: Alternatively, you may wish to use SMTP or LMTP @@ -76,7 +76,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 "@PREFIX@/bin/procmail -d spam" # # DSPAM can optionally process "plused users" (addresses in the user+detail @@ -264,7 +264,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 @@ -633,9 +633,9 @@ # specified. If you want the client machine to perform delivery, use # the --stdout option in conjunction with a local setup. # -#ServerPort 24 +#ServerPort 2400 #ServerQueueSize 32 -#ServerPID /var/run/dspam.pid +#ServerPID @DSPAM_PIDDIR@/dspam.pid # # ServerMode specifies the type of LMTP server to start. This can be one of: @@ -689,7 +689,7 @@ # If you are a reporting streamlined blackhole list participant, you can # touch ip addresses within the directory the rabl_client process is watching. # -#RABLQueue /var/spool/rabl +#RABLQueue @VARBASE@/spool/rabl # DataSource: If you are using any type of data source that does not include # email-like headers (such as documents), uncomment the line below. This