Basic install

 1. Extract tarball to /usr/local/smsgate.
 2. cd /usr/local/smsgate
 3. Create /usr/local/smsgate/work
 4. Create /usr/local/smsgate/log
 5. Copy smsgate.ini to /etc directory.
 6. Edit smsgate.ini using vi and manual.htm as a guide.
 7. Run ./smsgate -password
 8. Run ./smsgate -activate <activation details>
 9.  Add smsgate to your startup scripts.
10. Run ./smsgate


SMSGate should now be running, to test:

1. In a web browser, go to https://localhost:8775/ (where localhost needs to be replaced
by the ip of the machine you installed SMSGate on if it's not this one)

2. Try to connect to port 1025 (or the port configured as smtp_inport in 
smsgate.ini) on the machine you installed SMSGate, i.e. telnet localhost 1025
you should see "220 SMSGate", type "quit".

To stop smsgate create a file called smsgate.exit in /usr/local/smsgate


NOTE: If you have any problems getting SMSGate to start, please read the "Troubleshooting"
section of the manual.htm file included in this distribution. Most problems can be solved 
by enabling one or more of the compatibility settings in smsgate.ini
