File: control

package info (click to toggle)
dkimpy-milter 1.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 320 kB
  • sloc: python: 923; sh: 114; makefile: 14
file content (37 lines) | stat: -rw-r--r-- 1,536 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
Source: dkimpy-milter
Section: mail
Priority: optional
Maintainer: Scott Kitterman <scott@kitterman.com>
Uploaders: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 11~),
               dh-python,
               python,
               python-authres (>= 1.1),
               python-dkim (>= 0.7),
               python-dnspython | python-dns,
               python-ipaddress,
               python-milter,
               python-nacl,
               python-setuptools
Standards-Version: 4.3.0
Homepage: https://launchpad.net/dkimpy-milter
Vcs-git: https://salsa.debian.org/python-team/applications/dkimpy-milter.git
Vcs-Browser: https://salsa.debian.org/python-team/applications/dkimpy-milter

Package: dkimpy-milter
Architecture: all
Depends: adduser, ${python:Depends}, ${misc:Depends}
Suggests: lsb-base, sendmail | postfix
Enhances: postfix, sendmail
Description: DomainKeys Identified Mail (DKIM) milter in Python
 The dkimpy-milter is a Sendmail/Postfix Milter application that signs
 and verifies DKIM (DomainKeys Identified Mail).  It supports both traditional
 RSA (RFC 6376) signatures and the new ed25519 based signatures defined in
 RFC 8463.
 .
 DKIM provides a way for senders to confirm their identity when sending email
 by adding a cryptographic signature to the headers of the message.
 .
 It uses the OpenDKIM configuration option naming and definitions, for the
 options it implements, to make it easy for OpenDKIM users to experiment with
 this alternative.