DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibnet-smtp-server-perl
BeschreibungA native Perl SMTP Server implementation for Perl
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version1.1-3
Sektionuniverse/perl
Prioritätoptional
Installierte Größe148 Byte
Hängt ab vonperl (>= 5.6.0-16)
Empfohlene Pakete
PaketbetreuerUbuntu MOTU Developers
Quelle
Paketgröße20770 Byte
Prüfsumme MD59c6933c77fa8baa45675ae43c1d9a97d
Prüfsumme SHA16fc581edb45ee5d66e3179c6611f95c898daa546
Prüfsumme SHA2563af0eaf11929af27f5b87388afc66f8b35a68ebe6545646da278d9efd49b2718
Link zum Herunterladenlibnet-smtp-server-perl_1.1-3_all.deb
Ausführliche BeschreibungThe Net::SMTP::Server module implements an RFC 821 compliant SMTP server, completely in Perl. It's extremely extensible, so adding in things like spam filtering, or more advanced routing and handling features can be easily handled. An additional module, Net::SMTP::Server::Relay has also been implemented as an example of just one application of this extensibility. See the pod for more details on that module. This extension has been tested on both Unix and Win32 platforms. . Creating a new server is as trivial as: . $server = new Net::SMTP::Server($host, $port); . This creates a new SMTP::Server. Both $host and $port are optional, and default to the current hostname and the standard SMTP port (25). However, if you run on a multi-homed machine, you may want to explicitly specify which interface to bind to. . Homapage: http://www.macgyver.org/software/perl


Impressum
Linux is a registered trademark of Linus Torvalds