adjust copyright year

This commit is contained in:
Jan Wagner 2008-04-14 08:30:20 +00:00
commit 229f91b71f
16 changed files with 579 additions and 0 deletions

22
debian/control vendored Normal file
View file

@ -0,0 +1,22 @@
Source: postfwd
Section: mail
Priority: optional
Maintainer: Jan Wagner <waja@cyconet.org>
Build-Depends: debhelper (>= 5), dpatch
Homepage: http://www.postfwd.org/
Vcs-Browser: https://trac.cyconet.org/debian/browser/debian/postfwd
Vcs-Svn: https://trac.cyconet.org/svn/debian/postfwd
Standards-Version: 3.7.3
Package: postfwd
Architecture: all
Depends: ${perl:Depends}, adduser, libnet-cidr-lite-perl, libnet-server-perl
Description: a Postfix policyd to combine complex restrictions in a ruleset
Postfwd is written in perl to combine complex postfix restrictions in a
ruleset similar to those of the most firewalls. The program uses the postfix
policy delegation protocol to control access to the mail system before a
message has been accepted (please visit
http://www.postfix.org/SMTPD_POLICY_README.html for more information). It
allows you to choose an action (e.g. reject, dunno) for a combination of
several smtp parameters (like sender and recipient address, size or the
client's TLS fingerprint).