~ubuntu-branches/ubuntu/trusty/opendkim/trusty

« back to all changes in this revision

Viewing changes to FEATURES

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman
  • Date: 2012-06-08 14:38:25 UTC
  • mfrom: (1.2.14) (3.2.7 sid)
  • Revision ID: package-import@ubuntu.com-20120608143825-ehz9xxdvii6podhh
Tags: 2.6.0-1
* New upstream release (now DFSG free so tarball repacking no longer
  required)
  - Rename libopendkim6 to libopendkim7 to match new soname
    - Update package and dependencies in debian/control
    - Rename .install and .doc files
  - Drop --enable-xtags from configure in debian/rules since it is now on by
    default
  - Update debian/copyright
  - Remove dversionmangle from debian/watch
  - Update README.Debian to reflect documentation no longer being stripped
* Correct copyright/license information in libar/ar-strl.h based on feedback
  from upstream (correction already implemented upstream for the next
  relese)
* Set --sysconfdir=/etc in configure so that generated man pages refer to
  the correct configuration file locations

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
                exports those as well.  This is intended only for running
34
34
                library unit tests.  (libopendkim)
35
35
 
 
36
arlib           Compile and use the asynchronous resolver library included
 
37
                in the package.  (libar, opendkim)
 
38
 
36
39
atps            Support for experimental Authorized Third-Party Signatures
37
40
                mechanism.  (opendkim, libopendkim)
38
41
 
43
46
 
44
47
db_handle_pools Database handle pools.  EXPERIMENTAL  (opendkim)
45
48
 
 
49
debug           Compile all binaries and libraries with debugging enabled
 
50
                and optimization disabled.  (all)
 
51
 
46
52
default_sender  Allow declaration of sender address to use when a message
47
53
                contains no obvious sender.  (opendkim)
48
54
 
56
62
                service.  The service's URL is http://www.dkim-reputation.org.
57
63
                (opendkim, libdkimrep, libopendkim)
58
64
 
 
65
filter          Compile opendkim, the mail filter program.  Enabled by
 
66
                default. (opendkim)
 
67
 
59
68
identity_header Enable selection of an identity for signing based on the
60
69
                value found in a particular header. (opendkim)
61
70
 
62
71
ldap_caching    Adds code that ensures duplicate LDAP queries aren't sent
63
 
                and local caching of LDAP replies is done.  (opendkim)
 
72
                and local caching of LDAP replies is done.  Note that this
 
73
                means changes made to LDAP data won't be recognized by
 
74
                the filter right away. (opendkim)
 
75
 
 
76
live-testing    Enables "live" unit tests, which may go to the public
 
77
                Internet and thus cannot be run without Internet access.
 
78
                Enabled by default.  (libopendkim, opendkim)
64
79
 
65
80
lua_globals     Optional mechanism for passing variables between Lua
66
81
                scripts.  (opendkim)
69
84
                prevent malicious addition of malicious extra instances.
70
85
                (opendkim, libopendkim)
71
86
 
72
 
parsetime       Adds a utility function reporting the value of the Date:
73
 
                header for easy comparison to signature timestamps in order
74
 
                to detect messages in which those values wildly differ.
75
 
                INCOMPLETE.  (libopendkim)
76
 
 
77
87
poll            Instructs the asynchronous resolver to use poll() instead
78
88
                of select() to wait for I/O on sockets.  (libar)
79
89
 
109
119
reputation      Support for a collaborative reputation system.
110
120
                EXPERIMENTAL  (opendkim)
111
121
 
 
122
reputation_cache
 
123
                Temporary caching of reputation replies to reduce round
 
124
                trips to the reputation server.  EXPERIMENTAL (opendkim)
 
125
 
112
126
resign          Experimental API features for simultaneous verifying and
113
127
                re-signing of a single message.  (libopendkim, opendkim)
114
128
 
115
 
select_canonicalization
116
 
                Optionally override the value of the "-c" command line flag
117
 
                by specifying a preferred canonicalization in a special
118
 
                header field.  Intended mostly for testing, not production
119
 
                use.  (opendkim)
 
129
rpath           Include library paths in generated binaries.  (all executables)
120
130
 
121
131
selector_header Enable selection of which selector (and thus which key)
122
132
                to use when signing based on the contents of an arbitrary
136
146
vbr             Enable VBR (Vouch By Reference) header field addition
137
147
                (outbound) and processing (inbound).  (opendkim)
138
148
 
139
 
xtags           DKIM library extensions for adding arbitrary experimental
140
 
                signature tags and values.  (libopendkim)
141
 
 
142
149
 
143
150
COPYRIGHT
144
151
=========