| Rev. Mike K 2006-10-03, 7:28 pm |
| I have an application that monitors systems
It is custom app and source is not available.
it sends out sms messages to pagers and cell phones for alerts
if something goes down.
Right now it is working.... but....
The company wants to decommission the current email server
this server is Local area only and has HELO disabled. which
the application does not use. it was written long ago in vb 4 and
I cannot decompile it to view the source.
I want to use MS smtp server service locally on the box that does
the monitoring but when I change the parameters to localhost as the
server name and created a failed event, the application attempts to
send a sms message [which it is suppose to do] but it cannot because
MS smtp server by default requires HELO..
Is there anyway to disable this...... I am desparate for a solution.
Please help
|