mirror of
https://github.com/MailScanner/v5.git
synced 2025-02-23 23:15:16 +08:00
13 lines
No EOL
188 B
Bash
13 lines
No EOL
188 B
Bash
#!/bin/sh
|
|
#
|
|
# Written by Jerry Benton <mailscanner@mailborder.com>
|
|
#
|
|
# see /etc/MailScanner/defaults
|
|
|
|
# daily actions
|
|
/usr/sbin/ms-cron DAILY
|
|
|
|
# maintenance
|
|
/usr/sbin/ms-cron MAINT
|
|
|
|
exit 0 |