Changes

From Amahi Wiki
Jump to: navigation, search
18 bytes added ,  21:21, 24 August 2011
* To permanently change your hostname from '''localhost.localdomain''', see this [http://www.labtestproject.com/using_linux/permanently_change_hostname_on_fedora article].
* Should your mail server hang up and stop working, you can most likely fix it with the following two scripts. Place them in the elevated directory. You must run these as root user :
<blockquote>'''''start.sh ''''' (execute stop.sh first):
{{Text|Text=/etc/init.d/courier-authlib start;
/etc/init.d/sendmail stop;
/etc/init.d/amavisd restart;
sa-update --no-gpg;}}
'''''stop.sh ''''' (run prior to start.sh):
{{Text|Text=/etc/init.d/courier-authlib stop;
/etc/init.d/sendmail stop;
/etc/init.d/clamd.amavisd stop;
rm -f /var/spool/amavisd/clamd.sock;}}
* Ensure you set the permissions on both files:
{{Code|chown apache:users start.sh stop.sh
chmod 755 start.sh stop.sh}}</blockquote>
12,424

edits