Date: Sat, 9 Apr 2022 17:59:57 GMT From: Michael Gmelin <grembo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: adbaba0606eb - main - mail/spampd: Unbreak with spamassassin 3.4+ Message-ID: <202204091759.239HxvlP083971@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by grembo: URL: https://cgit.FreeBSD.org/ports/commit/?id=adbaba0606ebeb620dc7425d43b8fe83a6eff08f commit adbaba0606ebeb620dc7425d43b8fe83a6eff08f Author: Jonathan Chen <jonc@chen.org.nz> AuthorDate: 2022-04-09 17:58:22 +0000 Commit: Michael Gmelin <grembo@FreeBSD.org> CommitDate: 2022-04-09 17:58:22 +0000 mail/spampd: Unbreak with spamassassin 3.4+ PR: 262235 --- 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 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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204091759.239HxvlP083971>