Changes

From Amahi Wiki
Jump to: navigation, search
1 byte removed ,  21:14, 24 August 2011
*# Reload postfix -->
* The two scripts below need to be place in the elevated directory. You can run these as root user should your mail server hang up and stop working:
<codeblockquote>start.sh (execute stop.sh first):</code>
{{Text|Text=/etc/init.d/courier-authlib start;
/etc/init.d/sendmail stop;
/etc/init.d/amavisd restart;
sa-update --no-gpg;}}
<code>stop.sh (run prior to start.sh):</code>
{{Text|Text=/etc/init.d/courier-authlib stop;
/etc/init.d/sendmail stop;
/etc/init.d/amavisd stop;
/etc/init.d/clamd.amavisd stop;
rm -f /var/spool/amavisd/clamd.sock;}}</blockquote>
==== Conclusion ====
12,424

edits