Subversion Repositories configs

Rev

Rev 139 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.

touch /var/lock/subsys/local

cd /etc/init.d
./clamav restart
./spamassassin restart
./amavisd restart
./postfix restart
./zarafa-server restart
./zarafa-dagent restart
./zarafa-gateway restart
./zarafa-ical restart
./zarafa-licensed restart
./zarafa-monitor restart
./zarafa-spooler restart
./fetchmail restart