Title: qpage setup Subject: send sms pages from the command line or a scirpt ############################# # qpage_install.txt # ############################# # Need to send sms pages from linux email # Get the package: lynx http://www.qpage.org/download/qpage-3.3.tar.Z # unpack gzip -D qpage-3.3.tar.Z tar -xvpf qpage-3.3.tar cd qpage-3.3 # edit this file to include your spp server. vi config.input SNPP_SERVER="snpp.airtouch.com:4444,snpp.skytel.com:7777" # define alternate servers vi /etc/qpage.servers snpp.airtouch.com:4444 snpp.skytel.com:7777 # Start the configuration ./configure make client # Test it before installing it. ./qpage --help # for help ./qpage -p "This is a test" # basic test message # Install make install # more info on program: man qpage ######################################### # Integrate with email ######################################### # Create an alias for a local user: I'm stuck on this part.