1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
Source: drac
Section: net
Priority: optional
Maintainer: Noèl Köthe <noel@debian.org>
Build-Depends: debhelper (>> 5.0.0), libdb-dev
Standards-Version: 3.8.2
Homepage: http://mail.cc.umanitoba.ca/drac/
Package: drac
Architecture: any
Depends: ${shlibs:Depends}, portmap, postfix | mail-transport-agent
Suggests: qpopper-drac
Description: Dynamic Relay Authorization Control (pop-before-smtp)
A daemon that dynamically updates a relay authorization map for some
MTA (postfix, sendmail). It provides a way to allow legitimate users
to relay mail through an SMTP server, while still preventing others
from using it as a spam relay. User's IP addresses are added to the
map immediately after they have authenticated to the POP or IMAP
server. By default, map entries expire after 30 minutes, but can be
renewed by additional authentication. Periodically checking mail on
a POP server is sufficient to do this. The POP and SMTP servers can
be on different hosts.
Package: drac-dev
Section: devel
Architecture: any
Depends: ${shlibs:Depends}
Description: Dynamic Relay Authorization Control (development files)
A daemon that dynamically updates a relay authorization map for some
MTA (postfix, sendmail). It provides a way to allow legitimate users
to relay mail through an SMTP server, while still preventing others
from using it as a spam relay. User's IP addresses are added to the
map immediately after they have authenticated to the POP or IMAP
server. By default, map entries expire after 30 minutes, but can be
renewed by additional authentication. Periodically checking mail on
a POP server is sufficient to do this. The POP and SMTP servers can
be on different hosts.
.
This package contains the header file.
|