~ubuntu-branches/ubuntu/vivid/exim4/vivid

« back to all changes in this revision

Viewing changes to src/config.h.defaults

  • Committer: Package Import Robot
  • Author(s): Corey Bryant
  • Date: 2014-08-04 11:48:39 UTC
  • mfrom: (56.1.2 utopic)
  • Revision ID: package-import@ubuntu.com-20140804114839-xoulpcx9nxi5m72u
Tags: 4.84~RC1-3ubuntu1
* Merge from Debian unstable (LP: #1351470). Remaining changes:
  - Show Ubuntu distribution on smtp:
    + debian/patches/fix_smtp_banner.patch: updated SMTP banner
      with Ubuntu distribution
    + debian/control: added lsb-release build dependency
  - Don't provide default-mta; in Ubuntu, we want postfix to be the
    default.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
*     Exim - an Internet mail transport agent    *
3
3
*************************************************/
4
4
 
5
 
/* Copyright (c) University of Cambridge 1995 - 2012 */
 
5
/* Copyright (c) University of Cambridge 1995 - 2014 */
6
6
/* See the file NOTICE for conditions of use and distribution. */
7
7
 
8
8
/* The default settings for Exim configuration variables. A #define without
43
43
#define DELIVER_IN_BUFFER_SIZE     8192
44
44
#define DELIVER_OUT_BUFFER_SIZE    8192
45
45
#define DISABLE_DKIM
 
46
#define DISABLE_PRDR
 
47
#define DISABLE_OCSP
46
48
#define DISABLE_DNSSEC
47
49
#define DISABLE_D_OPTION
48
50
 
167
169
 
168
170
/* EXPERIMENTAL features */
169
171
#define EXPERIMENTAL_BRIGHTMAIL
 
172
#define EXPERIMENTAL_CERTNAMES
170
173
#define EXPERIMENTAL_DCC
171
174
#define EXPERIMENTAL_DMARC
172
 
#define EXPERIMENTAL_OCSP
173
 
#define EXPERIMENTAL_PRDR
 
175
#define EXPERIMENTAL_DSN
 
176
#define EXPERIMENTAL_PROXY
174
177
#define EXPERIMENTAL_REDIS
175
178
#define EXPERIMENTAL_SPF
176
179
#define EXPERIMENTAL_SRS