aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Chen <jonc@chen.org.nz>2022-04-09 17:58:22 +0000
committerMichael Gmelin <grembo@FreeBSD.org>2022-04-09 17:58:22 +0000
commitadbaba0606ebeb620dc7425d43b8fe83a6eff08f (patch)
treefbc557b82cd9f92bf6ac4c6dcb283584d0251f31
parentad122b33a42e2cc81fca5b02c164ad1792cb356b (diff)
downloadports-adbaba0606ebeb620dc7425d43b8fe83a6eff08f.tar.gz
ports-adbaba0606ebeb620dc7425d43b8fe83a6eff08f.zip
mail/spampd: Unbreak with spamassassin 3.4+
PR: 262235
-rw-r--r--mail/spampd/Makefile2
-rw-r--r--mail/spampd/files/spampd.in3
2 files changed, 2 insertions, 3 deletions
diff --git a/mail/spampd/Makefile b/mail/spampd/Makefile
index b32e09bd6346..a722e979fb4e 100644
--- a/mail/spampd/Makefile
+++ b/mail/spampd/Makefile
@@ -2,7 +2,7 @@
PORTNAME= spampd
PORTVERSION= 2.61
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail perl5
MAINTAINER= ports@FreeBSD.org
diff --git a/mail/spampd/files/spampd.in b/mail/spampd/files/spampd.in
index e74206334207..b55059fdfaf0 100644
--- a/mail/spampd/files/spampd.in
+++ b/mail/spampd/files/spampd.in
@@ -22,8 +22,7 @@ rcvar=spampd_enable
: ${spampd_enable="NO"}
: ${spampd_pidfile="/var/run/spamd/spampd.pid"}
-: ${spampd_flags="--user=spamd --group=spamd --host 127.0.0.1:10024 --relayhost=127.0.0.1:10025 --dose --tagall --auto-whitelist"}
-
+: ${spampd_flags="--user=spamd --group=spamd --homedir=/var/spool/spamd --host=127.0.0.1:10025 --relayhost=127.0.0.1:10026 --dose --tagall"}
load_rc_config $name
command="%%PREFIX%%/sbin/$name"