Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 13 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13 Rev 20
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
7
XS-Vcs-Svn: svn://svn.kibibyte.se/libspf2/trunk
8
XS-Vcs-Browser: http://svn.kibibyte.se/libspf2
8
XS-Vcs-Browser: http://svn.kibibyte.se/libspf2
9
9
10
Package: libspf2-dev
10
Package: libspf2-dev
11
Section: libdevel
11
Section: libdevel
12
Architecture: any
12
Architecture: any
13
Depends: libspf2-2 (= ${binary:Version})
13
Depends: libspf2-2 (= ${binary:Version})
14
Description: Header and development libraries for libspf2
14
Description: Header and development libraries for libspf2
15
 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
16
 protocol pair. libspf2 is a library which allows email systems such
16
 protocol pair. libspf2 is a library which allows email systems such
17
 as Sendmail, Postfix, Exim, Zmailer and MS Exchange to check SPF
17
 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
18
 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
19
 that it is coming from. This prevents email forgery, commonly used by
20
 spammers, scammers and email viruses/worms.
20
 spammers, scammers and email viruses/worms.
21
 .
21
 .
22
  Homepage: http://www.libspf2.org/
22
  Homepage: http://www.libspf2.org/
23
23
24
Package: libspf2-2
24
Package: libspf2-2
25
Section: libs
25
Section: libs
26
Architecture: any
26
Architecture: any
27
Conflicts: libspf2-0
27
Conflicts: libspf2-0
28
Replaces: libspf2-0
28
Replaces: libspf2-0
29
Depends: ${shlibs:Depends}
29
Depends: ${shlibs:Depends}
30
Description: library for validating mail senders with SPF
30
Description: library for validating mail senders with SPF
31
 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
32
 protocol pair. libspf2 is a library which allows email systems such
32
 protocol pair. libspf2 is a library which allows email systems such
33
 as Sendmail, Postfix, Exim, Zmailer and MS Exchange to check SPF
33
 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
34
 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
35
 that it is coming from. This prevents email forgery, commonly used by
36
 spammers, scammers and email viruses/worms.
36
 spammers, scammers and email viruses/worms.
37
 .
37
 .
38
  Homepage: http://www.libspf2.org/
38
  Homepage: http://www.libspf2.org/
39
39
40
Package: spfquery
40
Package: spfquery
41
Section: mail
41
Section: mail
42
Architecture: any
42
Architecture: any
43
Depends: ${shlibs:Depends}
43
Depends: ${shlibs:Depends}
44
Conflicts: libmail-spf-query-perl (<< 1:1.999.1-3)
44
Conflicts: libmail-spf-query-perl (<< 1:1.999.1-3)
45
Description: query SPF (Sender Policy Framework) to validate mail senders
45
Description: query SPF (Sender Policy Framework) to validate mail senders
46
 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
47
 pair. SPF allows email systems such as Sendmail, Postfix, Exim,
47
 pair. SPF allows email systems such as Sendmail, Postfix, Exim,
48
 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
49
 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
50
 prevents email forgery, commonly used by spammers, scammers and email
50
 prevents email forgery, commonly used by spammers, scammers and email
51
 viruses/worms.
51
 viruses/worms.
52
 .
52
 .
53
 This package contains simple utilities that use libspf2 to test and 
53
 This package contains simple utilities that use libspf2 to test and 
54
 query SPF records.
54
 query SPF records.
55
 .
55
 .
56
  Homepage: http://www.libspf2.org/
56
  Homepage: http://www.libspf2.org/