Start/stop greylistd in rc.local*.

This commit is contained in:
Darren 'Tadgy' Austin 2021-08-27 18:24:40 +01:00
commit 6d40fb704b
2 changed files with 6 additions and 0 deletions

View file

@ -45,6 +45,9 @@ grep "^seeder:" /etc/passwd >/dev/null 2>&1 && {
# Stop proftpd.
[ -x /etc/rc.d/rc.proftpd ] && /etc/rc.d/rc.proftpd stop
# Stop greylistd.
[ -x /etc/rc.d/rc.greylistd ] && /etc/rc.d/rc.greylistd stop
# Stop SpamAssassin.
[ -x /etc/rc.d/rc.spamd ] && /etc/rc.d/rc.spamd stop