Start/stop greylistd in rc.local*.
This commit is contained in:
parent
0569601054
commit
6d40fb704b
2 changed files with 6 additions and 0 deletions
|
@ -23,6 +23,9 @@
|
|||
# Start SpamAssassin.
|
||||
[ -x /etc/rc.d/rc.spamd ] && /etc/rc.d/rc.spamd start
|
||||
|
||||
# Start greylistd.
|
||||
[ -x /etc/rc.d/rc.greylistd ] && /etc/rc.d/rc.greylistd start
|
||||
|
||||
# Start proftpd.
|
||||
[ -x /etc/rc.d/rc.proftpd ] && {
|
||||
/opt/bin/lumberjack -u logger -z -r -i /run/slackware.uk-ftpd.log -o logger:ftp -mp 006 -l logs/ftpd-transfers.log \
|
||||
|
|
|
@ -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