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