Rev 13 | Go to most recent revision | Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2 | magnus | 1 | Source: libspf2 |
2 | Priority: optional |
||
3 | Section: libs |
||
4 | Maintainer: Magnus Holmgren <magnus@kibibyte.se> |
||
5 | Build-Depends: debhelper (>> 5), cdbs, dpatch, autotools-dev |
||
6 | Standards-Version: 3.7.2 |
||
7 | |||
8 | Package: libspf2-dev |
||
9 | Section: libdevel |
||
10 | Architecture: any |
||
11 | Depends: libspf2-2 (= ${binary:Version}) |
||
12 | Description: Header and development libraries for libspf2 |
||
13 | libspf2 implements the Sender Policy Framework, a part of the SPF/SRS |
||
14 | protocol pair. libspf2 is a library which allows email systems such |
||
15 | as Sendmail, Postfix, Exim, Zmailer and MS Exchange to check SPF |
||
16 | records and make sure that the email is authorized by the domain name |
||
17 | that it is coming from. This prevents email forgery, commonly used by |
||
18 | spammers, scammers and email viruses/worms. |
||
19 | . |
||
20 | Homepage: http://www.libspf2.org/ |
||
21 | |||
22 | Package: libspf2-2 |
||
23 | Section: libs |
||
24 | Architecture: any |
||
25 | Conflicts: libspf2-0 |
||
26 | Replaces: libspf2-0 |
||
27 | Depends: ${shlibs:Depends} |
||
28 | Description: library for validating mail senders with SPF |
||
29 | libspf2 implements the Sender Policy Framework, a part of the SPF/SRS |
||
30 | protocol pair. libspf2 is a library which allows email systems such |
||
31 | as Sendmail, Postfix, Exim, Zmailer and MS Exchange to check SPF |
||
32 | records and make sure that the email is authorized by the domain name |
||
33 | that it is coming from. This prevents email forgery, commonly used by |
||
34 | spammers, scammers and email viruses/worms. |
||
35 | . |
||
36 | Homepage: http://www.libspf2.org/ |
||
37 | |||
38 | Package: spfquery |
||
39 | Section: mail |
||
40 | Architecture: any |
||
41 | Depends: ${shlibs:Depends} |
||
42 | Conflicts: libmail-spf-query-perl (<< 1:1.999.1-3) |
||
43 | Description: query SPF (Sender Policy Framework) to validate mail senders |
||
44 | The Sender Policy Framework (SPF) is one part of the SPF/SRS protocol |
||
45 | pair. SPF allows email systems such as Sendmail, Postfix, Exim, |
||
46 | Zmailer and MS Exchange to check SPF records and make sure that the |
||
47 | email is authorized by the domain name that it is coming from. This |
||
48 | prevents email forgery, commonly used by spammers, scammers and email |
||
49 | viruses/worms. |
||
50 | . |
||
51 | This package contains simple utilities that use libspf2 to test and |
||
52 | query SPF records. |
||
53 | . |
||
54 | Homepage: http://www.libspf2.org/ |