Rev 13 | Rev 26 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 13 | Rev 22 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 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.3 |
| 7 | XS-Vcs-Svn: svn://svn.kibibyte.se/libspf2/trunk |
7 | Vcs-Svn: svn://svn.kibibyte.se/libspf2/trunk |
| 8 | XS-Vcs-Browser: http://svn.kibibyte.se/libspf2 |
8 | Vcs-Browser: http://svn.kibibyte.se/libspf2 |
| - | 9 | Homepage: http://www.libspf2.org/ |
|
| 9 | 10 | ||
| 10 | Package: libspf2-dev |
11 | Package: libspf2-dev |
| 11 | Section: libdevel |
12 | Section: libdevel |
| 12 | Architecture: any |
13 | Architecture: any |
| 13 | Depends: libspf2-2 (= ${binary:Version})
|
14 | Depends: libspf2-2 (= ${binary:Version})
|
| Line 16... | Line 17... | ||
| 16 | protocol pair. libspf2 is a library which allows email systems such |
17 | protocol pair. libspf2 is a library which allows email systems such |
| 17 | as Sendmail, Postfix, Exim, Zmailer and MS Exchange to check SPF |
18 | as Sendmail, Postfix, Exim, Zmailer and MS Exchange to check SPF |
| 18 | records and make sure that the email is authorized by the domain name |
19 | records and make sure that the email is authorized by the domain name |
| 19 | that it is coming from. This prevents email forgery, commonly used by |
20 | that it is coming from. This prevents email forgery, commonly used by |
| 20 | spammers, scammers and email viruses/worms. |
21 | spammers, scammers and email viruses/worms. |
| 21 | . |
- | |
| 22 | Homepage: http://www.libspf2.org/ |
- | |
| 23 | 22 | ||
| 24 | Package: libspf2-2 |
23 | Package: libspf2-2 |
| 25 | Section: libs |
24 | Section: libs |
| 26 | Architecture: any |
25 | Architecture: any |
| 27 | Conflicts: libspf2-0 |
26 | Conflicts: libspf2-0 |
| Line 32... | Line 31... | ||
| 32 | protocol pair. libspf2 is a library which allows email systems such |
31 | protocol pair. libspf2 is a library which allows email systems such |
| 33 | as Sendmail, Postfix, Exim, Zmailer and MS Exchange to check SPF |
32 | as Sendmail, Postfix, Exim, Zmailer and MS Exchange to check SPF |
| 34 | records and make sure that the email is authorized by the domain name |
33 | records and make sure that the email is authorized by the domain name |
| 35 | that it is coming from. This prevents email forgery, commonly used by |
34 | that it is coming from. This prevents email forgery, commonly used by |
| 36 | spammers, scammers and email viruses/worms. |
35 | spammers, scammers and email viruses/worms. |
| 37 | . |
- | |
| 38 | Homepage: http://www.libspf2.org/ |
- | |
| 39 | 36 | ||
| 40 | Package: spfquery |
37 | Package: spfquery |
| 41 | Section: mail |
38 | Section: mail |
| 42 | Architecture: any |
39 | Architecture: any |
| 43 | Depends: ${shlibs:Depends}
|
40 | Depends: ${shlibs:Depends}
|
| Line 50... | Line 47... | ||
| 50 | prevents email forgery, commonly used by spammers, scammers and email |
47 | prevents email forgery, commonly used by spammers, scammers and email |
| 51 | viruses/worms. |
48 | viruses/worms. |
| 52 | . |
49 | . |
| 53 | This package contains simple utilities that use libspf2 to test and |
50 | This package contains simple utilities that use libspf2 to test and |
| 54 | query SPF records. |
51 | query SPF records. |
| 55 | . |
- | |
| 56 | Homepage: http://www.libspf2.org/ |
- | |