Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

SMTP Socket Mailer

Rating
0 votes
Favoured:
0
Current Version
1.0
Last Release Date
2016-03-15
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
  • Nagios 4.x
Owner
License
GPL
Hits
5872
Files:
FileDescription
mailer2.cmailer2.c
Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
* Socket mailer with Auth modes and ssl support
*
* Description:
*
* 14 Different Applications to mail via sockets on two Operations Systems
* SSL & NO-SSL , 3 Auth Modes on Linux.
* SSL & NO-SSL , 4 Auth Modes on Windows.
*
* Clients can be made on Linux:
*
* sudo gcc main.c -o /usr/local/bin/mailer -DVERSION=""T.E.D. - The Enemy Dail""
* sudo gcc main.c -o /usr/local/bin/mailer -lssl -DVERSION=""T.E.D. - The Enemy Dail""
* sudo gcc main.c -o /usr/local/bin/mailer -lssl -lcrypto -DVERSION=""T.E.D. - The Enemy Dail""
*
Simple Socket mailer what support ssl and auth modes like AUTH LOGIN,AUTH PLAIN,AUTH CRAM-MD5.
so long see desc. for how to build on Linux.
on Microsoft this is not tested still waiting these days.
outstanding test and feedback wanted ...