rspamd will be sad if redis functionality is used and it is unavailable. that is all. fix: # diff -u rspamd rspamd_fixed --- rspamd 2018-06-13 18:27:35.475683000 +0200 +++ rspamd_fixed 2018-06-13 18:27:25.391718000 +0200 @@ -3,7 +3,7 @@ # $FreeBSD: head/mail/rspamd/files/rspamd.in 420672 2016-08-23 12:41:19Z vsevolod $ # # PROVIDE: rspamd -# REQUIRE: LOGIN +# REQUIRE: LOGIN redis # KEYWORD: shutdown # # Add the following line to /etc/rc.conf to enable rspamd:
An MTA will be sad too if it could not connect to Rspamd milter. Probably we should add "# BEFORE: mail" as well.
(In reply to Alexander Moisseev from comment #1) SGTM. Should I attach a patch?
Created attachment 197261 [details] patch - add more rcorder conditions - move USES earlier - sort pkg-plist
A commit references this bug: Author: vsevolod Date: Thu Sep 20 18:05:06 UTC 2018 New revision: 480186 URL: https://svnweb.freebsd.org/changeset/ports/480186 Log: - Add more rcorder conditions [2] - Move USES earlier [2] - Sort pkg-plist [2] PR: 228990 Submitted by: Johan Bergstrom <bugs@bergstroem.nu> [1], Alexander Moisseev [2] Changes: head/mail/rspamd/Makefile head/mail/rspamd/files/rspamd.in head/mail/rspamd/pkg-plist