~ubuntu-branches/ubuntu/hardy/exim4/hardy-proposed

« back to all changes in this revision

Viewing changes to debian/EDITME.exim4-heavy.diff

  • Committer: Bazaar Package Importer
  • Author(s): Marc Haber
  • Date: 2005-07-02 06:08:34 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050702060834-qk17pd52kb9nt3bj
Tags: 4.52-1
* new upstream version 4.51. (mh)
  * adapt 70_remove_exim-users_references
  * remove 37_gnutlsparams
  * adapt 36_pcre
  * adapt 31_eximmanpage
* fix package priorities to have them in sync with override again. (mh)
* Fix error in nb (Norwegian) translation.
  Thanks to Helge Hafting. (mh). Closes: #315775
* Standards-Version: 3.6.2, no changes needed. (mh)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- EDITME.exim4-light  2004-07-15 14:55:39.000000000 +0200
2
 
+++ EDITME.exim4-heavy  2004-07-15 14:58:01.000000000 +0200
3
 
@@ -207,7 +207,7 @@
 
1
--- EDITME.exim4-light  2005-02-27 00:45:59.687414734 +0100
 
2
+++ EDITME.exim4-heavy  2005-02-27 00:46:39.498045968 +0100
 
3
@@ -209,7 +209,7 @@
4
4
 
5
5
 # This one is very special-purpose, so is not included by default.
6
6
 
9
9
 
10
10
 
11
11
 #------------------------------------------------------------------------------
12
 
@@ -239,7 +239,7 @@
 
12
@@ -241,7 +241,7 @@
13
13
 
14
14
 SUPPORT_MAILDIR=yes
15
15
 SUPPORT_MAILSTORE=yes
18
18
 
19
19
 
20
20
 #------------------------------------------------------------------------------
21
 
@@ -255,16 +255,16 @@
 
21
@@ -257,16 +257,16 @@
22
22
 LOOKUP_LSEARCH=yes
23
23
 
24
24
 LOOKUP_CDB=yes
39
39
 # LOOKUP_WHOSON=yes
40
40
 
41
41
 # These two settings are obsolete; all three lookups are compiled when
42
 
@@ -284,7 +284,7 @@
 
42
@@ -286,7 +286,7 @@
43
43
 # with Solaris 7 onwards. Uncomment whichever of these you are using.
44
44
 
45
45
 # LDAP_LIB_TYPE=OPENLDAP1
48
48
 # LDAP_LIB_TYPE=NETSCAPE
49
49
 # LDAP_LIB_TYPE=SOLARIS
50
50
 
51
 
@@ -303,6 +303,9 @@
 
51
@@ -305,6 +305,9 @@
52
52
 # LOOKUP_INCLUDE=-I /usr/local/ldap/include -I /usr/local/mysql/include -I /usr/local/pgsql/include
53
53
 # LOOKUP_LIBS=-L/usr/local/lib -lldap -llber -lmysqlclient -lpq -lgds
54
54
 
55
 
+LOOKUP_INCLUDE=-I/usr/include/mysql -I/usr/include/postgresql
 
55
+LOOKUP_INCLUDE=-I/usr/include/mysql -I`pg_config --includedir`
56
56
+LOOKUP_LIBS=-lldap -llber -lmysqlclient -lpq
57
57
+
58
58
 #------------------------------------------------------------------------------
59
59
 # Compiling the Exim monitor: If you want to compile the Exim monitor, a
60
60
 # program that requires an X11 display, then EXIM_MONITOR should be set to the
61
 
@@ -311,7 +314,7 @@
 
61
@@ -313,7 +316,7 @@
62
62
 # files are defaulted in the OS/Makefile-Default file, but can be overridden in
63
63
 # local OS-specific make files.
64
64
 
65
65
-EXIM_MONITOR=eximon.bin
66
66
+# EXIM_MONITOR=eximon.bin
67
67
 
68
 
 
69
 
 
70
 
@@ -389,7 +392,7 @@
 
68
 #------------------------------------------------------------------------------
 
69
 # Compiling Exim with content scanning support: If you want to compile Exim
 
70
@@ -322,14 +325,14 @@
 
71
 # and the MIME ACL. Please read the documentation to learn more about these
 
72
 # features.
 
73
 
 
74
-# WITH_CONTENT_SCAN=yes
 
75
+WITH_CONTENT_SCAN=yes
 
76
 
 
77
 # If you want to use the deprecated "demime" condition in the DATA ACL,
 
78
 # uncomment the line below. Doing so will also explicitly turn on the
 
79
 # WITH_CONTENT_SCAN option. If possible, use the MIME ACL instead of
 
80
 # the "demime" condition.
 
81
 
 
82
-# WITH_OLD_DEMIME=yes
 
83
+WITH_OLD_DEMIME=yes
 
84
 
 
85
 #------------------------------------------------------------------------------
 
86
 # Compiling Exim with experimental features. These are documented in
 
87
@@ -466,9 +469,9 @@
 
88
 # configuration to make use of the mechanism(s) selected.
71
89
 
72
90
 AUTH_CRAM_MD5=yes
 
91
-# AUTH_CYRUS_SASL=yes
 
92
+AUTH_CYRUS_SASL=yes
73
93
 AUTH_PLAINTEXT=yes
74
94
-# AUTH_SPA=yes
75
95
+AUTH_SPA=yes
76
96
 
77
97
 
78
98
 #------------------------------------------------------------------------------
79
 
@@ -615,7 +618,7 @@
 
99
@@ -476,7 +479,7 @@
 
100
 # Cyrus SASL library installed before trying to build Exim, and you probably
 
101
 # want to uncomment the following line:
 
102
 
 
103
-# AUTH_LIBS=-lsasl2
 
104
+AUTH_LIBS=-lsasl2
 
105
 
 
106
 
 
107
 #------------------------------------------------------------------------------
 
108
@@ -688,7 +691,7 @@
80
109
 # (version 5.004 or later) installed, set EXIM_PERL to perl.o. Using embedded
81
110
 # Perl costs quite a lot of resources. Only do this if you really need it.
82
111
 
85
114
 
86
115
 
87
116
 #------------------------------------------------------------------------------
88
 
@@ -625,11 +628,11 @@
 
117
@@ -698,11 +701,11 @@
89
118
 # support, which is intended for use in conjunction with the SMTP AUTH
90
119
 # facilities, is included only when requested by the following setting:
91
120
 
99
128
 
100
129
 
101
130
 #------------------------------------------------------------------------------
102
 
@@ -891,7 +894,7 @@
 
131
@@ -1002,7 +1005,7 @@
103
132
 # local part) can be increased by changing this value. It should be set to
104
133
 # a multiple of 16.
105
134