What

What is a Perl module to find out about running services.
Download

What Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Toni Prug
  • Publisher web site:
  • http://search.cpan.org/~tpg/Luka-1.08/lib/Luka/Mailer.pm

What Tags


What Description

What is a Perl module to find out about running services. What is a Perl module to find out about running services.SYNOPSIS $what = What->new( Host => my.domain.org, Port => 28, ); $what->mta; $what->mta_version; $what->mta_banner;The What class is interface to classes providing information about running services. What::MTA is the only implementation so far.What::MTAMTA's supported are: Exim, Postfix (version only on localhost), Sendmail, Courier (name only), XMail, MasqMail.See What::MTA for details.METHODSnew $obj = What->new( Host => "10.10.10.1", Port => 25 )mta()Returns the name of the MTA running.mta_banner()Returns the banner message.mta_version()Returns the MTA version. Requirements: · Perl


What Related Software