From 318255d4921caaf82c3c48d90bd9135d0ff41453 Mon Sep 17 00:00:00 2001 From: Jonathan Chen Date: Sat, 9 Apr 2022 19:58:22 +0200 Subject: [PATCH] mail/spampd: Unbreak with spamassassin 3.4+ PR: 262235 (cherry picked from commit adbaba0606ebeb620dc7425d43b8fe83a6eff08f) --- mail/spampd/Makefile | 2 +- mail/spampd/files/spampd.in | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/mail/spampd/Makefile b/mail/spampd/Makefile index b32e09bd63468..a722e979fb4e2 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 e742063342079..b55059fdfaf0a 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"