summaryrefslogtreecommitdiff
path: root/mail/exim/patches/patch-bb
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2011-03-22 13:52:19 +0000
committeradam <adam@pkgsrc.org>2011-03-22 13:52:19 +0000
commita2f73703f8aa425ff745ece406f58d166e683a6e (patch)
tree8ebb2d1e9cab7a51e0f8d36a02306c9c96d3dae5 /mail/exim/patches/patch-bb
parent796bd961d987cdb73382344a9b699b7e0dd08459 (diff)
downloadpkgsrc-a2f73703f8aa425ff745ece406f58d166e683a6e.tar.gz
Changes 4.75:
1. In addition to the existing LDAP and LDAP/SSL ("ldaps") support, there is now LDAP/TLS support, given sufficiently modern OpenLDAP client libraries. The following global options have been added in support of this: ldap_ca_cert_dir, ldap_ca_cert_file, ldap_cert_file, ldap_cert_key, ldap_cipher_suite, ldap_require_cert, ldap_start_tls. 2. The pipe transport now takes a boolean option, "freeze_signal", default false. When true, if the external delivery command exits on a signal then Exim will freeze the message in the queue, instead of generating a bounce. 3. Log filenames may now use %M as an escape, instead of %D (still available). The %M pattern expands to yyyymm, providing month-level resolution. 4. The $message_linecount variable is now updated for the maildir_tag option, in the same way as $message_size, to reflect the real number of lines, including any header additions or removals from transport. 5. When contacting a pool of SpamAssassin servers configured in spamd_address, Exim now selects entries randomly, to better scale in a cluster setup.
Diffstat (limited to 'mail/exim/patches/patch-bb')
-rw-r--r--mail/exim/patches/patch-bb19
1 files changed, 0 insertions, 19 deletions
diff --git a/mail/exim/patches/patch-bb b/mail/exim/patches/patch-bb
deleted file mode 100644
index e416f6d5443..00000000000
--- a/mail/exim/patches/patch-bb
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: patch-bb,v 1.1 2011/01/12 07:52:44 adam Exp $
-
---- src/globals.h.orig 2009-11-16 19:50:37.000000000 +0000
-+++ src/globals.h
-@@ -35,7 +35,14 @@ extern uschar *ibase_servers;
- #endif
-
- #ifdef LOOKUP_LDAP
-+extern uschar *eldap_ca_cert_dir; /* Directory with CA certificates */
-+extern uschar *eldap_ca_cert_file; /* CA certificate file */
-+extern uschar *eldap_cert_file; /* Certificate file */
-+extern uschar *eldap_cert_key; /* Certificate key file */
-+extern uschar *eldap_cipher_suite; /* Allowed cipher suite */
- extern uschar *eldap_default_servers; /* List of default servers */
-+extern uschar *eldap_require_cert; /* Peer certificate checking strategy */
-+extern BOOL eldap_start_tls; /* Use STARTTLS */
- extern int eldap_version; /* LDAP version */
- #endif
-