Hello, this is purely a perl matter about connecting to a port. you can find scripts that do that everywhere. connecting to the mailserver is a socket problem, and sending sms too, using the http interface.
use any search engine of your choice to find that script. Eric D Selon Bartosz Jozwiak <[EMAIL PROTECTED]>: > Hello, > > I am looking for perli script which will be checking > every 15 minutes (every 15 minutes cron will start the scrip), > if he can connect to a specific mail server on port 25. > If he cannot connect to mailserver on port 25 it should send a sms message > to > a administrator. > Is it possible? > > Thank you in advance. > Bart > > >
