User Manual
2. Start moxattyd program
Run "init q" or reboot your UNIX.
3. Add additional server
Step 1: Modify "moxattyd.cf" file to add additional server.
User can use vi or any edit to modify it. It's a text
file.
For more configuration information, please take a look
at moxattyd.cf file. We put detail decription on it.
Step 2: Find the proccess id (PID) of program "moxattyd".
# ps -ef | grep moxattyd
Step 3: Update configuration of moxattyd program.
# kill -USR1 PID
(ex. if "moxattyd" PID = 404, "kill -USR1 404")
finish : You have finished to add additional server.