⇤ ← Revision 1 as of 2008-10-26 04:46:20
Size: 743
Comment:
|
Size: 817
Comment: SpamAssassin
|
Deletions are marked like this. | Additions are marked like this. |
Line 33: | Line 33: |
7. Restart Spam``Assassin {{{ /etc/init.d/spamassassin restart }}} |
This page describes the steps that admins need to take after rebooting deleuze.
- Wait at least 20 minutes, and likely no more than 40 minutes, for AFS to come online and finish its consistency checks.
- Restart mysql, stopping explicitly first, then starting:
/etc/init.d/mysql stop killall mysql /etc/init.d/mysql start
- Restart postgresql:
/etc/init.d/postgresql-8.1 stop killall postmaster /etc/init.d/postgresql-8.1 start
- Restart apache:
/etc/init.d/apache2 stop killall apache2 /etc/init.d/apache2 start
- Restart domtool:
/etc/init.d/domtool-server stop /etc/init.d/domtool-server start
- Restart cron:
sv stop cron killall cron sv start cron
Restart SpamAssassin
/etc/init.d/spamassassin restart