View Single Post
  #1 (permalink)  
Old 2005-08-13
BarryStiefel BarryStiefel is offline
Administrator
 
Join Date: 2005-08-11
Location: San Francisco, CA
Posts: 582
Rep Power: 10
BarryStiefel has disabled reputation
Default How do I do Mail alerts on a Windows management station?

How do I do Mail alerts on a Windows management station?



To use mail alerts on a Windows-based management console (remember that alerts are always executed from the management, not the firewalls), the commands you should execute for mail is:

%FWDIR%\bin\sendmail -s Alert -t smtp-server-ip -f [you@yours.com] {address@domain.com}

An explanation of the options for sendmail.exe:
  • -s provides a "subject" for the message. If this is more than one word, put the subject in quotes.
  • -t specifies the SMTP server IP address.
  • -f specifies the From address for the mail (Replace [you@yours.com] with that)
  • {address@domain.com} is the email address you wish to forward to

-- PhoneBoy - 11 Jan 2004

FAQForm FAQs.Class: FAQs.OS: OsWindows FAQs.Version:
Reply With Quote