mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-12 10:45:38 +02:00
14 lines
178 B
Bash
Executable File
14 lines
178 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Prepare the databases
|
|
sa-update
|
|
|
|
# Update the AV database
|
|
freshclam
|
|
|
|
# Actually run Amavis
|
|
rm -f /var/run/rsyslogd.pid
|
|
/usr/sbin/clamd
|
|
/usr/sbin/amavisd
|
|
rsyslogd -n
|