File: control

package info (click to toggle)
libnet-smtp-server-perl 1.1-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 88 kB
  • ctags: 28
  • sloc: perl: 250; makefile: 51
file content (15 lines) | stat: -rw-r--r-- 575 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Source: libnet-smtp-server-perl
Section: interpreters
Priority: optional
Build-Depends-Indep: debhelper (>= 3.0.5), perl (>= 5.6.0-17)
Maintainer: Elie Rosenblum <fnord@debian.org>
Standards-Version: 3.5.1

Package: libnet-smtp-server-perl
Architecture: all
Depends: ${perl:Depends}
Description:  A native Perl SMTP Server implementation
 The 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.