Start/stop greylistd in rc.local*.
This commit is contained in:
parent
0569601054
commit
6d40fb704b
2 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue