Trunk changed for mail:SPF. 1.08.1/debian tags updated for Ubuntu lessons learned.
This commit is contained in:
parent
e81f28bf98
commit
1d57e605d3
9 changed files with 204 additions and 102 deletions
4
debian/README.Debian
vendored
4
debian/README.Debian
vendored
|
|
@ -4,7 +4,7 @@ Installing
|
|||
1. Add the following to /etc/postfix/master.cf:
|
||||
|
||||
policy unix - n n - - spawn
|
||||
user=nobody argv=/usr/bin/perl /usr/lib/postfix/policyd-spf-perl
|
||||
user=nobody argv=/usr/bin/perl /usr/sbin/postfix-policyd-spf-perl
|
||||
|
||||
2. Configure the Postfix policy service in /etc/postfix/main.cf:
|
||||
|
||||
|
|
@ -19,5 +19,3 @@ Installing
|
|||
|
||||
3. Restart Postfix.
|
||||
|
||||
# $Id: README 167 2005-01-17 18:26:45Z julian $
|
||||
# vim:tw=79
|
||||
|
|
|
|||
30
debian/changelog
vendored
30
debian/changelog
vendored
|
|
@ -1,23 +1,17 @@
|
|||
postfix-policyd-spf-perl (1.08.1) unstable; urgency=low
|
||||
postfix-policyd-spf-perl (1.99-0ubuntu1) feisty; urgency=low
|
||||
|
||||
Debian:
|
||||
* New maintainer: Scott Kitterman <scott@kitterman.com>
|
||||
* Priority: extra (was: optional)
|
||||
* Removed Build-Depends-Indep: perl, as there really is no need for it.
|
||||
* Depends: libversion-perl
|
||||
* Updated debian/copyright.
|
||||
* New upstream release for RFC compliant SPF checking.
|
||||
* Updated control to use libmail-spf-perl instead of the unmaintained
|
||||
libmail-spf-query-perl and changed maintainer to Scott Kitterman (was
|
||||
MOTU).
|
||||
* Updated man pages for new library and upstream documentation udpates.
|
||||
|
||||
postfix-policyd-spf-perl:
|
||||
* Minor and purely cosmetic code clean-up.
|
||||
-- Scott Kitterman <scott@kitterman.com> Sat, 03 Feb 2007 16:33:08 -0500
|
||||
|
||||
Miscellaneous:
|
||||
* Updated README file with new website URL and copyright.
|
||||
* Added LICENSE file as an explicit copy of the GPLv2.
|
||||
postfix-policyd-spf-perl (1.08.1-0ubuntu1) feisty; urgency=low
|
||||
|
||||
-- Scott Kitterman <scott@kitterman.com> Wed, 10 Jan 2007 21:00:00 +0000
|
||||
* Initial debianization of the package.
|
||||
* Removed upstream provided /debian directory
|
||||
* Modified documentation for Debian specific file locations
|
||||
|
||||
postfix-policyd-spf-perl (1.08) unstable; urgency=low
|
||||
|
||||
* Initial release as a Debian package.
|
||||
|
||||
-- Julian Mehnle <julian@mehnle.net> Sat, 17 Jun 2006 19:32:31 +0000
|
||||
-- Scott Kitterman <scott@kitterman.com> Thu, 11 Jan 2007 04:59:08 -0500
|
||||
|
|
|
|||
6
debian/control
vendored
6
debian/control
vendored
|
|
@ -7,8 +7,10 @@ Standards-Version: 3.7.2
|
|||
|
||||
Package: postfix-policyd-spf-perl
|
||||
Architecture: all
|
||||
Depends: libversion-perl, libmail-spf-query-perl
|
||||
Depends: libversion-perl, libmail-spf-perl, ${perl:Depends}
|
||||
Recommends: postfix
|
||||
Description: pure-Perl Postfix policy daemon for SPF checking
|
||||
postfix-policyd-spf-perl is a Postfix SMTPd policy daemon for SPF checking.
|
||||
It is implemented in pure Perl and uses the Mail::SPF::Query module.
|
||||
It is implemented in pure Perl and uses the Mail::SPF module. The SPF web
|
||||
site is http://www.openspf.org/. The Postfix configuration must be changed to
|
||||
check SPF. See README.Debian or man 8 postfix-policyd-spf-perl for details.
|
||||
|
|
|
|||
75
debian/copyright
vendored
75
debian/copyright
vendored
|
|
@ -1,14 +1,77 @@
|
|||
This is the Debian package for postfix-policyd-spf-perl, which is available
|
||||
from <http://www.openspf.org/Software#postfix-policyd-spf-perl>.
|
||||
This package was debianized by Scott Kitterman <scott@kitterman.com> on
|
||||
Thu, 11 Jan 2007 04:29:13 -0500.
|
||||
|
||||
It was downloaded from <http://www.openspf.org/Software#postfix-policyd-spf-perl>.
|
||||
|
||||
Upstream authors Meng Weng Wong <mengwong@pobox.com> and Scott Kitterman
|
||||
<scott@kitterman.com>
|
||||
|
||||
Copyright:
|
||||
|
||||
(C) 2007 Scott Kitterman <scott@kitterman.com>
|
||||
2003-2004 Meng Weng Wong <mengwong@pobox.com>
|
||||
Contributions by various members of the SPF project
|
||||
|
||||
Scott Kitterman is the maintainer of the Debian package.
|
||||
(C) 2003-2004 Meng Weng Wong <mengwong@pobox.com>
|
||||
|
||||
This is free software; you can redistribute it and/or modify it under the terms
|
||||
of the GNU General Public License (version 2 or later).
|
||||
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 2, June 1991
|
||||
|
||||
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
|
||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
Preamble
|
||||
|
||||
The licenses for most software are designed to take away your
|
||||
freedom to share and change it. By contrast, the GNU General Public
|
||||
License is intended to guarantee your freedom to share and change free
|
||||
software--to make sure the software is free for all its users. This
|
||||
General Public License applies to most of the Free Software
|
||||
Foundation's software and to any other program whose authors commit to
|
||||
using it. (Some other Free Software Foundation software is covered by
|
||||
the GNU Lesser General Public License instead.) You can apply it to
|
||||
your programs, too.
|
||||
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
price. Our General Public Licenses are designed to make sure that you
|
||||
have the freedom to distribute copies of free software (and charge for
|
||||
this service if you wish), that you receive source code or can get it
|
||||
if you want it, that you can change the software or use pieces of it
|
||||
in new free programs; and that you know you can do these things.
|
||||
|
||||
To protect your rights, we need to make restrictions that forbid
|
||||
anyone to deny you these rights or to ask you to surrender the rights.
|
||||
These restrictions translate to certain responsibilities for you if you
|
||||
distribute copies of the software, or if you modify it.
|
||||
|
||||
For example, if you distribute copies of such a program, whether
|
||||
gratis or for a fee, you must give the recipients all the rights that
|
||||
you have. You must make sure that they, too, receive or can get the
|
||||
source code. And you must show them these terms so they know their
|
||||
rights.
|
||||
|
||||
We protect your rights with two steps: (1) copyright the software, and
|
||||
(2) offer you this license which gives you legal permission to copy,
|
||||
distribute and/or modify the software.
|
||||
|
||||
Also, for each author's protection and ours, we want to make certain
|
||||
that everyone understands that there is no warranty for this free
|
||||
software. If the software is modified by someone else and passed on, we
|
||||
want its recipients to know that what they have is not the original, so
|
||||
that any problems introduced by others will not reflect on the original
|
||||
authors' reputations.
|
||||
|
||||
Finally, any free program is threatened constantly by software
|
||||
patents. We wish to avoid the danger that redistributors of a free
|
||||
program will individually obtain patent licenses, in effect making the
|
||||
program proprietary. To prevent this, we have made it clear that any
|
||||
patent must be licensed for everyone's free use or not licensed at all.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow.
|
||||
|
||||
On Debian systems, the complete text of the GPL v2 can be found here:
|
||||
/usr/share/common-licenses/GPL-2
|
||||
|
||||
|
|
|
|||
11
debian/rules
vendored
11
debian/rules
vendored
|
|
@ -22,8 +22,7 @@ install-stamp:
|
|||
dh_testroot
|
||||
dh_clean -k
|
||||
|
||||
install -D postfix-policyd-spf-perl $(TMP)/usr/lib/postfix/policyd-spf-perl
|
||||
|
||||
install -D postfix-policyd-spf-perl $(TMP)/usr/sbin/postfix-policyd-spf-perl
|
||||
touch install-stamp
|
||||
|
||||
# Build architecture-independent files here:
|
||||
|
|
@ -31,13 +30,9 @@ binary-indep: build install
|
|||
dh_testdir
|
||||
dh_testroot
|
||||
|
||||
dh_install
|
||||
dh_installdirs
|
||||
dh_installdocs README
|
||||
dh_installdocs
|
||||
dh_installman debian/postfix-policyd-spf-perl.8
|
||||
dh_installchangelogs CHANGES
|
||||
#dh_installexamples examples/*
|
||||
#dh_installman
|
||||
#dh_link
|
||||
|
||||
dh_compress
|
||||
dh_fixperms
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue