File: control

package info (click to toggle)
dkim-milter 2.6.0.dfsg-1%2Blenny1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 4,148 kB
  • ctags: 4,694
  • sloc: ansic: 51,382; sh: 1,313; makefile: 151; csh: 18
file content (38 lines) | stat: -rw-r--r-- 1,577 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Source: dkim-milter
Section: mail
Priority: extra
Maintainer: Mike Markley <mike@markley.org>
Build-Depends: debhelper (>= 4.0.0), m4, libmilter-dev, libssl-dev, libdb4.5-dev | libdb-dev
Standards-Version: 3.7.3

Package: dkim-filter
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
Description: DomainKeys Identified Mail (DKIM) Milter implementation
 Implements a Sendmail Mail Filter (Milter) for the DomainKeys
 Identified Mail (DKIM) standard. DKIM provides a way for senders to
 confirm their identity when sending email by adding a cryptographic
 signature to the headers of the message.
 .
 The dkim-milter implements both signing and verification.

Package: libsmdkim2
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: DomainKeys Identified Mail (DKIM) library implementation
 A library for implementing signing and verification of the DomainKeys
 Identified Mail (DKIM) standard. This library provides support for
 signing and verifying signatures according to RFC 4871, and supports
 both DomainKeys signing policy and draft DKIM SSP.

Package: libsmdkim-dev
Section: libdevel
Architecture: any
Depends: libsmdkim2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: DomainKeys Identified Mail (DKIM) library implementation
 A library for implementing signing and verification of the DomainKeys
 Identified Mail (DKIM) standard. This library provides support for
 signing and verifying signatures according to RFC 4871, and supports
 both DomainKeys signing policy and draft DKIM SSP.