To restart the mail server, login as root and execute the following command:
Linux:
--
# /etc/rc.d/init.d/qmaild stop
# sleep 1
# /etc/rc.d/init.d/qmaild start
--
FreeBSD:
--
# /usr/local/etc/rc.d/qmaild.sh stop
# sleep 1
# /usr/local/etc/rc.d/qmaild.sh start
--
To restart the auth daemon for sqWebMail under Linux:
--
# /hsphere/local/sqwebmail/libexec/authlib/authdaemond restart
--
|