mirror of
https://github.com/Mailu/Mailu.git
synced 2025-02-01 12:57:49 +02:00
13 lines
150 B
Bash
Executable File
13 lines
150 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Prepare the databases
|
|
sa-update
|
|
|
|
# Update the AV database
|
|
freshclam
|
|
|
|
# Actually run Amavis
|
|
/usr/sbin/clamd
|
|
/usr/sbin/amavisd
|
|
rsyslogd -n
|