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
Beschreibungnative Perl SMTP Server implementation for Perl
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version1.1-4
Sektionperl
Prioritätoptional
Installierte Größe136 Byte
Hängt ab vonperl, libnet-dns-perl
Empfohlene Pakete
PaketbetreuerDebian Perl Group
Quelle
Paketgröße18876 Byte
Prüfsumme MD5a865a85cff004c502ee922770b894ee4
Prüfsumme SHA1cd34c0c2919019e601f76dd547521b07c506b235
Prüfsumme SHA256f23b6fb426fddcb1b8cf73582cd0dd76bacd9e977149354a71a1ff092b899681
Link zum Herunterladenlibnet-smtp-server-perl_1.1-4_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.


Impressum
Linux is a registered trademark of Linus Torvalds