summaryrefslogtreecommitdiff
path: root/debian/changelog
blob: 92e33b9cd339ef3e47c9ab0baee51b9d95321722 (plain)
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
exim4 (4.63-3.0) UNRELEASED; urgency=low

  * NOT RELEASED YET
  * Make update-exim4.conf man page also update-exim4.conf.conf man page.
  * Fix SPF error message when $sender_address_domain is undefined (i.e. sender
    is <>). (rm)
  * Change debian/rules documentation for daemon-custom build.
    Thanks to Guido Hennecke. Closes: #386135
  * Rotate paniclog by size, not daily, to avoid rotating away
    messages after complaining from the daily cron job.
    Thanks to Dirk Meyer.
  * Update Slovak translation.
    Thanks to Peter Mann.
  * Add Wolof translation.
    Thanks to M Mamoune Mbacke
  * Add a paragraph explaning the gnutls-bin suggestion to ease DH
    parameter generation in case of entropy starvation.
    Thanks to Andi Barth and Florian Weimer.
  * Since a new version of sysvinit upload will move /var/run/ to a tmpfs
    directories under /var/run/ and their permissions are not persistent
    anymore but will be lost after a reboot. - Re-generate /var/run/exim4 in
    the init script to compensate for this. (am) (closes: #387699)
  * update-exim4.conf: Exit with an error if dc_use_split_config is neither
    true nor false instead of replacing the configuration with an empty one.
    (am) Closes: #386554
  * More intelligence for exim4_refresh_gnutls-params:
    * If certtool (from gnutls-bin) is unavailable but openssl is installed
      use openssl to re-generate DH params. (am)
    * Change exim4-base Suggests on gnutls-bin to gnutls-bin|openssl. (am)
    * Move invocation and background mechanism to exim4_refresh_gnutls-params.
      Script can now be called any time from the command line or any
      other script.
    * Only regenerate dh params if tls_advertise_hosts is non empty.
      According to Florian Weimer, DH params are only needed for
      incoming TLS connections.
    * Thanks, Yuri D'Elia. This addresses #387448
  * Improve entropy and gnutls-params docs.
  * cron-daily:
    * Invoke exim4_refresh_gnutls-params unconditionally.
    * Send out e-mail alert if gnutls-params is older than 14 days.
    * rename config varables to E4BCD_, source /etc/default/exim4
    * introduce a E4BCD_PANICLOG_NOISE variable containing a regexp.
      Paniclog is negatively filtered against that regexp and paniclog
      warning is only sent out if unfiltered lines remain. This is to allow
      work around http://www.exim.org/bugzilla/show_bug.cgi?id=92
  * Prepare hosts_avoid_tls statement on SMTP transports
  * Macroize log_selector, remove +tls_cipher from examples (it is on
    by default) and always set tls_peerdn (we use TLS by default for
    outgoing connections). Make it easier to enable debug logging.

 -- Marc Haber <mh+debian-packages@zugschlus.de>  Mon, 18 Sep 2006 14:07:46 +0200

exim4 (4.63-3) unstable; urgency=low

  * Have exim4-config conflict with exim4-daemon-* << 4.63.
    Thanks to Yannick Roehlly. Closes: #383420, #384058
  * Tweak NEWS.Debian formatting. Remove asterisks and make sure that
    contents lines start with four spaces.
  * exim4-config.NEWS: A pair of minor fixes in SPF entry. (rm) Closes: #383708
  * Apply upstream fix allowing header names with an odd number of
    characters in add_headers in filters.
    Thanks to Tony Finch. Closes: #384015
  * Add documentation for inaccessible home directories.
    Thanks to Juha Jäykkä. Closes: #383469

 -- Marc Haber <mh+debian-packages@zugschlus.de>  Wed, 23 Aug 2006 17:16:38 +0000

exim4 (4.63-2) unstable; urgency=low

  * upload to unstable

 -- Marc Haber <mh+debian-packages@zugschlus.de>  Tue, 15 Aug 2006 20:35:55 +0000

exim4 (4.63-1) experimental; urgency=low

  * New upstream version 4.63
    + Change PostgreSQL charset handling. Closes: #369351
    + Recognize SMTP codes at the start of "message" in ACLs and after
      :fail: and :defer: in a redirect router. Add forbid_smtp_code to
      suppress the latter. forbid_smtp_code is enabled in Debian's
      default config. Closes: #378131
  * Adapt configuration to current upstream
    + re-work RCPT ACL. Closes: #379155
    + add new comments to default authenticators
    + use $auth[123] instead of $[123] which are now deprecated
    + forbid_smtp_code on userforward router
  * Add missing dependency on lsb-base (>= 3.0-3), needed for the new
    init-script shipped in exim4-base. (am)

 -- Marc Haber <mh+debian-packages@zugschlus.de>  Tue,  1 Aug 2006 10:47:44 +0000

exim4 (4.62-5) unstable; urgency=low

  * Fix typo in exim4-base daily cron job.
    Thanks to Salvatore Bonaccorso. Closes: #381048
  * Fix language issues in package descriptions

 -- Marc Haber <mh+debian-packages@zugschlus.de>  Tue,  8 Aug 2006 15:02:14 +0200

exim4 (4.62-4) unstable; urgency=low

  * Add missing dependency on lsb-base (>= 3.0-3), needed for the new
    init-script shipped in exim4-base. (am)

 -- Marc Haber <mh+debian-packages@zugschlus.de>  Tue,  1 Aug 2006 11:03:57 +0000

exim4 (4.62-3) unstable; urgency=low

  * remove pkg-exim4-user mail address from README.Debian, mention
    that one needs to be subscribed to post.
    Thanks to Ross Boylan. Closes: #368242
  * re-word -o description in update-exim4.conf(8) man page.
    Thanks to Ross Boylan.
  * Flag update-exim4.conf(8) man page for a re-work in its BUGS
    section.
  * Give a - hopefully - better explanation of the mail name thingy in
    README.Debian.
  * Fix occurrences of default_acl file in documentation. Make part of
    README.Debian less confusing.
    Thanks to Ross Boylan. Closes: #376459
  * When installing via apt using dpkg-preconfigure the value of
    dc_hide_mailname was overwritten during the second run of the debconf
    script (invoked by postinst), before the value was stored in the
    configuration file. Fix this. (am) Closes: #376460
  * Make spamassassin example in 40_exim4_config_check_data actually
    work, add link to documentation for "really suiteable" configuration
    examples. Thanks, again, to Ross Boylan.
  * remove left-over "and a bunch" sentence from exim4-config_files.5
  * Add a symlink from /etc/email-addresses to /etc/exim4/email-addresses
  * Fix bad parsing of CHECK_RCPT_DOMAIN_DNSBLS.
    Thanks to Robert Millan. Closes: #378581
  * Note in README.Debian that other parts of the Debian system might
    give outdated and/or wrong advice. See #378684, #378685.
  * SPF support: (rm) Closes: #290464
    * Add (disabled) template to check SPF in 30_exim4-config_check_rcpt.
    * Add libmail-spf-query-perl (>= 1.999-1) to Suggests.
    * Rewrite Q/A about SPF from README.Debian.
    * Add a small note to exim4-config.NEWS.
  * Add conf.d/acl/30_exim4-config_check_mail to reject mail without HELO/EHLO.
    (rm) Closes: #378935
  * Add LSBized init script. Thanks to Carlos Villegas. Closes: #376953
  * re-order RCPT ACL statements to resemble Upstreams default config
    a little more. This used to be the case in the beginning, but was
    changed eventually, and I didn't find any rationale for our deviation.
    Thus, we change back to upstream's default to see which things might
    break.
  * remove cron.d from exim4-base dirs - we do not have a cron.d job
    any more for years.
  * Re-work daily cron job:
    * Make statistics configurable with a variable
    * Comment that the log handling code is fragile and depending on
      log rotation strategy
    * Add code to generate warnings if paniclog non-empty.
      Thanks to Andrew Ferrier. Closes: #379898
  * Build -dbg packages.
  * Updated vi (vietnamese) translation.
    Thanks to Clytie Siddall. (am) Closes: #380357

 -- Marc Haber <mh+debian-packages@zugschlus.de>  Mon, 31 Jul 2006 06:10:51 +0000

exim4 (4.62-2) unstable; urgency=low

  * Move explanation about using ";" as separator in lists from debian/NEWS to
    debian/exim4-config.NEWS. (The former ends up as
    /usr/share/doc/eximon4/NEWS.Debian.gz.) Also fix version-number of
    entry. (am)
  * have ue4.conf --verbose print split or non-split config.
    Thanks to Florian Laws. (mh)
  * Mention http://pkg-exim4.alioth.debian.org/ in package description.
    Thanks to Florian Laws. (mh)
  * Mention in package description that README.Debian has information
    about how to configure the Debian packages.
  * /etc/init.d/exim4: parse extended inetd.conf syntax from
    openbsd-inetd. (mh) Closes: #365928
  * New th (thai) translation.
    Thanks to Theppitak Karoonboonyanan. (mh) Closes: #367351
  * New dz (Dzongkha) translation.
    Thanks to Pema Geyleg. (am) Closes: #368593
  * New ne (Nepali) translation.
    Thanks to Paras pradhan. (am) Closes: #369526
  * New eo (Esperanto) translation.
    Thanks to Serge Leblanc. (am) Closes: #369241
  * Updated hu (hungarian) translation.
    Thanks to Attila Szervac. (am) Closes: #374616
  * Make documentation of CHECK_RCPT_LOCAL_LOCALPARTS and
    CHECK_RCPT_REMOTE_LOCALPARTS more verbose and concentrate it in the
    ACL file. Thanks to Klaus Muth. (mh) Closes: #366491
  * README.Debian.xml (mh)
    * Add new section documenting where to find documentation.
    * Move misplaced sentence.
    * Fix spelling errors in README.Debian.
      Thanks to Salvatore Bonaccorso. Closes: #366003
      Thanks to Ross Boylan. Closes: #374216
    * remove "you can stop reading now" sentence.
      Thanks to David Lawyer. Closes: #370790
    * Mention Debian-specific man pages
    * Give instructions about how to use apropos to find out about man
      pages.
  * Documentation changes inspired by Ross Boylan. Closes: #369126
    * Add exim4-config_files(5) man page to aid as repository for file
      explanations.
      * /etc/email-addresses
      * /etc/exim4/local_host_blacklist
      * /etc/exim4/local_host_whitelist
      * /etc/exim4/local_sender_blacklist
      * /etc/exim4/local_sender_whitelist
      * /etc/exim4/local_sender_callout
      * /etc/exim4/local_rcpt_callout
      * /etc/exim4/local_domain_dnsbl_whitelist
      * /etc/exim4/hubbed_hosts
      * /etc/exim4/passwd
      * /etc/exim4/passwd.client
      * /etc/exim4/exim.crt
      * /etc/exim4/exim.key
      If you find any files that might be missing in the man page,
      please report a bug.
    * mention exim4-config_files(5) in update-exim4.conf.8
    * Explicitly mention README.Debian in exim man page.
    * Remove /usr/share/doc/exim4-config/default_acl, move contents to
      README.Debian and exim4-config_files.
  * remove empty /usr/share/doc/exim4-config/examples.
  * clarify docs in RCPT ACL.
  * streamline docs:
    * hubbed_hosts router.
    * passwd.client.
    * server side authentication examples
  * Standard-Version: 3.7.2, no changes necessary.

 -- Marc Haber <mh+debian-packages@zugschlus.de>  Sat, 24 Jun 2006 08:56:19 +0000

exim4 (4.62-1) unstable; urgency=low

  * New upstream version
    * remove !acl patch, bug is fixed upstream
  * Some minor changes to README.Debian
  * Downgrade priority of exim4/dc_eximconfig_configtype, exim4/no_config and
    exim4/exim3_upgrade from critical to high, as there is a sane default.
    Closes: #342077
  * Allow single quotes in recipient mail addresses. Closes: #346222
  * Update debian/mtalist to conflict with hula-mta. (mh)
  * Move back man-pages (actually they are symlinks) related to the
    mail-transport-agent virtual package from exim4-base to the daemon
    packages. Other MTA packages also include these manpages and would
    otherwise need to explicitely conflict with exim4-base. Add "Replaces:
    exim4-base (<= 4.61-1)" to the daemon packages. Thanks to Justin Pryzby.
    Closes: #362852 (am)
  * Update km (Khmer) translation.
    Thanks to Khoem Sokhem. (mh) Closes: #363672, #363671
  * Update pa (Punjabi) translation.
    Thanks to A S Alam. (am) Closes: #364268
  * replace backticks with $() construct in ue4.conf. (mh)
  * Allow ";" as separator in dc_local_interfaces and dc_relay_nets.
    If a semicolon is found, "<;" is prepended to allow a semicolon as
    separator. Thanks to Adam Borowski. (mh) Closes: #360162
  * Link against libdb4.3 instead of 4.2. (am). Closes: #365467
  * Standards-Version: 3.7.0, no changes required. (am)
  * README.Debian: Add link to "how to use a completely different
    configuration scheme" to the beginning of the chapter about Debian's
    configuration to provide an easy way out for experienced exim people.
    (mh)
  * Fix grammar error in README.Debian. (Thanks, Ross Boylan) Closes: #365546
  * Whennever changing major Berkeley DB versions we zap the exim hint
    databases in exim4-base postinst. Change the code to also delete
    __db.retry, __db.misc, __db.callout and __db.wait* (which afaik are
    Berkeley DB internal files).  If these are somehow broken strange errors
    occur, e.g. #360696. As we are deleting the whole db, deleting these files
    seems to be a good idea. (am)

 -- Marc Haber <mh+debian-packages@zugschlus.de>  Tue,  2 May 2006 11:47:58 +0000

exim4 (4.61-1) unstable; urgency=low

  * New upstream version
    - Temporary files for content scanning subdirectory are now also mode 640
      instead of 666. Closes: #280282
    - If group was specified without a user on a router, and no group
      or user was specified on a transport, the group from the router
      was ignored. Closes: #343074
    - .include statements now require an absolute path. Closes: #268083
  * Apply upstream patch allowing !acl constructs
    (http://www.exim.org/mail-archives/exim-cvs/2006-April/msg00008.html)
  * Rename the Punjabi translation file name from pa_IN to pa
    to fit a decision taken in -i18n
  * README.Debian:
    * mention that relay_nets does allow relaying without authentication.
    * minor formatting fixes
  * Add Khmer debconf translation (Thanks, Kakada Hok) (bubulle)
    Closes: #359668
  * Add linda overrides for libs-not-in-depends (see #357727)

 -- Marc Haber <mh+debian-packages@zugschlus.de>  Tue,  4 Apr 2006 19:50:39 +0000

exim4 (4.60-5) unstable; urgency=low

  * re-introduce inst_aliases, patch src/install_exim to prevent path
    to inst_aliases to be put into example config file. (mh)
  * Fix typo in README.Debian.xml, thanks to Frank S. Thomas. (mh)
  * Fix Copy&Waste error in README.Debian.xml.
    Thanks to Olaf van der Spek. (mh) Closes: #356354
  * Added partial Punjabi debconf translation,
    thanks to Amanpreet Singh Alam. (cp) Closes: #349644
  * Fix wrong example in conf.d/acl/20_exim4-config_whitelist_local_deny.
    Thanks to Kaare Hviid for pointing this out on IRC. (mh)
  * Add documentation about Debconf templates to README.Debian to make
    yath happy. (mh)
  * exim4-refresh_gnutls-params: Use prefix for tempfile to make it
    easier recognizeable. (mh)

 -- Marc Haber <mh+debian-packages@zugschlus.de>  Mon, 13 Mar 2006 15:30:07 +0000

exim4 (4.60-4) unstable; urgency=low

  * add rationale to README.Debian explaining why using system
    passwords for SMTP AUTH is a bad idea.
  * streamline configuration to decrease differences to upstream default
    example, and to adopt new things that were added since we last
    looked there.
  * Do not set inst_aliases for installation, this only affects
    example.conf anyway.
  * fail build if upstream's example configuration has changed.
  * fix NEWS confusion. Thanks to Andreas for spotting this.
  * exim4-base.exim4.init: invoke exim4 daemon with the environment
    cleaned to avoid language confusion.
  * document tls on connect in README.Debian.
  * use adduser --quiet instead of > /dev/null in *.postinst.
  * Add require_files directive to userforward router to avoid errors
    when mailing uucp@hostname.
  * Add comment about setting up TLS in conf.d/auth/30_exim4-config_examples
    to keep people from blindly allowing cleartext auth.
  * Replace 37_dns_disable_additional_section patch with
    37_upstream_patch_342619, which is the nearly identical patch from
    upstream CVS, approved by Philip. (mh) Closes: #342619

 -- Marc Haber <mh+debian-packages@zugschlus.de>  Wed, 22 Feb 2006 10:30:16 +0000

exim4 (4.60-3) unstable; urgency=low

  * Have exim4-base replace exim4-daemon-light and -heavy. This is a
    needed corollary to the movement of the man pages to -base. Let's
    hope that this change doesn't introduce too much breakage. Thanks
    to Hamish Moffatt for making me take a closer look at policy.
    (mh) Closes: #347908, #348067
  * Introduce Makefile variable to build with OpenSSL instead of
    GnuTLS. This is a last minute maneuver to help sites suffering from
    the GnuTLS entropy issue (#338319, #343085) whose only other chance is
    disabling TLS completely. Please note that building exim4-daemon-heavy
    with OpenSSL is a GPL violation since OpenSSL's license clashes with
    the MySQL client library, which is GPL licensed without OpenSSL
    exception. (mh)
  * re-pack configuration diffs. (mh) Closes: #331698
  * Fix wrong variable substitution in lt (Lithuanian) debconf
    translation. Thanks to Davide Viti and Gintautas Miliauskas. (mh)
    Closes: #342242
  * Fix typo in exim.8 man page. Thanks to A Costa. (mh) Closes: #338579
  * Honor dpkg-statoverride entries for run-time data in /var.
    Thanks to Peter Mottram. (mh) Closes: #269448

 -- Marc Haber <mh+debian-packages@zugschlus.de>  Sun, 15 Jan 2006 00:23:47 +0000

exim4 (4.60-2) unstable; urgency=low

  * Add, but not enable, 37_dns_disable_additional_section.dpatch,
    which might be a possible fix for #342619
  * conf.d/auth/30_exim4-config_examples: add hint to adapt public_name
    string in support_broken_outlook_express_4_server authenticator if
    other authencators than LOGIN and PLAIN are offered.
  * Fix missing special characters in some debconf translations.
    Thanks to Davide Viti. (mh) Closes: #341442
  * Fix broken README reference in system_aliases router docs. (mh)
  * remove references to alias files from the address_pipe transport. (mh)
  * remove "Some-State" default from exim-gencert. (mh)
  * Clarify split vs unsplit config in README.Debian. Thanks to Faheem
    Mitha and Ross Boylan for helping. (mh)
  * Update Build-Depends to libmysqlclient15-dev. (mh) Closes: #343767
  * Fix wrong header in conf.d/routers/300_exim4-config_real_local.
    Thanks to Ross Boylan for spotting this. (mh)
  * Document headers_rewrite, return_path and dc_mailname_in_oh in
    update-exim4.conf man page. (mh) Closes: #332520, #342233
  * Re-Instate debian/patches/31_eximmanpage which was erroneously
    removed in 4.60-1, we have local Debian patches in here. Thanks to
    Ross Boylan for spotting this. (mh) Closes: #330967
  * Mention relay permission from localhost in update-exim4.conf(8). (mh)
  * Add more prose to relay control configuration. (mh)
  * Update Greek debconf translation (Thanks, Kostas Papadimas) (am)
    Closes: #344576
  * Add cross-reference to README.Debian to better find macro docs.
    Thanks to Shyamal Prasad. (mh) Closes: #329988
  * Fix incorrect variable substitution in pt_BR debconf translation. (Thanks,
    Felipe Augusto van de Wiel) (am) Closes: #345363
  * [exim4-config.templates, po/*po] Replace reference to README.SMTP-AUTH
    with one to its replacement README.Debian.html. (am) Closes: #344826
  * Re-work long package descriptions. Move reference to README.Debian in
    front, add hint to dpkg-reconfigure exim4-config, complete stub
    sentences, remove non-referenced acronym MTA from the long
    descriptions, move explanation what exim is to the very front.
  * README.Debian: Add section about changing the configuration,
    explain structure of conf.d and .conf.template, add hint that the SMTP
    AUTH examples are documented.
  * Introduce MAIN_TLS_CERTKEY to allow for single-file certificate/key
    storage. Thanks to John Goerzen. (mh) Closes: #315126
  * Mention entropy issue in README.Debian.
  * Ship symlink to /usr/sbin/exim, see NEWS.Debian. (mh) Closes: 319316
  * use dh_installinit -n instead of --noscripts to work around #347577. (mh)
  * use dh_installinit --name instead of --init-script, rename init
    script. (mh)
  * move man pages from daemon packages to exim4-base, add lintian
    and linda overrides to allow daemon packages not to contain man pages.

 -- Marc Haber <mh+debian-packages@zugschlus.de>  Thu, 12 Jan 2006 12:36:50 +0000

exim4 (4.60-1) unstable; urgency=low

  * new upstream version 4.60
  * assign value to UE4CC after command line processing. Only have
    ue4c throw an error on not-existing UPEX4C_confd if split config is
    seleted. Thanks to Ted Percival. (mh) Closes: #337229
  * A number of man page fixes. Thanks to A Costa. (mh)
    Closes: #338580, #338581, #338582, #338583, #338584
  * Pull spool dir path from exim -bP instead of hard-coding it in
    daily cron job and exim4_refresh_gnutls-params.
    Thanks to Alex Hermann. (mh) Closes: 340002
  * Corrected zh_CN translation by Ming Hua. (am) Closes: #338928
  * Corrected pl translation by Jacek Politowski. (am) Closes: #339671
  * Change README.Debian to clarify the exim as a client only uses
    STARTTLS and not TLS on connect. Thanks to Rob Brenart and Marc
    Sherman for pointing that out on exim-users.
  * Clarify passwd.client format. Thanks to Osamu Aoki for providing a
    good starting point in #244724, which is unfortunately not fixed just
    now.
  * remove patch 31_eximmanpage, fixes are included upstream.

 -- Marc Haber <mh+debian-packages@zugschlus.de>  Mon, 28 Nov 2005 18:16:12 +0000

exim4 (4.54-2) unstable; urgency=low

  * debian/README.Debian* merged into one xml-file. Binary packages ship both
    a html (generated by xsltproc) and plain-text version (lynx +
    post processing) of the file. (Hilko Bengen)
  * Switch to libmysqlclient14.
  * Fix two typos in French debconf templates.
    Thanks to Christian Perrier. (mh)
  * Replace broken courier auth example with one that actually denies
    access if a wrong password is given. Thanks to Peter Thomassen for
    carrying that report from some colorful web forum to the people who
    can fix it after like four months. (mh) Closes: #336979
  * Fix minor typos in README.Debian.xml and changelog. (mh)
  * Add 255.255.255.255 to ignore_target_hosts in dnslookup. (mh)

 -- Marc Haber <mh+debian-packages@zugschlus.de>  Wed,  2 Nov 2005 19:40:22 +0000

exim4 (4.54-1) unstable; urgency=low

  * new upstream version 4.54. (mh)
  * fix typo in router/real_local header
  * add same_domain_copy_routing to router/hubbed_hosts
  * [update-exim4.conf.8] false friend: s/sensible/sensitive/.
    Thanks to Ross Boylan. (am) Closes: #330975
  * modify broken outlook express 4 authenticator so that it only
    advertises on encrypted connections, as the other plaintext
    authenticators do. Thanks again, Fred Viles. (mh)
  * update-exim4.conf.8: alphabetically sort REPLACEMENT PATTERNS and
    CONFIGURATION VARIABLES sections, add documentation for
    DEBCONFlocal_domainsDEBCONF.
    Thanks to Ross Boylan. (mh) Closes: #330980
  * fix bashism == in init script. Thanks to Adam D. Barratt and
    Justin Pryzby. (mh) Closes: #331299

 -- Marc Haber <mh+debian-packages@zugschlus.de>  Tue,  4 Oct 2005 09:59:24 +0000

exim4 (4.53-1) unstable; urgency=low

  * new upstream version 4.53. (mh)
  * Fix obviously unfinished sentence in update-exim4.conf.8
    documenting dc_local_interfaces. (mh)
  * Move SMTP authentication docs to README.Debian. (mh)
  * Adapt reportbug script to be useable from the command line as well,
    mention this in README.Debian mailing list paragraph. (mh)
  * Remove /etc/default/exim4 in exim4-config's postrm instead of exim4-base's
    one, as it is created in exim4-config's postinst. (am) Closes: #325901
  * Fix error in README.Debian.xinetd.
    Thanks to Diego Biurrun. (mh) Closes: #327847
  * Fix substitute variable in Japanese (ja) debconf translation.
    Thanks to Kenshi Muto. (mh) Closes: #329729
  * Add lintian override for maintainer-script-needs-depends-on-netbase. We
    don't need that depends since update-inetd.conf is checked for presence
    before invocation and that invocation is only optional cleanup. (mh)
  * add linda override to kill double shlib warning - libgnutls is
    fully versioned and thus is not a problem. (mh)
  * add lintian override to kill bashism "local" warning for
    exim4-config.config and exim4-config.postinst (see #330548). (mh)
  * add general package blurb to description of the exim4 meta package
    as well. Thanks to Marc Sherman for pointing this out. (mh)
  * remove code to escape dashes in the pod2man generated man pages.
    That code makes the man pages syntactically invalid, we'd rather
    live with suboptimal rendering (which is a pod2man bug anyway). (mh)
  * change spacing for rewrite rules in configuration, man page and
    ue4.conf to ease paragraph filling for the man page. (mh)
  * re-pack config patches. (mh)

 -- Marc Haber <mh+debian-packages@zugschlus.de>  Wed, 28 Sep 2005 18:34:51 +0000

exim4 (4.52-2) unstable; urgency=low

  * unpack/pack configs to get clear EDITME patches (mh)
  * Update ca (Catalan) translation.
    Thanks to Aleix Badia i Bosch. (mh) Closes: #317429
  * Update mk (Macedonian) translation.
    Thanks to Georgi Stanojevski. (mh) Closes: #320231
  * Use certtool from gnutls-bin in cron.daily to re-generate gnutls-params
    instead of only removing the file and letting exim4 re-generate it at SMTP
    time after receiving STARTTLS. The maximum runtime of certtool is limited
    to 2*1800 seconds per default by using timeout.pl by Piotr Roszatycki
    (checked and beautified by Marc 'HE' Brockschmidt). Add gnutls-bin to
    exim4-base' Suggests. (am) Closes: #285371
  * Build-Depend on libgnutls-dev (from gnutls12) instead of libgnutls11.
  * Drop compability with debhelper in woody (am):
    - mv *.templates.master *.templates
    - update po/POTFILES.in accordingly.
    - no more manual invocation of po2debconf in debian/rules
    - use dh_installppp instead of manual dh_installdirs/dh_install.
      Closes: #212893
    - Build-Depends: debhelper (>= 4.1.68)
  * drop upgly passwd dependency introduced in 4.30-6. (am)
  * shorten Build-Depends by replacing "libxfoo-dev|xlibs-dev' with just
    'libxfoo-dev'. (am)
  * Do not try to authenticate to smarthost if smarthost offers AUTH LOGIN but
    passwd.client does not contain a matching entry. (am) Closes: #323565

 -- Andreas Metzler <ametzler@debian.org>  Sun, 21 Aug 2005 11:44:27 +0200

exim4 (4.52-1) unstable; urgency=low

  * 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)

 -- Marc Haber <mh+debian-packages@zugschlus.de>  Sat,  2 Jul 2005 06:08:34 +0000

exim4 (4.51-2) unstable; urgency=low

  * Fix typo in exiwhat.8. (am) Closes: #313246
  * Clarify tls_verify_certificates documentation in
    conf.d/main/03_exim4-config_tlsoptions. Thanks to Wenzhuo Zhang. (mh)
  * Accept postmaster liberally for relay_to_domains. Thanks to
    Roderick Schertler. (mh) Closes: #313023
  * Improve update-exim4.conf's internal run-parts to warn about ignored files
    if running in verbose-mode. (am) Closes: #315656
  * Make it possible to purge a previously uninstalled exim4-suite if debconf
    has between removed since. (am) Closes: #315173
    - Stop useless sourcing of confmodule in exim4-config.postrm.
    - Use debconf to ask about trashing the mailqueue if debconf is available,
      keep the queue otherwise.
  * exim failed to setup gnutls parameters if the gnutls-param file was
    missing. This caused TLS breakage. (am) Closes: #315650

 -- Andreas Metzler <ametzler@debian.org>  Tue, 28 Jun 2005 19:35:35 +0200

exim4 (4.51-1) unstable; urgency=low

  * new upstream version 4.51. (mh)
    * remove 80_upstream_fix-296492
    * remove 81_fix-kfreebsd-gnu
    * remove 82_upstream_fix-299733
    * remove 82_upstream_fix_299743
    * remove 83_upstream_fix-strangelog
  * build-depends: replace postgresql-dev with libpq-dev. (mh)
  * apply patch to EDITME.exim4-heavy.diff from ubuntu for clearer
    postgresql build. (mh)
  * fix wrong dc_other_hostnames statement in manpage. Thanks to
    Daniel Hermann. (mh) Closes: #311023
  * give more directions how to use /etc/exim4/exim4.conf. (mh)
  * Fix duplicated server_advertise_condition line in
    login_saslauth_server. Thanks to Rich Aycock. (mh) Closes: #311906
  * Conditional restarting the daemon in exim4-config.config now checks for
    DEBCONF_RECONFIGURE=1 instead of (mis)using an internal
    debconf-template. (am)
  * Documentation Improvements for update-exim4.conf.8, exim4.conf.template
    and 01_exim4-config_listmacrosdefs and README.Debian.
    Thanks to Ross Boylan. (am/mh)
  * New translation: et (Estonian) by Siim Põder. (mh) Closes: #312474

 -- Marc Haber <mh+debian-packages@zugschlus.de>  Fri, 10 Jun 2005 18:57:03 +0000

exim4 (4.50-8) unstable; urgency=low

  * integrate TLS docs in README.Debian, remove README.TLS.
    Thanks to Sam Morris. (mh) Closes: #310771

 -- Marc Haber <mh+debian-packages@zugschlus.de>  Fri, 27 May 2005 07:57:14 +0000

exim4 (4.50-7) unstable; urgency=low

  * Documentation Only Fixes
    - Fix grammar error in README.system_aliases. Thanks to Andreas
      Barth on IRC. (mh)
    - Optimize unencrypted authentication docs. Thanks to Drew Parsons.
      (mh) Closes: #305443
    - Clarify dc_smarthost host list processing in update-exim4.conf.8.
      (mh) Closes: #307370
    - Clarify split-config description in README.Debian.
      Thanks to Luc Saffre. (mh)
    - Fix a typo in README.Debian-accountname, thanks to Brett Parker. (mh)
    - Fix an issue in the exim manpage creating the illusion that
      whitespace is allowed between -d and its options.
      Thanks to Greg Kochanski. (mh) Closes: #309174
    - Start re-work of README.Debian FAQ.
    - Add "should -config depend on -base" question to README.Debian FAQ.
    - Link README.Debian to -daemon-light and -daemon-heavy, include a
      copy of README.Debian in -config.
      Thanks to Daniel Maier. (mh) Closes: #310118
  * Translations
    - Update: cy (Welsh) by Dafydd Harries. (mh) Closes: #306349
    - New: vi (Vietnamese) by Clytie Siddall. (mh) Closes: #306613
    - Fix typos in pt.po (Thanks, Miguel Figueire) (am) Closes: #310057
  * Configuration Clarification
    - move the regexps in the local part checks to macros, adapt docs.
      Thanks to Adam M. Costello. (mh) Closes: #306094
  * Bug Fixes
    - preserve escape sequences like '\\N' in
      /etc/exim4/update-exim4.conf.conf:
      - use awk instead of sed in exim4-config.postinst (Thanks, Barry Kitson).
      - use printf '%s\n' "$foo" instead of echo "$foo". (echo in dash would
        swallow the second backslash)
      - actually making this work requires changes in debconf, too,
        see #306134.
      - (Closes: #305957) (am)
    - apply upstream patch from
      http://www.exim.org/mail-archives/exim-users/Week-of-Mon-20050425/msg00035.html
      in some circumstances, exim writes parts of /etc/passwd and/or
      /etc/group to the reject log. This scares people. (mh)
    - apply upstream patch from
      http://www.exim.org/mail-archives/exim-dev/2005-April/msg00012.html to
      only try SASL mechanisms that are actually specified in the
      configurations. Thanks to Juergen Kreileder. (mh) Closes: #299743
    - Build against libmysqlclient12-dev instead of libmysqlclient10-dev.
      (am) Closes: #306970
    - As "mail sent by smarthost; no local mail" aka satellite requires setting
      dc_readhost always ask this question. (am) Closes: #304838
    - Make nonsplit-config read /etc/exim4/exim4.conf.localmacros before
      /etc/exim4/exim4.conf.template to allow macros here as well. (mh)
    - Make it clear that "broken debconf" warning is issued by
      exim4-config.postinst
    - Make sure that "generated, do not touch" disclaimer in
      /var/lib/exim4/config.autogenerated always appears
    - [exim4-config] As the.config script stores answers in debconf's db and the
      postinst actually generates configurations files from these values
      restarting the daemon on dpkg-reconfigure has to be done in postinst. (am)
      Closes: #310703

 -- Marc Haber <mh+debian-packages@zugschlus.de>  Thu, 26 May 2005 17:47:24 +0000

exim4 (4.50-6) unstable; urgency=low

  * fix some errors in update-exim4.conf(8) manpage. (am)
  * more macros in config. (mh)
  * Apply upstream fix: $primary_hostname is now expanded in
    cyrus_sasl authenticator. Thanks to Juergen Kreileder, and of
    course Philip Hazel. (mh) Closes: 299733
  * fix conftype none missing "| \" bug, again. Thanks to Andrew Nimmo
    and Gabriel L. Briones III. (mh) Closes: 303351.
  * The upstream fix for #296492 sometimes causes an endless loop. Update
    patch with correction from Philip's commit, revision 1.10. (mh)
  * Document real_local router. (mh)
  * Add instructions about how to use inetd. Thanks to Ryan Underwood.
    (mh) Closes: #304436
  * Fix wrong file header in 100_exim4-config_domain_literal. (mh)
  * Fix bad english in 01_exim4-config_listmacrosdefs. (mh)
  * conf.d/main/02_exim4-config_options: Remove macro effort for options
    that we leave at their default by default anyway, re-commenting them
    for reference. (am)
  * Allow cleartext client AUTH PLAIN and AUTH LOGIN by setting a
    macro. (mh)
  * Update information in README.SMTP-AUTH. (mh)

 -- Marc Haber <mh+debian-packages@zugschlus.de>  Sun, 17 Apr 2005 19:10:26 +0000

exim4 (4.50-5) unstable; urgency=low

  * move exim4-config-simple and exim4-config-medium from the main
    source package to keep them from being released.
  * document the fact that the check done by update-exim4.conf does
    not detect all possible errors and fails with errors that are inside
    expanded items in the config file. Thanks to Marc Sherman.
    (mh) Closes: 286721
  * Add examples for cyrus_sasl to conf.d/auth/30_exim4-config_examples.
    Thanks to Juergen Kreileder. (mh) Closes: #299732
  * remove --dry-run from 10_daemon_close_fds.dpatch so that failures
    to patch cause failure. Thanks to Gergely Nagy, and apologies for
    blaming it on dpatch (see #297670). (mh)
  * remove ACL example file, incorporate DNSBL examples (without
    actual DNSBL domains) into main config. The example file hasn't been
    updated in ages, and the main config file has become quite
    sophisticated by itself. (mh)
  * add example authenticators for courier authdaemon. (mh)
  * have exim4-base recommend psmisc. Thanks to Thiemo Seufer.
    (mh) Closes: #299858
  * apply upstream patch fixing fallback handling. Thanks to Laurent Fousse.
    (mh) Closes: #296492
  * add patch to allow building on kfreebsd-gnu. Thanks to Robert
    Millan. (mh) Closes: #300967
  * remove 10_daemon_close_fds since this might close FDs which might
    be used by other libraries such as libnss-ldap. Thanks to Antonio
    Kanouras for reporting and testing, and to Florian Weimer for
    debugging. To avoid #297607 from happening again, use db_stop in
    exim4-config.config and coordinate with the d-i team. Thanks to
    Frans Pop for testing. (mh) Closes: #299051
  * make pidfile paths in init script variables. (mh)
  * Update bs (Bosnian) debconf templates. Thanks to Safir Secerovic.
    (mh) Closes: #301940
  * Fix update-exim4.conf to actually remove the DEBCONF stuff from
    configuration. Thanks to Jason Spiro. (mh)
  * correctly translate an empty debconf option visiblename to an
    _unset_ qualify_domain, not a qualify_domain set to the empty string.
    Thanks to Miquel van Smoorenburg. (mh) Closes: #302060
  * update-exim4.conf ignored the setting of dc_use_split_config and
    always used the data from split config for conftype none. (am)
  * Document #301988 (base-config) in README.Debian to offer an
    explanation for a long delay restarting exim right after Debian
    installation. (mh)
  * Fix exim4-config.NEWS and exim4-config.postinst, documenting the
    mailname change there. This should act as a heads-up to people who
    do funky things with their ue4.conf.conf which might overwrite the
    fixup intrduced by the maintainer script. Thanks to Vincent
    Lefevre. (mh) Closes: #301906
  * Make Maildir location configurable via exim macro. Thanks to
    Frederic Lehobey. (mh) Closes: #302215
  * pull update-exim4.conf.conf file name in shell variables
  * liberally use .ifdef in conf.d files which changed in this release
    anyway. This is part of the process to fix #297603. (mh)
  * Adapt formatting policy to conf.d files which were changed. (mh)
  * Improve on Debconf documentation in update-exim4.conf.conf and
    the configuration templates. This partly addresses #289959. (mh)
  * re-work ue4.conf man page, also addressing #289959. (mh)
  * add a comment about caseless postmaster to
    conf.d/router/400_exim4-config_system_aliases. (mh)
  * print script name and parameters when debugging. (mh)
  * update-exim4.conf now gives a better error message if
    ue4.conf.conf does not exist. (mh)
  * ue4.conf.template: If a relative output path is given, actually
    put the file there and not in a path relative to
    /etc/exim4/conf.d. (mh)

 -- Marc Haber <mh+debian-packages@zugschlus.de>  Sun,  3 Apr 2005 07:20:17 +0000

exim4 (4.50-4) unstable; urgency=low

  * fix 10_daemon_close_fds.dpatch to actually apply again. Sheesh.
    Thanks to Joey Hess. (mh) Closes: #297607

 -- Marc Haber <mh+debian-packages@zugschlus.de>  Wed,  2 Mar 2005 07:38:52 +0000

exim4 (4.50-3) unstable; urgency=low

  * actually enable dlopen patch, show this in package descriptions.
    Thanks to Andrej KOLESNIKOV. (mh) Closes: #297282
  * Have exim4-config conflict with -daemon (<<4.50), as we use
    submission/sender_retain which is not supported by earlier daemons.
    Thanks to Echo Nolan. (mh) Closes: #297501

 -- Marc Haber <mh+debian-packages@zugschlus.de>  Tue,  1 Mar 2005 06:45:26 +0000

exim4 (4.50-2) unstable; urgency=low

  * now use WITH_OLD_DEMIME as discussed on pkg-exim4-devel. (mh)
  * postinst: add "This is a Debian specific file" to ue4.c.c. (mh)
  * fix exim.8 manpage to point to exim4 instead of exim.
    (mh) Closes: #296864
  * fix update-exim4.conf.8 man page to correctly document that
    multiple smarthosts are supported and non-SMTP ports are not. Thanks
    to Dan Jacobson. (mh) Closes: #283560
  * Add --output option to update-exim4.conf.template. Thanks to Marc
    Sherman. (mh/am) Closes: #296597
  * Compile with cyrus_sasl authentication mechanism, add libsasl2-dev to
    Build-Depends. Thanks to Sean Middleditch and Gergely Risko. (mh)
    Closes: #296203, #292906.
  * document that dc_localdelivery does not have a corresponding
    Debconf option.
  * Introduce ue4c_comments for /etc/exim4/update-exim4.conf.conf to
    set default for keepcomments/removecomments from the config file.
    Thanks to Greg Folkert. (mh) Closes: #295735
  * Use "control = submission/sender_retain" to fixup relayed messags instead
    of only adding a Message-ID with a warn-statement. (am) Closes: #285235
  * Add force-stop to the init script. Thanks to Jari Aalto. (mh)
    Closes: 271686
  * tighten local parts checks. Thanks to Jari Aalto. (mh) Closes: #273302

 -- Marc Haber <mh+debian-packages@zugschlus.de>  Sun, 27 Feb 2005 16:33:05 +0000

exim4 (4.50-1) experimental; urgency=low

  * new upstream version
  * kill exiscan patch as it is now included upstream
  * deliver configuration which will compile daemon-heavy with the
    built-in exiscan
  * convert package to svn on svn.debian.org with a debian/-only
    layout. (mh)
  * remove 37_kbsd-gnu patch on bug submitter's request (doesn't apply
    cleanly). (mh)
  * fix bad German translation of a debconf template. Thanks to Hanno
    Wagner. (mh) Closes: #291671
  * allow option passing to updatex-exim4.conf from init script.
    Thanks to Stephen Gran. (mh) Closes: #285973
  * change commented out example for reverse DNS RCPT check to catch
    deferrals as well. Thanks to Marc Sherman. (mh) Closes: #291832
  * Update ko (Korean) debconf templates. Thanks to Seo Sanghyeon.
    (mh) Closes: #292607
  * Update sq (Albanian) debconf templates. Thanks to Elian Myftiu.
    (am) Closes: #284529
  * New gl (Galician) debconf templates. Thanks to Jacobo Tarrío.
    (mh) Closes: #295562
  * use #!/bin/bash in reportbug script as a quick fix until #294954
    is fixed one way or the other in reportbug.
  * Minor fix to de (German) debconf templates. Thanks to Dennis
    Stampfer. (mh) Closes: #294815
  * add bad hack authenticator to support outlook express 4.xx. (mh)
  * streamline server authenticator names. (mh)
  * 60_convert4r4.dpatch: patch convert4r4 to prevent execution of the
    script without people reading a prominent warning. (mh)
  * re-work debian/control again, pointing people towards
    pkg-exim4-users to make upstream a little bit less unhappy.

 -- Marc Haber <mh+debian-packages@zugschlus.de>  Fri, 18 Feb 2005 15:31:12 +0000

exim4 (4.44-2) unstable; urgency=low

  * re-work debian/control to make lintian happy, make descriptions
    more orthogonal. (mh)
  * kill build-conflicts on libperl-dev (=5.8.4-1). (mh)

 -- Andreas Metzler <ametzler@debian.org>  Thu, 27 Jan 2005 13:45:45 +0100

exim4 (4.44-1) experimental; urgency=low

  * New upstream bugfix-only release (exiscan-acl 4.44-28).
   - Fixes eximstats' generation of pie charts by volume. (Closes: #286074)
   - Reset the locale to "C" after calling embedded Perl. (Closes: #283538)
   - includes 66_cipherpreferences.dpatch,
     66_can2005-0021_can2005-0022.dpatch, 65_tidydb-spool.dpatch,
     62_statvfs.dpatch.
  * Fix (commented) example for AUTH LOGIN with saslauthd (Thanks, Maik
    Broemme). (Closes: #291205)
  * tl (Tagalog) translation of debconf templates by eric pareja.
    (Closes: #291184)
  * Use db4.2. (Closes: #258311)

 -- Marc Haber <mh+debian-packages@zugschlus.de>  Sun, 23 Jan 2005 15:42:20 +0000

exim4 (4.43-4) unstable; urgency=low

  * Change update-exim4.conf to again generate a valid return_path (instead
    of defering any mail to remote systems) if dc_hide_mailname='true'.
    (Closes: #290954)
  * Fix typo in changelog and exim4-config's NEWS.
  * Some changes (most notably changing the interfaces exim listens on)
    require restarting exim instead of just sending HUP. Change documentation
    and exim4-config.config accordingly. (Closes: #290945)

 -- Andreas Metzler <ametzler@debian.org>  Tue, 18 Jan 2005 12:57:58 +0100

exim4 (4.43-3) unstable; urgency=low

  * Now that 4.44 is released upload 4.43 to unstable. ;-) Merge experimental
    and unstable changelog.
  * More lintian overrides. ("X" in eximon4's description has to be capital,
    and we take care to only use settitle if it is available.
  * make nullmailer setup and the way we use mailname a lot more sensible,
    attacking #244095 and #280207:
    - mailname is not implicitely made a local domain, instead it is listed
      explicitely in dc_other_hostnames, where users can easily remove it
      from. (This is basically what postfix does, too.) When upgrading
      existing installations mailname is automatically added _once_ to
      dc_other_hostnames, on fresh installations mailname is the default
      value of dc_other_hostnames. We store the fact that we have added
      mailname to dc_other_hostnames in $dc_mailname_in_oh in
      update-exim4.conf.conf.
    - Make exim work correctly if dc_readhost ("visible, rewritten domain name
      for local users") ends up as part of local_domain, which happens if
      the same value is chosen for mailname and dc_readhost. This
      implemented by new router, hub_user_smarthost. Previously users were
      required to use something different (my.invalid.domain) for mailname.
    - Special thanks to Christian Perrier for taking care of the
      template translation updates.
  * We did not substitute the current value into the debconf templates with
    db_subst but showed the old ones from the previous debconf run.
  * /etc/exim4/email-addresses is ignored now, please use /etc/email-addresses!
  * Bosnian (bs.po) translation is complete (Thanks Adis Nezirovic).
  * Includes de.po change suggested in #286525.
  * One-line fix for incorrect fi.po translation by Kalle Olavi Niemitalo.
    (Closes: #288930)

 -- Andreas Metzler <ametzler@debian.org>  Sat, 15 Jan 2005 19:38:16 +0100

exim4 (4.43-2) experimental; urgency=low

  * Resync against sarge/sid (4.34-10).
  * Translation updates:
    - he (Hebrew) by Lior Kaplan (am) (Closes: #281249)
  * cy (Welsh) translation of debconf templates by Dafydd Harries.
    (am) (Closes: #282731)
  * sq (Albanian) translation of debconf templates by Elian Myftiu. (am)
    (Closes: #284529)
  * allow arbitrary Sender: and envelope headers in locally submitted
    messages, no longer force them to be the local account name at the
    local host name. (mh)
  * delete /var/spool/exim4/gnutls-params in cron.daily. (mh)
    (Closes: #224269)
  * run debian/rules update-mtaconflicts. (mh)
  * remove outdated info from README.SMTP-AUTH and clarify corresponding
    comments in configuration file (Closes: #281249). (am)
  * Add an example for AUTH LOGIN using saslauthd. (Closes: #276450). (am)
  * exim4-base.cron.daily: Use find | xargs -0r  (Closes: #279205). (am)
  * Document /etc/email-addresses in README.Debian (Closes: #276958) (am).
  * exim_tidydb did not work properly with split spool directory. (am)
  * Make exim prefer stronger ciphers. (AES_256 AES_128 3DES ARCFOUR).
  * Make the prefered local transport (maildir/mailspool) configurable in
    update-exim4.conf.conf, attacking #250980. Document this, therefore
    (Closes: #274597) (am)
  * Move slightly more expensive tests in rcpt ACL further down. (This only
    changes commented out example code.) (Closes: #267708)
  * Fix 62_statvfs to work with older versions of dpatch. (Closes: #286302)
  * Version dpatch build-dependency to safeguard against reintroducing this
    bug.
  * In comment point out that using saslauthd for SMTP AUTH requires giving
    exim privileges to use it.
  * New patch 66_can2005-0021_can2005-0022.dpatch from
    http://www.exim.org/mail-archives/exim-users/Week-of-Mon-20050103/msg00028.html
    fixing two buffer overflows labeled CAN-2005-0021 and CAN-2005-0022
    (mh/am).

 -- Andreas Metzler <ametzler@debian.org>  Thu,  6 Jan 2005 12:33:27 +0100

exim4 (4.43-1) experimental; urgency=low

  * targeted for experimental since we need unstable to get new 4.34
    versions in sarge. unstable upload will happen as soon as t-p-u is in
    working condition.
  * New upstream version. (am) (Closes: #274246, #267994)
    - no more unescaped hyphens in exim.8. (Closes: #262592)
    - no more warnings in exipick.8 (Closes: #277817)
    - New option tls_on_connect_ports. (Closes: #265818)
    - better documentation about differences in configuring for GnuTLS or
      OpenSSL. (Closes: #241725)
    - verify = header_sender now respects callout options. (Closes: #260114)
    - There is now an overall timeout for performing a callout verification. 
      (Closes: #261511)
    - Less typos in filter.txt. (Closes: #230545)
    - New ACL: acl_smtp_predata, useful for greylisting. (Closes: #237947)
  * exiscan patch 4.43-28 (mh)
  * Use statvsf() instead of statfs(), fixing complete breakage on
    alpha/ReiserFS (Closes: #280213). Thanks to John Goerzen for finding and
    debugging this. (am)
  * Use getconf LFS_CFLAGS instead of hardcoding -D_FILE_OFFSET_BITS=64 to
    prevent similar bugs. (am)
  * Translation updates:
    - tr (Turkish) by Recai Oktas (#281840) (am)
  * add lintian and linda overrides to get rid of warnings and errors. (mh)
  * delete debian/files from config-custom, make config-custom's
    debian/rules delete debian/files on clean. (mh)

 -- Marc Haber <mh+debian-packages@zugschlus.de>  Sun, 21 Nov 2004 19:26:11 +0000

exim4 (4.34-10) unstable; urgency=high

  * urgency high because this upload fixes two minor security issues.
  * more documentation for dc_localdelivery in update-exim4.conf.8.
  * Move slightly more expensive tests in rcpt ACL further down. (This only
    changes commented out example code.) (Closes: #267708)
  * Fix 62_statvfs to work with older versions of dpatch. (Closes: #286302)
  * Version dpatch build-dependency to safeguard against reintroducing this
    bug.
  * In comment point out that using saslauthd for SMTP AUTH requires giving
    exim privileges to use it.
  * New patch 66_can2005-0021_can2005-0022.dpatch from
    http://www.exim.org/mail-archives/exim-users/Week-of-Mon-20050103/msg00028.html
    fixing two buffer overflows labeled CAN-2005-0021 and CAN-2005-0022
    (mh/am).

 -- Andreas Metzler <ametzler@debian.org>  Wed,  5 Jan 2005 10:39:03 +0100

exim4 (4.34-9) unstable; urgency=low

  * Translation updates:
    - he (Hebrew) by Lior Kaplan (am) (Closes: #281249)
  * cy (Welsh) translation of debconf templates by Dafydd Harries.
    (am) (Closes: #282731)
  * sq (Albanian) translation of debconf templates by Elian Myftiu. (am)
    (Closes: #284529)
  * new patch 64_pipeliningfixup pulled from 4.42. Exim was forgetting that it
    had advertised PIPELINING for the second and subsequent messages on an
    SMTP connection.  Thanks to Christoph Barbian. (am) (Closes: #283230)
  * allow arbitrary Sender: and envelope headers in locally submitted
    messages, no longer force them to be the local account name at the
    local host name. (mh)
  * delete /var/spool/exim4/gnutls-params in cron.daily. (mh).
  * remove outdated info from README.SMTP-AUTH and clarify corresponding
    comments in configuration file (Closes: #283568) (am).
  * Add an example for AUTH LOGIN using saslauthd. (Closes: #276450) (am).
  * exim4-base.cron.daily: Use find | xargs -0r  (Closes: #279205) (am).
  * run debian/rules update-mtaconflicts
  * Document /etc/email-addresses in README.Debian (Closes: #276958) (am).
  * exim_tidydb did not work properly with split spool directory. (am)
  * Make the prefered local transport (maildir/mailspool) configurable in
    update-exim4.conf.conf, attacking #250980. Document this, therefore
    (Closes: #274597) (am)

 -- Andreas Metzler <ametzler@debian.org>  Tue,  7 Dec 2004 12:40:49 +0100

exim4 (4.34-8) unstable; urgency=medium

  * The real-life-takes-its-toll-release.
  * Use statvsf() instead of statfs(), fixing complete breakage on
    alpha/ReiserFS (Closes: #280213). Thanks to John Goerzen for finding and
    debugging this.
  * Use getconf LFS_CFLAGS instead of hardcoding -D_FILE_OFFSET_BITS=64 to
    prevent similar bugs.
  * Translation updates:
    - tr (Turkish) by Recai Oktas (Closes: #281840)
  * new patch 63_nomorecrashongnutlserror pulled from 4.40: "If a server
    dropped the connection unexpectedly when an Exim client was using GnuTLS
    and trying to read a response, the client delivery process crashed while
    trying to generate an error log message." (Closes: #280647)

 -- Andreas Metzler <ametzler@debian.org>  Sat, 20 Nov 2004 10:52:18 +0100

exim4 (4.34-7) unstable; urgency=low

  * Update README.Debian.UUCP (thanks, Andreas Barth) (Closes: #271179)
  * The hack to fix the infinite debconf loop on woody (#246742) broke
    dpkg-reconfigure. Add an additional [ "reconfigure" != "$1" ] condition to
    the abort clause. (Closes: #271864) (am)
  * apply patch fixing Italian debconf translation by Danilo
    Piazzalunga. (mh) (Closes: #274398)
  * ro (Romanian) translation of debconf templates by Eddy Petrisor.
    (mh) (Closes: #275414)
  * sl (Slovenian) translation of debconf templates by Jure Cuhalev.
    (mh) (Closes: #275090)
  * uk (Ukrainian) translation of debconf templates by Eugeniy
    Meshcheryakov. (mh) (Closes: #273505)
  * mk (Macedonian) translation of debconf templates by Georgi
    Stanojevski. (mh) (Closes: #275772)
  * fix encoding problem in hu.po. Thanks to Christian Perrier. (mh)
  * Hebrew translation updated. Closes: #277682 (Lior Kaplan)
  * Norwegian Nynorsk translation fixed (commas removed and replaced by
    dashes). Closes: #278011 (Christian Perrier)
  * Fix commas in Macedonian, Polish, Russian translations which broke the
    Choices list the same way they were in Norwegian Nynorsk (Christian
    Perrier)
  * Fix error in README.SMTP-AUTH, thanks Jari Aalto. (Closes: #276448) (am)
  * Make update-exim4.conf more forgiving, working with files that are missing
    the final newline. (Closes: #273279) (am)
  * Use procmail for delivery if /either/ etc/procmailrc or ~/.procmailrc
    exist. (Closes: #267706) (am)
  * Shorten overlong template in Catalan (Closes: #277686) (Jordi Mallach) and
    Brazilian translation (Closes: #278016) (Andre Luis Lopes)

 -- Andreas Metzler <ametzler@debian.org>  Sun,  7 Nov 2004 19:56:01 +0100

exim4 (4.34-6) unstable; urgency=low

  * Uploaded to test changes before we break tpu.
  * zh_TW translation of debconf templates by Tetralet. (Closes: #267524)
  * bg (Bulgarian) translation of debconf templates by Ognyan Kulev
    (Closes: #267603)
  * updated translations:
   - nl (Dutch) by Bart Cornelis. (Closes: #268168)
  * remove osirusoft from dnsbl examples. Thanks to Greg Kochanski for
    noticing. Add dnsbl disclaimer. (mh) (Closes: #269501)
  * add an example for exim-adduser. (Thanks to Jonas Meurer for the initial
    idea, the commited version is different, though.) (mh/am) (Closes: #267792)
  * hr (Croatian) translation of debconf templates by Krunoslav Gernhard
    (Closes: #270578)
  * Do not remove the Debian-exim user in "exim4-config.postrm purge".
    Package dependencies are only effective for packages in status installed,
    but it is clearly not sane to remove the user until all exim4-packages
    are purged. e.g. this can completely break logrotate (Closes: #270681).

 -- Andreas Metzler <ametzler@debian.org>  Sat, 11 Sep 2004 10:29:26 +0200

exim4 (4.34-5) unstable; urgency=low

  * The let's test the changes before we upload to tpu release.
  * updated translations:
    - eu (Basque) by Piarres Beobide Egaña. (Closes: #261912)
    - ca (Catalan) by Jordi Mallach. (Closes: #264842)
  * Fix broken permissions (not readable for group/other) in upstream tarball
    in clean target (thanks to Steve Langasek for help with find). This fixes
    "dpkg-buildpackage -rsudo && dpkg-buildpackage -rsudo". (Closes: #262607)
  * Stop daemon in "exim4-base.postrm remove". - Under specific circumstances
    apt seems to purge -base before removing the depending package (-daemon),
    therefore the daemon would not be stopped. (Closes: #261994)
  * Build against libgnutls11-dev. (Closes: #263665)

 -- Andreas Metzler <ametzler@debian.org>  Wed, 11 Aug 2004 09:17:35 +0200

exim4 (4.34-4) unstable; urgency=high

  * Urgency high because upgrades from woody were broken.
  * Exim4 triggers a bug in woody's debconf. - With dialog frontend, invoked
    by dpkg-preconfigure you are stuck in a loop, always being asked the same
    two questions (split config, and basic configtype) again and again until
    you give up and choose split_config=yes although being discouraged from
    doing so. I am working around this by making the config-script abort if
    debconf is old and we are running in preconfigure mode. (Thanks to Dan
    Weber, Adrian Bunk and whoever else wasted brainpower on this.)
    (Closes: #246742) (am).
  * Arabic (ar.po) translation of debconf templates by the translation team
    of Arabeyes.org (Abdulaziz Al-Arfaj). (Closes: #261014)
  * Change maintainer address to a mailinglist, add myself to uploaders (am)
  * Quote ${dc_mailname} in exim4-config.config. (am)
  * Fix grammar error in the original English templates (found by Adam D.
    Barratt ages ago). Duplicate fix in .po files.(am)
  * Typo/thinko in exim4-config (two 35-clauses) prevented showing a
    (unimportant) question for satellite config. Thanks to Fabio Massimo Di
    Nitto for finding this.

 -- Andreas Metzler <ametzler@debian.org>  Tue, 27 Jul 2004 16:38:54 +0200

exim4 (4.34-3) unstable; urgency=low

  * updated translations:
    - es (Spanish) by Javier Fernández-Sanguino Peña (Closes: #251987). Also
      shorten overlong string. (Closes: #251316)
    - tr (Turkish) by Recai Oktas, fixing overlong translations.
      (Closes: #251932)
    - de (German) corrected and scrutinized by Helge Kreutzmann.
      (Closes: #254038)
    - ru (Russian), too long templates shortened by Dmitry Beloglazov.
      (Assuming I read Last-Translator correctly) (Closes: #259148)
  * Hebrew (he.po) translation of debconf templates by Lior Kaplan.
    (Closes: #254026, #257508)
  * introduce .ifndef hacks to allow MESSAGE_SIZE_LIMIT, DCreadhost
    and DCsmarthost to be changed by the local admin without having to
    change dpkg-conffiles (mh).
  * Use byname on the smarthost route list (mh). (Closes: #250367)
  * Make build-dependency on libldap2-dev unversioned. This was just a paranoia
    measure and the buildds are using this version anyway (am).
  * escape some dashes in manpages (am).
  * Replace the three test -a/-o with &&/|| constructs, and egrep with grep
    -E (am).
  * Use symbolic name instead of signal numbers for trap (am).
  * Add explanation on missing SPF-support to README.Debian (am).
  * remove MESSAGE_SIZE_LIMIT rule from DATA acl, use global
    message_size_limit instead. Thanks to Matthias Gärtner for pointing
    this out to me (mh).
  * Increase MAX_NAMED_LIST to 32 for daemon-heavy (am). (Closes: #253959)
  * add a reportbug-script to gather additional information. This way we do
    not rely on possibly out of date information in debconf (am).
    (Closes: #255645)
  * Fix off-by-one error in queryprogram router (am).
  * set "tls_tempfail_tryclear = false" on remote_smtp_smarthost transport
    (am, Thanks to Dan Jacobson for the suggestion). (Closes: #253931)

 -- Andreas Metzler <ametzler@debian.org>  Mon, 19 Jul 2004 15:16:28 +0200

exim4 (4.34-2) unstable; urgency=medium

  * Urgency medium because CAN-2004-0400 isstill not fixed in testing and
    because this version gets almost every single translation up to date.
  * Norwegian nynorsk translation of debconf templates by Håvard Korsvoll.
    (Closes: #248810)
  * fix debug_print in remote_smtp_smarthost transport. (Closes: #248922)
  * For minimal_dns update-exim4.conf(8) now tries to find out the primary
    hostname itself and hardcodes this value in the generated configuration
    file. (Closes: #241475,#248854)
  * updated translations:
    - ko (Korean) by Changwoo Ryu (Closes: #249026)
    - it (Italian) by Danilo Piazzalunga
    - lt (Lithuanian) by Gintautas Miliauskas (Closes: #249269)
    - ru (Russian) by Nikolai Prokoschenko (Closes: #249298)
    - es (Spanish) by Javier Fernández-Sanguino Peña
    - nl (Dutch) by Bart Cornelis
    - de (German) doublechecked and corrected by Dennis Stampfer
      (Closes: #249925)
    - fi (Finnish) by Tapio Lehtonen
    - nb (Norwegian bokmål) by Klaus Ade Johnstad (Closes: #250344)
  * New bugfix by upstream: "drop" in the DATA acl did not send 550 but dropped
    the connection immediately.
  * add a debian/watch file.
  * Catalan (ca.po) translation of debconf templates by Aleix Badia i Bosch.
    (Closes: #250113)
  * Polish (pl.po) translation of debconf templates by Tomasz Z. Napierala.
    (Closes: #250908)
  * Rudimentary (5/58) Bosnian debconf templates translation by Safir
    Šećerović (Closes: #251137)
  * Document why exim tries to make an AAAA lookup at startup and how to stop
    this in README.Debian. (Closes: #243822)
  * Compile with -fno-strict-aliasing. Exim uses lots of casts that are not
    allowed: "(char **)(&foo)" where foo is a pointer to unsigned char
    (sourcecode: CSS(foo) with foo being a uchar), which results in lots of
    "dereferencing type-punned pointer will break strict-aliasing rules".
    Thanks to Andrew Suffield for the explanation.
  * exim4-config uses features introduced in 4.33 - conflict with earlier
    versions. (Closes: #249550)

 -- Andreas Metzler <ametzler@debian.org>  Mon, 31 May 2004 10:31:51 +0200

exim4 (4.34-1) unstable; urgency=low

  * remove cruft from source
  * New upstream version 4.34, exiscan -21
    * includes fix for buffer overflow (CAN-2004-0400) fixed in previous
      upload
    * Again adds a received header before local_scan() is invoked.
    * Adds a missing fclose() that was causing scan directories not
      to be deleted on NFS spools.
  * add debug_print statements on various routers (mh)
  * add docs to smarthost router regarding secondary MX setup (see
    #248370) (mh)
  * don't ask any more for relay_to_domains if configuring for
    smarthost and satellite setup. (Closes: #248370) (am)
  * straighten out remote_smtp transport by adding remote_smtp_smarthost
    and using that in the smarthost router. (mh)
  * add hubbed_hosts router for more flexible routing. (mh)
  * add update-exim4.conf.template and use it in debian/rules (Closes:
    #248338). (mh)
  * remove debian/patches/60_upstream_fixes as the fix is already
    included upstream now. (mh)
  * add README.Debian-accountname (mh)
  * updated translations:
    - zh_CN (Simplified Chinese) by Carlos Z.F. Liu (Closes: #248464). (mh)
  * Temporarily add a Build-Conflicts with libperl-dev 5.8.4-1. - This version
    included a dyna-loader incompatible with programs linked against 5.8.3.(am)

 -- Andreas Metzler <ametzler@debian.org>  Wed, 12 May 2004 22:30:19 +0200

exim4 (4.33-1) unstable; urgency=low

  * new upstream version 4.33, exiscan -20:
    - includes the patches for rewriting and sighandler.
    - new expansion conditions to e.g. match a domain in named domainlist.
  * updated translations:
    - fr (French) by Christian Perrier (Closes: #245342)
    - el (Greek) by Konstantinos Margaritis.
  * Document known configuration variables in update-exim4.conf(8).
  * Make use of ${if match_domain to get rid of the ugly hack (two transports
    and two routers) to rewrite the envelope from.
  * Apply fix for verify=header_syntax buffer overflow (CAN-2004-0400).

 -- Andreas Metzler <ametzler@debian.org>  Thu,  6 May 2004 18:17:05 +0200

exim4 (4.32-2) unstable; urgency=low

  * updated translations:
    - pt (Portuguese) by Nuno Sénica. (Closes: #244296,#245694)
    - el (Greek) by Konstantinos Margaritis (Closes: #244354)
    - cs (Czech) by Miroslav Kure (Closes: #244368)
    - da (Danish) by Claus Hindsgaul (Closes: #244508)
    - it (Italian) by Danilo Piazzalunga (Closes: #245174)
    - fr (French) by eric-m(at)wanadoo.fr (Closes: #245342) and Christian
      Perrier
    - ja (Japanese) by Kenshi Muto (Closes: #245430)
    - hu (Hungarian) by VEROK Istvan
    - nb (Norwegian Bokmål) by Steinar H. Gunderson
    - pt_BR (Brazilian Portuguese) by André Luís Lopes
    - ja (Japanese) by Kenshi Muto
    - cs (Czech) by Miroslav Kure
    - sv (Swedish) by André Dahlqvist (Closes: #245716)
  * Basque (eu.po) translation of debconf templates by Piarres Beobide Egaña.
    (Closes: #244401)
  * Indonesian (id.po) translation of debconf templates by I Gede Wijaya S.
    (Closes: #245120), updated (Closes: #245491)
  * Turkish (tr.po) translation of debconf templates by Recai Oktas.
    (Closes: #245751)
  * Slovak translation of debconf templates by Peter Mann (Closes: #245809)
  * Add comment in configuration file documenting that effective retry times
    depend on _both_ retry-rules and frequency of queue running. Keep
    default QUEUEINTERVAL at 30m because running the queue can be quite
    expensive and because therespective RFCs suggest 30m as minimal waiting
    time. (Closes: #242426)
  * Installation over serial console/minicom only has a screen size of 80
    characters x 24 lines available. Sigh. Shorten config-type question by
    cutting down the introduction. (Closes: #244464). Shorten relay-net
    question by replacing a unnecessarily complicated formulation with a
    clearer one which closes: #226809.
  * Debconf supports masquerading as a different host with rewriting not only
    for "satellite" but also for "smarthost" system. (Closes: #229911).
    - Introduces another but hopefully last pre-sarge template change.
      (This includes final versions of the templates without the dead
      references to "satellite" which closes: #229902.)
    - Rewrite /this/ stuff at smtp transport time. /etc/email-addresses
      rewriting still uses normal rewriting because it always has and because
      it is easier to setup.
    - This still does not address one basic issue, the misuse of /etc/mailname
      for qualifying recipeints because this needs clarification in policy
      _and_ changing MUAs to not do this. Therefore I declare this post-sarge.
    - Thanks to Chris Cheney for the kick, and to Adam Conrad and Wouter
      Verhelst for their help.
  * Add two fixes from upstream:
    - Change 4.31/55 was buggy and broke sender address rewriting and caching.
    - Change 4.24/6 broke the SIGALRM handler with deliver_drop_privilege.
  * README.TLS.gz and the actual configuration disagreed (Thanks, Richard
    Lamont).
  * Fix thinko in update-exim4defaults that made --queuetime a no-op.

 -- Andreas Metzler <ametzler@debian.org>  Mon, 26 Apr 2004 09:12:23 +0200

exim4 (4.32-1) unstable; urgency=low

  * New upstream version 4.32 (exiscan 4.32-17)
    - includes the fix for the caching bug and uses MAIL FROM <> as default
      value for recipient callouts again.
    - new exiscan adds a local "Received:" header to the copy passed to
      spamassassin tofix evaluation of DNS lists, compensating for
      ChangeLog 4.31/66. (Closes: #242730)
  * Remove obsolete reference to auth_over_tls_hosts from documentation.
    (Thanks Jonas Meurer)
  * Enable SMTP authentication (hosts_try_auth) per default when sending
    mail to smarthost. No need to edit the configuration-file anymore if you
    just need to forward all mail to a smarthost with AUTH. (Closes: #203307)
  * Hungarian translation of debconf templates by VEROK Istvan.
    (Closes: #242931)
  * remove "exim 3 will stay default MTA for Debian sarge" from
    README.Debian as TPTB have decided otherwise. (Closes: #243687).
  * Rewrite "Sender:"-header for "satellite" configuration profile, too.
    (Closes: #228978)
  * Use the normal user account set-up during installation as default
    destination for delivery of mail for root. (Joey Hess)
  * Shorten exim4/dc_postmaster template to fit on console. (Joey Hess)
    (Closes: #242303)
  * In template suggest using real-foo to force local delivery.
    (Closes: #229909)
  * Template changes reviewed by debian-l10n-english. There might still be
    more changes, translators should probably wait a little bit longer before
    updating the translation.
  * On fresh installations smarthost profile only listens on loopback per
    default. - There are valid uses of "smarthost" that require listening on
    public interfaces but the most common one (dialup) does not.
  * Ship README.Debian.UUCP by Andreas Barth in /usr/share/doc/exim4-base. -
    This resolves our part of #201153.

 -- Andreas Metzler <ametzler@debian.org>  Sat, 17 Apr 2004 18:02:42 +0200

exim4 (4.31-2) unstable; urgency=low

  * Fix caching bug in recipient callouts. (Nico Erfurth).
  * Document removal of local_scan perl-plugin in NEWS.Debian file.
    (Closes: #242227)

 -- Andreas Metzler <ametzler@debian.org>  Mon,  5 Apr 2004 15:55:12 +0200

exim4 (4.31-1) unstable; urgency=low

  * New upstream version 4.31 (exiscan 4.31-16)
    - Supports CRL (Certificate Revocation List) (Closes: #229063)
    - exim_dbmbuild does not crash on _very_ long RHS values.
      (Closes: #231597)
    - route_list does not use a fixed lenght buffer anymore. (Closes: #231979)
    - An empty tls_verify_certificates file is correctly interpreted as empty
      list instead of breaking TLS. (Closes: #236478)
  * Korean translation of debconf templates by Changwoo Ryu (Closes: #241499)
  * Minor changes to rcpt_acl:
    * add missing message = qualifiers. (Closes: #240862)
    * resync against upstream default, incorporating change 4.23/30, allowing
      "/" and "|" in nonlocal addresses.

 -- Andreas Metzler <ametzler@debian.org>  Mon,  5 Apr 2004 12:00:54 +0200

exim4 (4.30-8) unstable; urgency=low

  * remove dc_never_users from /etc/exim4/u-ex.conf.conf and the corresponding
    pattern DEBCONFnever_usersDEBCONF from the template. The code is
    superfluous since 4.24 introduced FIXED_NEVER_USERS and was broken, user
    changes were not preserved. (am)
  * Link against libmysqlclient10 instead of libmysqlclient12 to circumvent
    symbol-clashes when using PAM with libpam-mysql. (Closes: #235938) (am)
  * Dump temporary build-conflict with broken po-debconf. (am)
  * Copy ugly passwd-dependency from -base to -config. (am)
  * Do not throw away adduser's errormessages. Together with the added
    dependency noted above this (Closes: #237657). (am)
  * Installed copy of default configuration-file (example.conf) refered to the
    temporary install-directory. Ugly hotfix. (Closes: #236483)
  * Italian translation of debconf templates by Danilo Piazzalunga.
    (Closes: #237500)
  * Rewrite generation of /etc/aliases because it was broken when running
    under debbian-installer/debootstrap, which installs the packages with
    DEBIAN_FRONTEND=nointeractive and reconfigures them later (report by
    Florian Effenberger). (am)
    Instead of generating it _once_ and touching it never again ask for and
    add alias for root if it is missing. Debconf template
    exim4/dc_noalias_regenerate is not used any more. (Closes: #237524)
  * Norwegian Bokmål translation of debconf templates by Steinar H. Gunderson.
    (Closes: #237680)
  * Dump local_scan perl-plugin. Upstream development has stopped. (am)
  * Maintainer scripts now run with -x if environment variable EX4DEBUG
    is set (mh).
  * Minor clarifications of debian/README (mh).
  * rm -rf Local on debian/rules clean (mh).
  * Swedish translation of debconf templates by André Dahlqvist.
    (Closes: #238987)
  * Portuguese (pt) translation of debconf templates by Nuno Sénica.
    (Closes: #239030)
  * Lithuanian translation of debconf templates by Kęstutis Biliūnas.
    (Closes: #239118)
  * Add examples for client certificate-checking by J.H.M. Dassen (Ray)
    (Closes: #236609)
  * Adapt README.* to /etc/exim4/exim4.conf.template (am)
  * Update to exiscan v16

 -- Andreas Metzler <ametzler@debian.org>  Wed, 24 Mar 2004 15:39:35 +0100

exim4 (4.30-7) unstable; urgency=low

  * 4.30-6 was rejected, we use | and || for OR in dependency fields.
  * libldap2 now uses GnuTLS10. Follow suit. (Temporarily bumped libldap2-dev
    build-dependencies for paranoia's sake.)

 -- Andreas Metzler <ametzler@debian.org>  Mon, 23 Feb 2004 17:03:58 +0100

exim4 (4.30-6) unstable; urgency=low

  * Finnish translation of debconf templates by Tapio Lehtonen.
    (Closes: #229792)
  * Simplified Chinese translation of debconf templates by Carlos Z.F. Liu.
    (Closes: #229910)
  * Spanish translation of debconf templates by Javi Castelo. (Closes: #232207)
  * To increase robustness set explicit "domains = +local_domains" on all the
    routers that are supposed to be handling _only_ local mail (i.e. anything
    after dnslookup or smarthost) instead of relying on the no_more.

    If the router handling remote addresses was modified by adding a
    precondition the address would have wrongly been handled by the later
    routers if the precondition failed, breaking at least "verify = sender".
    (Closes: #230403) (am)
  * In the data ACL add a Message-ID header to mails injected with SMTP from
    +relay_from_hosts. (Exim stopped doing this by default in 4.30.) (mh)
  * binary-all metapackage exim4 does not depend anymore on exim4-base with
    exactly the same version. There is no necessity for dependencies that
    strict and it broke both binary NMUs and installability on lagging
    architectures. (Closes: #231678) (am)
  * Give way to the "I use sid but keep it outdated by not running apt-get
    upgrade ever."-fraction. exim4-base now depends on working versions of
    passwd i.e. the version in woody or the one that has been in sid
    for more than 6 months. (Closes: #230423,#230836,#231111) (am)
  * in source-package symlink identical maintainerscripts. (am/mh)
  * Ship README.Debian.xinetd, explaning why we do not use (x)inetd and how to
    use xinetd properly if you insist. (Closes: #226627)
  * Update Build-Depencies to fit the XFree86 4.3 packages.
  * Make new lintian happy by quoting section and needs in eximon's
    menu-file.

 -- Andreas Metzler <ametzler@debian.org>  Mon, 23 Feb 2004 15:48:56 +0100

exim4 (4.30-5) unstable; urgency=low

  * Only use db_settitle if available (Closes: #226992) (am)
  * Up to date debconf translations for all nine supported languages, thanks
    to the translators: Miroslav Kure (Czech), Claus Hindsgaul (Danish),
    Konstantinos Margaritis (Greek), Christian Perrier (French),
    Kenshi Muto (Japanese), Bart Cornelis (Dutch), André Luís Lopes
    (Brazilian Portuguese) and Ilgiz Kalmetev (Russian) (am)
  * After merging translations split the configtype-template, using the
    __Choices trick. I don't think I made any errors because podebconf's
    output has not changed. (am)
  * Don't use /etc/mailname (DEBCONFvisiblenameDEBCONF) as primary_hostname
    for minimaldns option. (Closes: #225477)
  * (Re)introduce /etc/exim4/exim4.conf.template as alternative to the
    multiple small files in /etc/exim4/conf.d/ and make it the default choice
    for fresh installations. This trades in a loss of comfort (you will again
    need to merge in each small change manually) for increased stability.
    (Closes: #224828) (am)
  * Disable piping to programs in /etc/aliases per default, because they would
    run as Debian-exim:Debian-exim per default. Add README.system_aliases
    suggesting dedicated router/transport pairs (am/mh) (Closes: #228062)
  * modify create-custom-package and adapt debian/rules to allow
    building multiple named custom packages in a single build. (mh)
  * "dpkg-reconfigure exim4-config" actually tells exim4 to read the updated
    configuration. (am)
  * Use -qqf instead of -qf in the ip-up.d file to force delivery of all
    messages over a single SMTP connection. (Closes: #228001)

 -- Andreas Metzler <ametzler@debian.org>  Wed, 21 Jan 2004 15:09:00 +0100

exim4 (4.30-4) unstable; urgency=low

  * Updated Japanese debconf template translation by Kenshi Muto
    (Closes: #224584)
  * Remove bashism from update-exim4.conf (Closes: #224617) (Jochen Voss)
  * Czech translation of debconf templates by Miroslav Kure (Closes: #225713)
  * Fix typos in README.Debian. (Closes: #225149) (Vincent Lefevre)
  * Replace first, too long debconf question with three short ones (Joey
    Hess) (Closes: #222720)
  * Use a custom debconf title. (Closes: #222715)
  * Greek translation of debconf templates by Konstantinos Margaritis
    (Closes: #226844)

 -- Andreas Metzler <ametzler@debian.org>  Fri,  9 Jan 2004 09:12:07 +0100

exim4 (4.30-3) unstable; urgency=low

  * update debian/copyright from NOTICE. (No substantial changes, credits
    for new code) (am)
  * missing \| made exim4-base.postinst configure hang. (Closes: #224294) (am)
  * update-exim4.conf: Don't try chown if not running as root. (mh)
  * Remove useless definition of an auth_over_tls_hosts hostlist in
    03_exim4-config_tlsoptions. - It was probably a leftover from somebody
    running convert4r4. (am)
  * Make it possible to override spooldir in another config-file snippet, too.
    (Closes: #223973)

 -- Andreas Metzler <ametzler@debian.org>  Fri, 19 Dec 2003 15:27:50 +0100

exim4 (4.30-2) unstable; urgency=low

  * Fix exim4-base.logrotate to create logfiles accessible for the new
    exim-user. (Closes: #223860,#223862)
  * comment in 03_exim4-config_tlsoptions refered to the user "mail" too.

 -- Andreas Metzler <ametzler@debian.org>  Sat, 13 Dec 2003 15:01:20 +0100

exim4 (4.30-1) unstable; urgency=low

  * Exim now runs under its own uid (Debian-exim) instead of using
    mail:mail. (am)

    WARNING: You cannot downgrade this version to an older one without
    manual chown|chgrp all files owned by Debian-exim to mail.

    - control: dependency on adduser and virtual package exim4-config-2 to
      force review of external -config packages.
    - use a statoverride for passwd.client.
    - different postinst scripts:
     * adduser.
     * chown|chgrp files/directories owned by mail (group|user) to
       Debian-exim.
  * update-exim4.conf does not exit immidiately if /etc/exim4/exim4.conf
    exists AND -o is specified. (Bill Moseley)
  * Brazilian Portuguese debconf template translation by André Luís Lopes
    (Closes: #219781)
  * Dutch debconf template translation by Bart Cornelis (cobaco)
    (Closes: #220694)
  * Pull Dansk debconf template translation from ddtp.
  * Use a macro to make it possible to overide the value of spool_directory
    with -DSPOOLDIR=. Needed for mailscanner, (Closes: #221468), suggested by
    Matthias Klose.
  * enable support for Cyrus saslauthd (package sasl2-bin,
    /var/run/saslauthd/mux) for SMTP AUTH against /etc/shadow. (am)
  * Christian Perrier has reviewed the debconf-templates and changed them to
    follow the "Debconf Templates Style Guide". (Closes: #221838) Thanks to
    the (ru|nl|fr|pt_BR) translators for updating their translations.
  * New upstream version 4.30 with exiscan 4.30-14 (am)
    - option table for -d in exim(8) readable (but not perfect).
      (Closes: #214853)
    - Messages for configuration errors now include the name of the main
      configuration files (Closes: #202136)
    - does not reject IPv6 address literals in EHLO/HELO anymore
      (Closes: #222521)
  * exim4-config.config: support going back to previous *package* when invoked
    by base-config 2.0. (Closes: #222773). Suggested by Joey Hess. (am)
  * exim4-config now conflicts with non-exim4 packages providing MTA, to keep
    dselect from automatically installing it (and -base) on dist-upgrades on
    systems that use a different MTA. (mh)
  * exim4-base depends on netbase again because exim requires
    /etc/services.(mh)
  * reindent init-script with two spaces instead of tabs to fit it in 80
    chars/line. (Closes: #221458)

 -- Andreas Metzler <ametzler@debian.org>  Mon,  8 Dec 2003 16:52:32 +0100

exim4 (4.24-3) unstable; urgency=low

  * rename create-custom-package to create-custom-config-package (mh)
  * add create-custom-package to create renamed exim4-daemon-custom (mh)
  * README.TLS: Don't suggest to use commands messing up the local terminal
    (Sander Smeenk)
  * Pull Dansk debconf translation from ddtp (not yet up to date)
  * correct last references to uncompressed /u/s/d/e/README.Debian
    (Closes: #216639), also kill references to exim-tls. (Closes: #216979)
    (Kevin "Starfox" Arima). (am)
  * add exim4-config-medium template package to sources, document (mh)
  * Update to exiscan 4.24-13 (bugfix-release).
  * Ask about mailname after configtype. (Closes: #217931) (am)
  * minor thinko in debconf "local mail only"-config. (am)
  * update-exim4.conf: now add comment indicating the source file
    (Closes: #202040) (mh)
  * add --confdir option to update-exim4.conf (mh)
  * add "nodaemon" and "queueonly" option to /etc/default/exim4 and
    init script (mh).
  * Fix po2debconf on woody systems with old debhelper and po2debconf. (am)
  * exim4-config does not depend on exim4-base. (am)
  * Use "command -v" to check for existence of invoke-rc.d instead of
    hardcoding its path. (am)
  * Russian debconf translation by Ilgiz Kalmetev (Closes: #219101)

 -- Andreas Metzler <ametzler@debian.org>  Tue,  4 Nov 2003 12:18:38 +0100

exim4 (4.24-2) unstable; urgency=low

  * Grammar of debconf-templates rectified by Ben Foley.
  * Handholded by Denis Barbier I have imported debconf translations from
    postfix: fr.po (Philippe Batailler), ja.po (Kenshi Muto), nl.po (Bart
    Cornelis) and pt_BR.po (André Luís Lopes). It is just 5 translated
    messages, 4 fuzzy translations, but it's a start.
  * No more first person in debconf-templates (Adam D. Barratt)
  * README.TLS was updated.
  * pseudopackage libxaw-dev is gone in sid (and libxaw7-dev is already
    available in woody) - Removed from build-depends.
  * French debconf translation by Christian Perrier (Thanks for the other
    hints, too.)
  * Build-Conflict with broken po-debconf (= 0.8.0). (Closes: #215432)
  * Add menu-entry for eximon (Artur R. Czechowski) (Closes: #215579).
  * Resolve name-clash between client- and server-side authenticators (Bug
    found by Rob Ristroph)

 -- Andreas Metzler <ametzler@debian.org>  Wed, 15 Oct 2003 12:45:49 +0200

exim4 (4.24-1) unstable; urgency=low

  * New upstream version
    - 55_fixesfrom-4.23.dpatch is not needed anymore.
    - most interesting new feature: $acl_xx are now saved with the
      message, and can be accessed later in routers, transports, and filters.
    - Cannot run deliveries as root anymore. If you don't redirect mail for
      root via /etc/aliases or other means to a nonpriviledged account the
      mail will be delivered to /var/mail/mail with permissions 0600 and owner
      mail:mail. Change to local_user router to keep it from trying to route
      mail for root.
  * debconf for exim4-config pointed to /u/s/d/e/README.Debian but the
    file is available as README.Debian.gz (Closes: #211934)
  * exim(8) manpage provides correct NAME section for mailq/runq/... to
    generate corresponding whatis/apropos info (Thanks to Dan Jacobson
    <jidanni@jidanni.org> for mentioning lexgrog(1))
  * polish and crosslink documentation about SMTP AUTH in config-files,
    documentation and debconf templates. (Closes: #202920)
  * Ship README.SIEVE (Thanks to Ross Boylan)
  * Sync some debconf templates against the respective ones in postfix
    2.0.16, to limit the work of translators.
  * update-exim4defaults/init-script: Add a new value fuer QUEUERUNNER,
    "ppp". - Don't run queue by daemon but still run it from
    /etc/ppp/ip-up.d/exim4. (Dan Jacobson pointed out that this was very
    akward to accomplish with old setup.) update-exim4defaults now exits with
    an error if the argument for --queuerunner is invalid.
  * Enable gettext-style localisation of debconf templates with
    compatibility code for woody
  * Add German debconf-translation. (Some strings were copied from Martin A.
    Godischs translation of postfix's templates).

 -- Andreas Metzler <ametzler@debian.org>  Sun,  5 Oct 2003 13:41:30 +0200

exim4 (4.22-5) unstable; urgency=low

  * Sorry, this is not 4.23. Tom is on holidays and because 4.23 changes
    some ACL code, exiscan needs in depth checking and not just applying the
    patch by hand. 
  * exim4-config conflicts with bash (<< 2.05), because it cannot handle
    aliases in functions. This does not necessarily fix dist-upgrades
    from potato to sarge because debconf-config might happen before the
    new bash is installed but will keep people running potato from
    trying to install exim4-config. (Closes: #209720)
  * sanitize /usr/sbin/exim4's permissions, building with 007 umask
    could have installed it -rws--x--x
  * evaluation -oP option for specifying pid-file is broken in 4.22, use fix
    from 4.23 (Closes: #210847)
  * "warn log_message blah" in DATA acl triggered dumping of full headers
    to reject.log, although the message was not rejected by this acl
    statement. Take fix from 4.23. (Closes: #208782)
  * On cross-upgrades from exim3 unfold lines continued with a backslash
    in the old exim3 configuration before trying to parse it to preanswer the
    debconf-questions. (Closes: #210404) First instance of using perl in our
    maintainer-scripts, but I could not do it with sed.

 -- Andreas Metzler <ametzler@debian.org>  Fri, 19 Sep 2003 13:55:07 +0200

exim4 (4.22-4) unstable; urgency=low

  * Update to exiscan-acl revision -12. (Emergency fix: When you were using
    'discard', and it was the last verb affecting a message, the mbox spool
    files in the scan directory were not cleaned up.)
  * Add syslog2eximlog by Martin Godisch, a script to make logfiles produced
    with exim option "log_file_path = syslog" readable for eximstats.
    (Closes: #208524)
  * Enhance description of -heavy and light a little bit. (Closes: #208404)
  * Standards-Version: 3.6.1, no changes required, we already prompt with
    debconf.

 -- Andreas Metzler <ametzler@debian.org>  Thu,  4 Sep 2003 19:19:25 +0200

exim4 (4.22-3) unstable; urgency=low

  * Add copright notice of exiscan-acl to debian/copyright.

 -- Andreas Metzler <ametzler@debian.org>  Wed, 27 Aug 2003 17:49:46 +0200

exim4 (4.22-2) unstable; urgency=low

  * Include exiscan-acl patch 4.22-10 http://duncanthrax.net/exiscan-acl/
    in -heavy and -custom (Closes: #204698)
  * clean up gnutls-params on purge of base-package.

 -- Andreas Metzler <ametzler@debian.org>  Wed, 27 Aug 2003 12:50:59 +0200

exim4 (4.22-1) unstable; urgency=low

  * new upstream version 4.22. Please take a look at README.UPDATING
    and NewStuff in /usr/share/doc/exim4-base/

 -- Andreas Metzler <ametzler@debian.org>  Mon, 18 Aug 2003 16:51:47 +0200

exim4 (4.20-5) unstable; urgency=low

  * Fix EHLO/HELO buffer-overflow CAN-2003-0698 (Closes: #205716)
  * exim-gencert was using '.' as separator for chown.
  * "head -n 1" instead of "head -1" in scripts
  * install /etc/exim4/passwd.client as root:mail 0640 (Closes: #205104)
    (it needs to be readable for the exim-user or -group, i.e. mail:mail)
  * set mode_fail_narrower = false for mail_spool and maildir_home transports
    (Closes: #204228)
  * Standards-Version: 3.6.0, no changes required.

 -- Andreas Metzler <ametzler@debian.org>  Sat, 16 Aug 2003 17:40:17 +0200

exim4 (4.20-4) unstable; urgency=low

  * CFILEMODE and dc_local_interfaces were not saved in update-exim4.conf.conf
    on fresh installations.
  * update-exim4.conf: Remove comments _after_ doing DEBCONFpatternDEBCONF
    replacement.
  * conf.d/auth/30_exim4-config_examples: Fix forced failure of AUTH LOGIN
    client on non-encrypted connections.

 -- Andreas Metzler <ametzler@debian.org>  Tue,  5 Aug 2003 10:38:16 +0200

exim4 (4.20-3) unstable; urgency=low

  * hub_user router: set correct .ifdef, remove superficial condition=
  * don't generate main/03_exim4-config_neverusers dynamically, use
    a DEBCONF_foo pattern that is replaced by up-ex4.conf. exim4 should
    now play nicely with readonly /etc.
  * Enable exim-filter in .forward per default. (Closes: #201827)
  * Enable maildrop-delivery for users with ~/.mailfilter
  * Easier setup of client side SMTP authentification:
    -short README file.
    -passwd.client example shipped in CONFDIR
    -30_exim4-config_examples:
      +change order, prefer cram-md5.
      +enable by default (auth-plain and -login only for TLS protected
       connections). They remain inactive while hosts_try_auth is
       disabled.
  * add comments listing the filename to the files in conf.d that were
    changed anyway. Addresses part of 202040.
  * remove misleading comments about "bottom of file" or "see below"
    from config-snippets. (Closes: #202165)
  * Disable orphaned inetd-entries from exim (v3) caused by bugs #202670 and
    #182206 in exim4-config's postinst. I'll close #201143 manually.
  * Restructure and clarify README.Debian and polish update-exim4.conf(8).
    Thanks to Ross Boylan for pushing me in the correct direction.

 -- Andreas Metzler <ametzler@debian.org>  Thu, 24 Jul 2003 10:29:19 +0200

exim4 (4.20-2) unstable; urgency=low

  * update-exim4.conf works without daemon-package (Closes:#195329)
  * Add dnslookup_relay_to_domains router for "internet" config to
    allow relaying for domains with an MX pointing to an rfc1918
    address. (Closes: #198410) (MH)
  * update-exim4.conf would hang if one of the subdirectories in conf.d
    was empty. (Report and fix by Marc Merlin)
  * Build-Depend on libgnutls7
  * Preserve comments in update-exim4.conf.conf by first adding missing
    items and replacing the values with sed instead of regenerating file
    from scratch (Closes: #184099)
  * Set return_path_add, delivery_date_add and envelope_to_add for
    maildir-transport (Closes: #196178)
  * Use email-addresses file in /etc/ instead of in /etc/exim4 as exim3 does,
    exim4-config now needs to conflict with exim,exim-tls. We still include
    code for evaluating the old file if it exist, but suggest moving the
    contents to the new file in NEWS.Debian. postinst will remove old orphaned
    file if it is unmodified. (Closes: #197136)
  * Set return_fail_output instead of return_output on address_pipe transport.
    (Closes: #201280)
  * Stop generating rewriting rules dynamically, exim4 accepts any
    "address-list" item as source-pattern for rewriting. (Changelog entry
    obfuscated on purpose, read exim4debian for painful details.). Remove old
    dynamically generated files in postinst if they were managed by upex4conf.
  * daemon-light supports TLS (Closes: #193596)

 -- Andreas Metzler <ametzler@debian.org>  Wed, 16 Jul 2003 13:36:27 +0200

exim4 (4.20-1) unstable; urgency=low

  * New upstream
  * Standards-version 3.5.10 (no changes required)
  * The doc packages have got new sane names - update Suggests.
  * Fix a endless loop (currently ownly showing when upgrading from old
    experimental packages) - Thanks to Marc Langer for the report.
  * introduce ${Upstream-Version} as substitution variable for
    debian/control (MH)
  * Make dependencies less strict, *-daemon-* 12.34-1 can be installed with
    -base 12.34-5.

 -- Andreas Metzler <ametzler@debian.org>  Mon, 19 May 2003 14:14:16 +0200

exim4 (4.14-1) unstable; urgency=low

  * Upload to sid (Closes: #179066)
  * Ship an (empty) acl_check_data with commented out examples. Add
    Infrastructure to ease their activation. (MH)

 -- Andreas Metzler <ametzler@debian.org>  Fri, 16 May 2003 18:02:46 +0200

exim4 (4.14-0.6) experimental; urgency=low

  * Don't link to gnutls' (tasn,gcrypt) dependencies directly
    (Closes: #193018)
  * fix AUTH PLAIN server side example to work if the data is not given
    in initial-response (exim-bug 193094)
  * ACL-updates (MH)

 -- Andreas Metzler <ametzler@debian.org>  Wed, 14 May 2003 12:16:06 +0200

exim4 (4.14-0.5) experimental; urgency=low

  * updated version of dlopen patch (Marc Merlin)
  * don't regenerate files managed by update-exim4.conf on package
    updates if the local admin had deleted them.
  * replace the listenonpublic yes/no question with one that allows to
    specify on which interfaces to listen to (Closes: #190498)
  * new dc-question for dial-on-demand-users to minimize DNS lookups

 -- Andreas Metzler <ametzler@debian.org>  Thu,  1 May 2003 16:03:59 +0200

exim4 (4.14-0.4) experimental; urgency=low

  * Renamed conf.d files from *exim4-base* to *exim4-config* since
    they can now be found in the exim4-config package.
    WARNING, this breaks updates. After installation, execute
    something like the following bash snipped to rename your files:
    for i in `find . -name *exim4-base*`; do mv $i ${i/exim4-base/exim4-config}; done
    (MH)
  * Include more sophisticated check_rcpt ACL, include documentation,
    include even more sophisticate check_rcpt ACL in
    /u/s/d/e4-config/examples/acl. (MH)
  * update-exim4.conf now filters out consecutive empty lines (MH)
  * make update-exim4.conf's behaviour for  configtype=none more consistent,
    respect CFILEMODE and --removecomments. (Thanks to Marc Merlin)
  * add warning about editing /etc/exim4/exim4.conf in place (Marc Merlin)
  * use .rul instead of .disabled to override/disable configfiles in
    /etc/exim4/conf.d/ (Suggested by Marc Merlin)
  * fix smtp auth client-side examples (Closes: #188828), thanks to Karl
    M. Hegbloom for the bug report (AM)
  * add @DPATCH@-tag to patches, as required by dpath-edit-patch in
    dpatch 1.17 (AM)

 -- Andreas Metzler <ametzler@debian.org>  Fri, 25 Apr 2003 12:37:50 +0200

exim4 (4.14-0.3) experimental; urgency=low

  * add '|| true' to every call of db_input. (Thanks to Pierfrancesco Caci for
    the bugreport.) (Closes: #187008)
  * Don't set received_header_text in 02_exim4-base_options, use upstream's
    default.
  * renumber routers to have more space for local customization.
    WARNING WARNING upgrade is broken, execute this in
    /etc/exim4/conf.d/router to get rid of the superfluous files:
    mv 20_exim4-base_domain_literal 100_exim4-base_domain_literal
    mv 22_exim4-base_primary 200_exim4-base_primary
    mv 24_exim4-base_real_local 300_exim4-base_real_local
    mv 26_exim4-base_system_aliases 400_exim4-base_system_aliases
    mv 28_exim4-base_hubuser 500_exim4-base_hubuser
    mv 30_exim4-base_userforward 600_exim4-base_userforward
    mv 32_exim4-base_procmail 700_exim4-base_procmail
    mv 34_exim4-base_maildrop 800_exim4-base_maildrop
    mv 36_exim4-base_local_user 900_exim4-base_local_user
  * add *syntax_errors* directives to userforward router, to use partially
    valid .forward files instead of skipping them. (Marc Haber)
  * update mysql build-depends

 -- Andreas Metzler <ametzler@debian.org>  Wed,  9 Apr 2003 16:19:46 +0200

exim4 (4.14-0.2) experimental; urgency=low

  * upstream fix for crash with AUTH PLAIN
  * upgrade to policy 3.5.9.0 (CFLAGS in debian/rules)
  * Add (maildir) transport for handling file addresses generated by
    alias or .forward files if the path ends in "/", enabled for .forward per
    default, but not for /etc/aliases. Thanks to Andreas Horter.
  * add debconf question to move files from exim3 spool to exim4 spool
  * run exim_tidydb as mail:mail using start-stop-daemon
  * Make manpages UTF-8 compatible with nicer quotes and escaped dashes.
  * fakeroot debian/rules builddaemonpackages=exim4-daemon-custom \
    buildbasepackages=no binary produced a broken exim4-config package.
    (Bug found by Soren Andersen)
  * introduce new replacement item DEBCONFpackageversionDEBCONF holding
    the complete version number, might be useful for Received headers (Marc
    Haber)

 -- Andreas Metzler <ametzler@debian.org>  Thu, 27 Mar 2003 17:04:02 +0100

exim4 (4.14-0.1) experimental; urgency=low

  * New upstream version
  * 20_fix.lsearch.dpatch not needed anymore
  * use new feature .ifdef instead of simulating it with condition=...
  * change priority of exim4-daemon-light to important

 -- Andreas Metzler <ametzler@debian.org>  Thu, 13 Mar 2003 15:03:41 +0100

exim4 (4.12-0.2) experimental; urgency=low

  * instead of generating 22_exim4-base_primary by copying the correct
    file into it, use condition=... to select the correct one. Similar
    change to 28_exim4-base_hubuser

 -- Andreas Metzler <ametzler@debian.org>  Thu,  6 Mar 2003 11:55:55 +0100

exim4 (4.12-0.1) experimental; urgency=low

  * minimal doc-updates
  * init-script: output status-message before starting upex4conf()
  * polish smtp-auth examples - don't hardcode passwords in main
    configuration file.
  * change default file-permissions of configfile to 0644. This can be changed
    by setting CFILEMODE in the default file.
  * rename debian/patches/*, giving each one an unambiguous number
  * ignore private rfc1918 and APIPA addresses in internet router (MH)
  * correct info about authorship of dlopen patch
  * don't link exim4-daemon-light against PAM (explicitely link it against libdl)
  * same_domain_copy_routing = yes for primrout-internet, primrout-satellite
    and primrout-smarthost (MH)
  * rename debconf.results to update-exim4.conf.conf, add upgrading-magic for
    upgrading from 4.12-0 and earlier (marked as REMOVEMEBEFORERELEASE)
  * introduce REMOVEMEBEFORERELEASE-tag, grep -r on debian/ will show us all
    the cruft that needs to be removed before uploading to unstable.

 -- Andreas Metzler <ametzler@debian.org>  Wed,  5 Mar 2003 19:03:59 +0100

exim4 (4.12-0) experimental; urgency=low

  * removed TODO marker from the copyright file
  * version number for first Debian upload
  * built i386 binary package on sid

 -- Marc Haber <mh+debian-packages@zugschlus.de>  Fri, 21 Feb 2003 14:40:42 +0100

exim4 (4.12-0.0.21) experimental; urgency=low

  * update copyright
  * exim-gencert: generate certificates valid for three years instead 30
    days
  * remove debian/debconf/exim4.conf.template
  * enable LMTP, LOOKUP_NIS and mailstore for daemon-light

 -- Andreas Metzler <ametzler@logic.univie.ac.at>  Fri, 21 Feb 2003 12:55:40 +0100

exim4 (4.12-0.0.20) experimental; urgency=low

  * ship /usr/lib/exim4/exim4 and use it to check whether daemon package
    is installed.
  * Exim doesn't require a HUP after logrotation. (See spec 44.2) (MH)

 -- Andreas Metzler <ametzler@downhill.at.eu.org>  Thu, 20 Feb 2003 19:23:45 +0100

exim4 (4.12-0.0.19) experimental; urgency=low

  * Ship upstream-changelog only in exim4-base, Symlinks in packages depending
    on it. Split off changelog entries up to 3.34-1 to changelog.Debian.old
    which is only included in exim4-base. - Spares about 100KB.
  * Ship ACKNOWLEDGMENTS in exim4-base docs.
  * remove debian/exim4-config.docs, files are already shipped in exim4-
    base
  * disable some the unneeded dh_* commands from binary-indep target.
  * make exim4 a metapackage

 -- Andreas Metzler <ametzler@downhill.at.eu.org>  Thu, 20 Feb 2003 12:41:17 +0100

exim4 (4.12-0.0.18) experimental; urgency=low

  * split off all configuration to exim4-config
  * include exim4-config-simple source package
  * include script to generate exim4-config source package
  * changed distribution to experimental
  * Add patch by Phil Hazel to fix lsearch*@ lookups. (AM)
  * Remove exim4-daemon-perl; merge it into exim4-daemon-heavy (AM)
  * Prepare removal of "exim4" daemon-flavour: Exchange the roles of
    "exim4" and "exim4-daemon-light" in debian/rules: build helper
    binaries, eximon, et.al. while building exim4-daemon-light. Rename
    EDITME.exim4-base.diff to EDITME.exim4.diff. (AM)
    -----
    WARNING: This breaks your debian/EDITME.exim4-custom.diff, as it was
    generated to show the differences to debian/EDITME.exim4-base instead of
    EDITME.exim4-light. (AM)
    -----

 -- Marc Haber <mh+debian-packages@zugschlus.de>  Tue, 18 Feb 2003 16:16:45 +0100

exim4 (4.12-0.0.17) unstable; urgency=low

  * mv 26_exim4-base_aliases 26_exim4-base_system_aliases (MH)
  * mv 30_exim4-base_forward 30_exim4-base_userforward (MH)
  * WARNING: upgrades are broken!
    -After ugrading delete conffiles no longer in package in directories
     below /etc/exim4/conf.d/:
     router/26_exim4-base_aliases
     router/30_exim4-base_forward
  * all file names for transports and routers are now consistent with
    Transport/Router defined inside (MH)
  * add debug_print to all transports/routers (MH)
  * add cut -d\  -f1 to all md5sum calls in pipes (MH)
  * add man page for exiqgrep (MH)
  * fix typos in exiqsumm and exicyclog man page (MH)
  * Don't install exim.8.diff as manpage, apply the patch instead. (AM)

 -- Andreas Metzler <ametzler@logic.univie.ac.at>  Sat, 15 Feb 2003 16:35:26 +0100

exim4 (4.12-0.0.16) unstable; urgency=low

  * Define CONFDIR-macro and use it in update-exim4.conf and some files in
    CONFDIR. (AM)
  * Enhance update-exim4.conf: remove comments by default, allow to write
    output to a different file. (AM)
  * update-exim4.conf: check validity of configfile before installing it
  * fix breakage with newer md5sum - thanks to Sander (AM)
  * check in init-script for smtp-service in inetd that is compatible with
    openbsd-inetd's extended syntax (Hubert Chan) (AM)
  * Don't link against libwrap, exim3 doesn't either (Alexander Koch) (AM)

 -- Andreas Metzler <ametzler@downhill.at.eu.org>  Fri, 14 Feb 2003 19:55:54 +0100

exim4 (4.12-0.0.15) unstable; urgency=low

  * If exim4/dc_listenonpublic=false add an explaing line to the
    resulting configfile instead of a blank-line (Marc Haber)
  * In postinst and cronjob make sure that db files are owned by
    mail:mail
  * Add buzzword convert4r4 to description of "No configuration" profile
  * Body of manpage exim_convert4r4: s/convert4r4/exim_convert4r4/g
  * Change maintainer, add Marc Haber to Uploaders

 -- Andreas Metzler <ametzler@downhill.at.eu.org>  Sun,  2 Feb 2003 22:06:06 +0100

exim4 (4.12-0.0.14) unstable; urgency=low

  * fix bugs found by Marc Haber:
     - search for email-addresses file in /etc/exim4/
     - s/hostname -fqdn/hostname --fqdn/
  * exim4-base.config: don't grep in /etc/aliases if does not exist yet.
  * clear up config-script, using both $mailname and $dc_mailname was
    irritating.
  * fix wrong logic for aliases generation (= instead of !=)
  * fix major breakage of debconf code: config-script is called two times
    _before_ postinst writes debconf.results, db_set-commands (for sane
    defaults) in the second-run overwrote the answers given by the user.

 -- Andreas Metzler <ametzler@downhill.at.eu.org>  Sat,  1 Feb 2003 15:06:58 +0100

exim4 (4.12-0.0.13) unstable; urgency=low

  * link against GNUTLS

 -- Andreas Metzler <ametzler@downhill.at.eu.org>  Fri, 31 Jan 2003 16:32:31 +0100

exim4 (4.12-0.0.12) unstable; urgency=low

  * clean up at purge: Remove logfiles, ask about removing
    undelivered mails in spool directory.

 -- Andreas Metzler <ametzler@downhill.at.eu.org>  Fri, 31 Jan 2003 13:32:37 +0100

exim4 (4.12-0.0.11) unstable; urgency=low

  * clean up update-exim4.conf:
    + fix unconditional overwriting 03_exim4-base_neverusers
    + one central `tempfile -m...`
    + add skeleton function example
  * add missing 'set -e' to exim4-base.postrm
  * If there are no debconf answers and we are making a cross upgrade
    from exim3, try to parse its config file to seed debconf db.

 -- Andreas Metzler <ametzler@downhill.at.eu.org>  Sun, 26 Jan 2003 12:22:23 +0100

exim4 (4.12-0.0.10) unstable; urgency=low

  * Get rid of error messages: don't call chmod/chown in
    debconf/update-exim4.conf if the respective files don't exist. Don't try
    to kill non running daemons.
  * Don't start unconfigured daemon in init script, ie. require either
    ${dc_eximconfig_configtype}" != "xnone or existence of handcrafted
    /etc/exim4/exim4.conf.
    Thanks to Alexander Koch for firmly pushing me this way.
  * dc_listenonpublic was overwritten to true in config script.
  * Typo in exim4-base.postrm prevented removal of
    /etc/exim4/conf.d/router/28_exim4-base_hubuser
  * Clean up /var/spool/exim4 properly; at least if there are just empty
    directories.
  * hub_user was broken because of unescaped $.
  * import updated 10_daemon_close_fds.dpatch from Steve.
  * only set neverusers if root is aliased somewhere.

 -- Andreas Metzler <ametzler@logic.univie.ac.at>  Fri, 24 Jan 2003 17:14:13 +0100

exim4 (4.12-0.0.9) unstable; urgency=low

  * update-exim4defaults: Fix bugs, add option --init
  * /etc/default/exim4 is no conffile anymore, it is generated with
    update-exim4defaults.

 -- Andreas Metzler <ametzler@logic.univie.ac.at>  Fri, 17 Jan 2003 13:39:46 +0100

exim4 (4.12-0.0.8) unstable; urgency=low

  * Don't ship now unneeded empty /var/lib/exim4/masquerade and
    /var/lib/exim4/email_addresses
  * move hub_user router to /etc/e4/c.d/
  * move primary-router definition to /etc/e4/c.d/
  * code in debian/rules installing /etc/exim4/conf.d/ tree ignores CVS
    directories
  * WARNING: upgrades from 0.0.6 and 0.0.7 are broken!
    -After ugrading delete conffiles no longer in package in directories
     below /etc/exim4/conf.d/:
      rewrite/30_exim4-base
      router/28_exim4-base_hub_user
    - replace router/22_exim4-base_primary with a file containg only
      the line "# d41d8cd98f00b204e9800998ecf8427e"
    run update-exim4.conf afterwards and start daemon.

 -- Andreas Metzler <ametzler@logic.univie.ac.at>  Tue, 14 Jan 2003 17:44:50 +0100

exim4 (4.12-0.0.7) unstable; urgency=low

  * Add configuration file managment code using md5sums stored in the file
    itself to update-exim4.conf(8). Use it and move files for evaluation of
    /e/e4/email-addresses and the masquerading rules from /var/lib/exim4 to
    /etc/. Gets rid of /etc/exim4/conf.d/rewrite/30_exim4-base and its two
    .includes.

 -- Andreas Metzler <ametzler@downhill.at.eu.org>  Tue, 14 Jan 2003 13:05:51 +0100

exim4 (4.12-0.0.6) unstable; urgency=low

  * generate up to date manpage for eximstats with pod2man.
  * EXPERIMENTAL: Split /etc/exim4/exim4.conf.template to little files
    in /etc/exim4/conf.d/ - update docs accordingly.
  * fix wrong path in exim4-base.doc-base.spec

 -- Andreas Metzler <ametzler@downhill.at.eu.org>  Sun, 12 Jan 2003 18:25:40 +0100

exim4 (4.12-0.0.5) unstable; urgency=low

  * enhance default-file a lot.
  * ship update-exim4defaults(8) - a script to allow other packages to modify
    the default-file.

 -- Andreas Metzler <ametzler@downhill.at.eu.org>  Mon,  6 Jan 2003 23:00:15 +0100

exim4 (4.12-0.0.4) unstable; urgency=low

  * Compile perl plugin with -fPIC
  * Enable IPv6 support (Andrew Mulholland)
  * remove exim4-base.cron.d, it only contained comments (no inetd support).
  * enhance default-file: Allow disabling any queue runs and passing
    additional options to exim daemon and/or the queuerunner.

 -- Andreas Metzler <ametzler@logic.univie.ac.at>  Sun,  5 Jan 2003 13:16:37 +0100

exim4 (4.12-0.0.3) unstable; urgency=low

  * Keep patches separate to make upgrading easier, using dpatch.
  * Rename eximon to eximon4: Otherwise this would force anybody who has
    installed eximon and runs exim v3 to switch to exim v4
  * Polish package descriptions a little bit.
  * Drop Recommends for netbase. We don't support inetd anyway.

 -- Andreas Metzler <ametzler@downhill.at.eu.org>  Tue, 31 Dec 2002 14:31:14 +0100

exim4 (4.12-0.0.2) unstable; urgency=low

  * Actually compile with -O2 (Matthias Klose)
  * Apply localscan_dlopen.patch from
    http://marc.merlins.org/linux/exim/files/sa-exim-current/ to make it
    possible to switch local_scan functions *without* recompiling exim.
  * compile local_scan.c perl plugin as shared object that is dlopened,
    document this in exim4-daemon-perl's description and doc-directory.

 -- Andreas Metzler <ametzler@downhill.at.eu.org>  Sat, 21 Dec 2002 14:01:24 +0100

exim4 (4.12-0.0.1) unstable; urgency=low

  * New upstream 4.12, a strict maintenance release. Without any new features
    (Don't worry - this is the real release i.e. Phil's third shot ;-)

 -- Andreas Metzler <ametzler@logic.univie.ac.at>  Wed, 18 Dec 2002 12:17:51 +0100

exim4 (4.11-0.0.4) unstable; urgency=low

  * Get rid of /usr/lib/exim4/exim (see README.Debian for patched files)
  * Use relative paths in debian/eximon.dirs

 -- Andreas Metzler <ametzler@downhill.at.eu.org>  Tue, 17 Dec 2002 13:40:19 +0100

exim4 (4.11-0.0.3) unstable; urgency=low

  * fix dbm lookups (one-line patch to src/search.c)

 -- Andreas Metzler <ametzler@logic.univie.ac.at>  Fri, 13 Dec 2002 13:38:31 +0100

exim4 (4.11-0.0.2) unstable; urgency=low

  * Fresh installs were broken, as the initial test in update-exim4.conf
    failed.
  * update-exim4.conf exits silently if /etc/exim4/exim4.conf exists.
  * don't invoke update-exim4.conf in postinst if configtype=none.

 -- Andreas Metzler <ametzler@logic.univie.ac.at>  Wed, 11 Dec 2002 16:32:47 +0100

exim4 (4.11-0.0.1) unstable; urgency=low

  * New upstream version 4.11:
     includes spec und util/* in orig.tar.gz, diff is small again.
     see NewStuff items 49 to 57 for new features since snapshot 4.10.13.

 -- Andreas Metzler <ametzler@logic.univie.ac.at>  Wed, 11 Dec 2002 13:01:07 +0100

exim4 (4.10.13-0.0.4) unstable; urgency=low

  * reformat manpages a little bit, start each sentence on a new line, refer
    to /usr/share/doc/exim4-base/
  * remove the %s from PID_FILE_PATH
  * apply debian/fix-pid.issue.patch to fix minor security issue
    http://www.exim.org/pipermail/exim-users/Week-of-Mon-20021202/046978.html
  * test in init-script for working config before reloading/restarting 
    (Andreas Piesk)

 -- Andreas Metzler <ametzler@downhill.at.eu.org>  Thu,  5 Dec 2002 13:04:51 +0100

exim4 (4.10.13-0.0.3) unstable; urgency=low

  * update copyright from NOTICE
  * Typos in exim(8)

 -- Andreas Metzler <ametzler@downhill.at.eu.org>  Wed,  4 Dec 2002 10:35:18 +0100

exim4 (4.10.13-0.0.2) unstable; urgency=low

  * Fix path for eximon.bin in eximon script (Andreas Piesk)
  * Add comments at the head of exim4.conf.template, containing a short
    introduction to the configuration scheme.

 -- Andreas Metzler <ametzler@downhill.at.eu.org>  Tue,  3 Dec 2002 23:52:28 +0100

exim4 (4.10.13-0.0.1) unstable; urgency=low

  * Snapshot 4.10.13
  * CONFIGURE_FILE=/etc/exim4/exim4.conf:/var/lib/exim4/config.autogenerated
  * update update-exim4.conf* and documentation accordingly.
  * Generate config.autogenerated with same permissions as
    /etc/exim4/exim4.conf.template (it might conatain passwords)
  * Add BIG FAT warning at head of autogenerated file.
  * don't ship /var/lib/exim4/config.autogenerated, simply remove it on
    purge if it exists.

 -- Andreas Metzler <ametzler@logic.univie.ac.at>  Mon,  2 Dec 2002 12:45:58 +0100

exim4 (4.10.12-0.0.1) unstable; urgency=low

  * Upgrade to testing snapshot 4.10.12
  * patches accepted/superseded by upstream: exim4-MID-expanded.patch, hmac*,
    perl.c.patch
  * patches that do not apply cleanly anymore: bV_shows_openssl_version.txt,
    daemon_close_fds.txt, gcc_attributes-eximon.diff, gcc_attributes.txt,
    tls_common.txt, tls_misc.txt, tls_session_cache.txt.
  * minimize changes to scripts/exim_install - use INSTALL_ARG=-no_symlink instead.
  * no util/cramtest.pl util/logargs.sh util/unknownuser.sh in upstream
    tarball - perhaps only in testing version?

 -- Andreas Metzler <ametzler@downhill.at.eu.org>  Thu, 28 Nov 2002 16:11:52 +0100

exim4 (4.10-0.srh20.19) unstable; urgency=low

  * ship convert4r4 as /usr/sbin/exim_convert4r4 (with manpage)
  * eximon does not provides/Conflicts: exim4-daemon
  * switch AGAIN *-daemon provides MTA:
      - *-daemon depends on -base instead of the other way round
      - explicit "conflicts/replaces: exim, exim-tls" for the base package -
        these need to add this the other way round, too (TODO).
      - move symlinks for sendmail, mailq, rmail, rsmtp and their manpages (+the one
        for newaliases) to the daemon-packages.
      - no more non-debhelper-generated exim4-base.prerm, simplified
        *daemon.postinst
  * try to start daemon in postinst no matter whether configtype=none, people
    might use it with a handcrafted exim4.conf.
  * register /var/lib/exim4/email_addresses for dpkg.

 -- Andreas Metzler <ametzler@downhill.at.eu.org>  Sun, 24 Nov 2002 15:04:32 +0100

exim4 (4.10-0.srh20.18) unstable; urgency=low

  * add "Replaces: exim4-daemon" to all the daemon flavours, needed for
    switching.
  * Marc Haber:
    make exim4-daemon-custom actually work.
    building from CVS was broken
    clean target missed Local/eximon.conf
  * exim-daemon-perl recommends libexim-localscan-perl

 -- Andreas Metzler <ametzler@downhill.at.eu.org>  Thu, 21 Nov 2002 17:04:54 +0100

exim4 (4.10-0.srh20.17) unstable; urgency=low

  * add support for building a customized daemon (exim4-daemon-custom)
  * tighten build-depends: official exim4-base linked against db3 won't
    work well together with exim4-daemon-custom linked against libdb2
  * ship compile time configuration (EDITME-files) in /usd/daemon-flavour.
  * use /var/mail instead of /var/spool/mail (#169747)
  * make uucp a trusted user. (#169545)

 -- Andreas Metzler <ametzler@downhill.at.eu.org>  Sun, 17 Nov 2002 23:06:29 +0100

exim4 (4.10-0.srh20.16) unstable; urgency=low

  * fix Gecos pattern: 'From: "Andreas Metzler,,," <am...'#
  * _big_ update for README.Debian: Document which patches were applied. Short
    note about PAM.
  * document that the perl flavour won't deliver any mail without
    /etc/exim4/local_scan.pl in package description.
  * fix examples for server-side SMTP AUTH

 -- Andreas Metzler <ametzler@downhill.at.eu.org>  Sat,  9 Nov 2002 10:12:34 +0100

exim4 (4.10-0.srh20.15) unstable; urgency=low

  * Fix crash with perl 5.8 (threads), thanks to Eckebrecht von Pappenheim
    <evp@heise.de>
  * perl-package: search local_scan.pl in /etc/exim4 instead of /etc/exim.

 -- Andreas Metzler <ametzler@downhill.at.eu.org>  Wed,  6 Nov 2002 22:46:12 +0100

exim4 (4.10-0.srh20.14) unstable; urgency=low

  * add /etc/default/exim4 (#123184, #95325)
  * Don't start a queue runner with cron per default, exim runs as daemon.
  * polish config-script: more states, strip blanks.
  * Ask whether to bind to all local interfaces or only to localhost with sane
    default depending on configtype. (#108853)

 -- Andreas Metzler <ametzler@downhill.at.eu.org>  Thu, 31 Oct 2002 14:05:50 +0100

exim4 (4.10-0.srh20.13) unstable; urgency=low

  * send stdout of logrotate postrotate-script to /dev/null
  * polish exim4-base.postinst and exim4-base.templates
  * use tcp-wrappers
  * simplify update-exim4.conf. There is no need to only add remote_smtp
    transport for special configurations. It does not hurt and should make it
    easy for users to activate smtp-auth.
  * install configration example to examples subdirectory

 -- Andreas Metzler <ametzler@downhill.at.eu.org>  Tue, 29 Oct 2002 08:42:42 +0100

exim4 (4.10-0.srh20.12) unstable; urgency=low

  * linked against external pcre
  * clean up a little bit - move all manpages to debian/manpages/
  * ship template /etc/exim4/email-addresses
  * LFS support (-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE)
  * Don't force sender verification by default
  * I actually use this version.

 -- Andreas Metzler <ametzler@downhill.at.eu.org>  Sun, 27 Oct 2002 17:10:16 +0100

exim4 (4.10-0.srh20.11) unstable; urgency=low

  * if HUPed exim will rexec itself as /usr/lib/exim4/exim, changing the name
    to exim - start-stop-daemon-daemon would not recognize it. Changed
    init.script to exec /usr/lib/exim4/exim to set the processname to "exim".
    This needs to be deuglified.
  * use black magic in daemon-$flavour postinst to only start it there if
    switching flavours.
  * support for inetd has to wait for sarge+1
  * fix description of 'exim4' daemon flavour.

 -- Andreas Metzler <ametzler@downhill.at.eu.org>  Sat, 26 Oct 2002 11:09:14 +0200

exim4 (4.10-0.srh20.10) unstable; urgency=low

  * don't provide symlink /usr/sbin/exim anymore - this broke coinstallation
    with uninstalled exim 3 - the exim3-init script started the exim4-daemon.
    Ship symlink /usr/lib/exim4/exim -> /usr/sbin/exim4 and set BIN_DIRECTORY
    to /usr/lib/exim4. This is a little bit ugly but the alterative would be to
    patch 7 files in src.
  * the daemon packages conflict with each other by each having
    Conflicts/Provides: exim4-daemon
  * Add doc base support for spec and filter.txt (bug 165961)
  * Switching daemon flavours restarts them.

 -- Andreas Metzler <ametzler@balrog.logic.univie.ac.at>  Fri, 25 Oct 2002 16:14:44 +0200

exim4 (4.10-0.srh20.9) unstable; urgency=low

  * apply exim4-MID-expanded.patch - make domain part of M-ID configurable.
    Shipped in debian-subdir so it can be easily patch -R'd before official
    debian release.
  * set spool to /var/spool/exim4 in EDITME
  * remove /var/run/exim4 on purge
  * remove /var/(spool|log)/exim4 on purge if empty
  * added manpages.
  * allow relay for 127.0.0.1 : ::::1
  * set host_find_failed = defer for smarthost router and mimick exim3. It
    really sucks to get a frozen message and error to the postmaster _every_
    time I try to send a message offline.

 -- Andreas Metzler <ametzler@downhill.at.eu.org>  Thu, 24 Oct 2002 14:00:05 +0200

exim4 (4.10-0.srh20.8) unstable; urgency=low

  * info and html doc generated from separate source package - diff is
    small
  * remove m4 and texinfo from build-depends

 -- Andreas Metzler <ametzler@downhill.at.eu.org>  Thu, 24 Oct 2002 12:22:56 +0200

exim4 (4.10-0.srh20.7) unstable; urgency=low

  * config script as state machine - allows going back!
  * hopefully last forgotten entry of /var/{spool,log,run}/exim in postinst
    and cron.* fixed.

 -- Andreas Metzler <ametzler@downhill.at.eu.org>  Thu, 24 Oct 2002 09:16:12 +0200

exim4 (4.10-0.srh20.6) unstable; urgency=low

  * generate /etc/aliases with debconf
  * remove dpkg-statoverride managment with debconf, ship exim binary as 4755
    root:root.
  * update debian/copyright from NOTICE.
  * add (commented out) maildrop-transport to template
  * add (commented out) maildir-transport to template
  * Remove some backslashes in template
  * Fix *lots of* cut and paste errors, introduced by generating the
    configuration template from the debconf_eximconfig perl script.
    $local_delivery is wrong, define macro LOCAL_DELIVERY and use it instead.
    Remove erranous backslashes.
  * Add comments from the example configuration file to template.
  * host and domain lists are colon separated.

 -- Andreas Metzler <ametzler@downhill.at.eu.org>  Mon, 21 Oct 2002 22:37:45 +0200

exim4 (4.10-0.srh20.5) unstable; urgency=low

  * new debconf-code:
    - shell scripts
    - debconf-results are saved (and read from) /etc/exim4/debconf.results
    - /etc/exim4/exim4.conf.template is a dpkg-conffile
    - update-exim4.conf(8) merges these two files and generates exim's main
      configuration file /var/lib/exim4/exim4.conf.

 -- Andreas Metzler <ametzler@downhill.at.eu.org>  Sat, 19 Oct 2002 19:23:35 +0200

exim4 (4.10-0.srh20.4) unstable; urgency=low

  * symlink usr/sbin/exim4 <-> usr/sbin/exim in -base package was wrong.
  * move invoke-rc.d to -base package - _it_ contains the init-script
  * move stat-overide-stuff to -base package. - The values are filled in _its_
    config.
  * missing stuff from log/exim4 run/exim4 transition: exim-base
    maintainerscripts.
  * Daemon-packages have only debconf stuff left as maintainerscripts. How
    about letting dh_installinit manage the initscript?
  * exim4-base.postrm has no business removing /etc/exim/exim.conf

 -- Andreas Metzler <ametzler@balrog.logic.univie.ac.at>  Fri, 18 Oct 2002 14:40:46 +0200

exim4 (4.10-0.srh20.3) unstable; urgency=low

  * /etc/exim4/...
  * fix cronjob: Test for existence of /etc/exim4/exim4.conf - it formerly
    tested for exim3's configuration file
  * /usr/lib/exim/ --> /usr/lib/exim4/ -- Put eximon.bin there, too.

 -- Andreas Metzler <ametzler@logic.univie.ac.at>  Fri, 18 Oct 2002 13:43:37 +0200

exim4 (4.10-0.srh20.2) unstable; urgency=low

  * more changes:
  * /var/log/exim/ --> /var/log/exim4/
  * /var/run/exim/ --> /var/run/exim4/
  * /etc/init.d/exim --> /etc/init.d/exim4
  * Use files named after the real package (exim4-base instead of) exim for
    cron and logrotate. - use dh_installlogrotate and dh_installcron
  * Don't install exim.8 manpages in daemon packages - symlink is enough, ship
    real manpage in base-package. - use dh_installman.
  * Get rid of m4-magic - without the alternatives there is no need.

 -- Andreas Metzler <ametzler@downhill.at.eu.org>  Thu, 17 Oct 2002 23:52:31 +0200

exim4 (4.10-0.srh20.1) unstable; urgency=low

  * rename package, replace dependencies.
    - src: exim4
    - binary exim(-something) --> exim4-something
    - Remove Provides: exim - does not make sense anymore, dselect/apt
      would take the real exim instead of the provided one.
    - Revamp Dependencies and contents
      * exim4-base provides/confl/repl: mta and depends on one of *our*
        flavours
      * each of the flavours only contains only /usr/sbin/exim4 and a manpagelink
        exim4--->exim - there is no need to provides/confl/repl: mta, because
        we ship no common file with the same name as in the original
        exim4-package
    - drop alternatives.
    - install configuration example to /usr/share/doc/exim4-doc/examples

 -- Andreas Metzler <ametzler@downhill.at.eu.org>  Thu, 17 Oct 2002 17:58:08 +0200

exim (4.10-0.srh20) unstable; urgency=low

  * exim-base.config fixes during testing-- need to run debconf subs in a
    list context to get their numeric return code.
  * enqueue_question(): $code == 0 is ok too
  * main: call fetch_default() not find_default() [when did I last test this?]
  * install debconf_eximconfig (!!!!!!)

 -- Steve Haslam <araqnid@debian.org>  Wed, 16 Oct 2002 21:50:27 +0100

exim (4.10-0.srh19) unstable; urgency=low

  * Move the eximon binary into the eximon package!

 -- Steve Haslam <araqnid@debian.org>  Wed, 16 Oct 2002 19:36:48 +0100

exim (4.10-0.srh18) unstable; urgency=low

  * The clean: target now deletes doc/tmp

 -- Steve Haslam <araqnid@debian.org>  Wed, 16 Oct 2002 18:10:29 +0100

exim (4.10-0.srh17) unstable; urgency=low

  * Slave alternatives for "rmail" too.
  * Changed libxaw-dev in build-depends to libxaw7-dev | libxaw-dev
  * Added libperl-dev and m4 to build-depends

 -- Steve Haslam <araqnid@debian.org>  Wed, 16 Oct 2002 17:19:40 +0100

exim (4.10-0.srh16) unstable; urgency=low

  * Put --exec $DAEMON back on the start-stop-daemon --stop calls, since
    start-stop-daemon complains about the process not being found after it
    just killed it. (Due to Exim not removing its own pid file?)
  * Point slave alternatives at .gz versions of manpages

 -- Steve Haslam <araqnid@debian.org>  Wed, 16 Oct 2002 16:12:08 +0100

exim (4.10-0.srh15) unstable; urgency=low

  * Fix "update-alternatives --remove" invocation.
  * Remove alternatives AFTER stopping daemon.
  * Use logrotate to cycle logs.
  * Manually install logrotate/cron stuff, to call it "exim" instead of "exim-base".
  * Install upstream exim.8 manpage, and slave alternatives.

 -- Steve Haslam <araqnid@debian.org>  Wed, 16 Oct 2002 15:44:56 +0100

exim (4.10-0.srh14) unstable; urgency=low

  * dh_installinit: pass --noscripts, put the script invocation etc. in
    ourselves. This is still pretty nasty, but ensures that the deamons
    are stopped/started themselves, not by exim-base.
  * Also, pass --init-script=exim to use /etc/init.d/exim, not
    /etc/init.d/exim-base.
  * Fix some inconsistencies in the postsinst related to the above that
    made lintian scream
  * Remove the --exec option when stopping the daemon in the init script,
    so that we still stop the daemon if the symlink changed to point to a
    different version (hacky).

 -- Steve Haslam <araqnid@debian.org>  Wed, 16 Oct 2002 14:51:19 +0100

exim (4.10-0.srh13) unstable; urgency=low

  * Bah, fix paths of mailq etc. to be in /usr/bin, not /usr/lib

 -- Steve Haslam <araqnid@debian.org>  Wed, 16 Oct 2002 14:08:45 +0100

exim (4.10-0.srh12) unstable; urgency=low

  * The postinsts were totally broken, doing everything off the "install"
    target, and nothing off "configure". Since they're all pracitcally the
    same, they are now generated from daemon-postinst.m4.
  * Fix invocations of dpkg-statoverride (sysuser??)
  * Added slave alternatives for mailq, sendmail etc.
  * Removed daemon packages conflicting with mail-transport-agent,
    although this isn't good-- the deamon packages don't conflict with
    each other (they use alternatives to arrange themselves), but do
    conflict with other MTAs that install
    /usr/lib/sendmail|/usr/sbin/sendmail links. Urnf.
  * Similar generation system for prerms as postinsts

 -- Steve Haslam <araqnid@debian.org>  Wed, 16 Oct 2002 13:47:53 +0100

exim (4.10-0.srh11) unstable; urgency=low

  * Urnf, nasty circular dependencies. Removed exim-base's dependency on exim-daemon.
  * Fix "use strict" errors in exim-base.config (oops)

 -- Steve Haslam <araqnid@debian.org>  Wed, 16 Oct 2002 13:10:25 +0100

exim (4.10-0.srh10) unstable; urgency=low

  * Patch src/expand.c with HMAC support
  * Rename exim-daemon-default package to just "exim", so upgrading works
    better, and exim isn't made into a pure virtual package while other
    packages depend on it. Moreover, mail-transport-agent is provided by
    each of the daemon packages, not exim-base, since having exim-base
    alone is not sufficient to have an MTA.
  * Each exim daemon package depends on exim-base, not exim.

 -- Steve Haslam <araqnid@debian.org>  Wed, 16 Oct 2002 12:52:19 +0100

exim (4.10-0.1) unstable; urgency=low

  * Heavy changes to build system.
  * Split package into:
    - exim-base: This package contains all utility programs and
      documentation in plain text format.
    - exim-daemon-$FOO: (Currently for FOO in light, default, heavy,
      perl): Conain only the exim daemon in different configurations
    - exim-doc-info: Contains exim documentation in Info format.
    - eximon: The X11 monitor for Exim

 -- Hilko Bengen <bengen@toplink-plannet.de>  Wed,  2 Oct 2002 17:23:04 +0200

exim (4.10-0.srh4) unstable; urgency=low

  * exim.c: Show the OpenSSL version number if TLS compiled in and the tls
    debug selector enabled.
  * exim.postinst et al: Keep the alternatives configured between upgrades
    (naughty) since exim-light will fail to start if exim-heavy keywords
    are in the config file

 -- Steve Haslam <araqnid@debian.org>  Fri, 13 Sep 2002 16:08:47 +0100

exim (4.10-0.srh3) unstable; urgency=low

  * tls.c: Some debug output changes to verify_callback()
  * debconf_eximconfig: add more escaping when writing acl_check_rcpt
  * tls.c and others: ${tls_peercn} now expands to the CN part of the
    peer's certificate subject when using TLS.
  * transports/smtp.c and others: Added tls_verify_hostname option to
    verify the hostname we connected to against the CN/subjectAltName
    of the peer certificate.

 -- Steve Haslam <araqnid@debian.org>  Fri, 13 Sep 2002 15:44:07 +0100

exim (4.10-0.srh2) unstable; urgency=low

  * exim-heavy.postinst: had duplicate sendmail alternative, removed. Had
    a priority the same as exim-light too... increased.
  * Replace LOOKUP_CDB=yes in exim-light configuration, since it was in
    the Exim 3 package and doesn't bring in any dependencies.
  * exim.postinst: delete files from /var/spool/exim/db if they cannot be
    read by exim_dumpdb (some DB compatibility lossage)

 -- Steve Haslam <araqnid@debian.org>  Tue,  3 Sep 2002 13:28:44 +0100

exim (4.10-0.srh1) unstable; urgency=low

  * My stab at an Exim 4 package. Features include:
    * An exim-heavy package that contains an Exim binary with LDAP,
      MySQL, PostgreSQL etc. in, so that the main Exim package's
      dependencies are kept thin but users can easily get hold of
      the extra lookup types.
    * Debconf-based configuration, although it has priority=high
      questions, so not completely noninteractive yet, and not
      all features of eximconfig have been ported/checked
    * Automated conversion of Exim 3 configuration files
      (using PH's convert4r4)

 -- Steve Haslam <araqnid@debian.org>  Tue,  3 Sep 2002 10:20:24 +0100

exim (3.35-1.srh1) unstable; urgency=low

  * Reconfigured to include MySQL and PostgreSQL lookups

 -- Steve Haslam <araqnid@debian.org>  Fri,  9 Aug 2002 15:52:37 +0100

exim (3.35-1) unstable; urgency=low

  * New upstream version, fixes buffer overflow (Closes: #135069)
  * debian/config: Added receiver_try_verify (Closes: #136276)
  * debian/init.d: Use --retry 30 option for start-stop-daemon when
    stopping exim (Closes: #136450)
  * debian/postinst: "noninteractive" in correct case (Closes: #134379)
  * debian/init.d: Use -n option for echo (from patch in #133288)
  * debian/exim_lock.8: Manpage for exim_lock - thanks Nick Philips
    (Closes: #131679)
  * debian/config: Fixed comment on smtp_accept_queue_per_connection
    (Closes: #136756)
  * debian/exim.8,debian/eximon.8: Fixed hyphenation (Closes: #132068)
  * debian/control: Short description improved (Closes: #130698)

 -- Mark Baker <mark@mnb.org.uk>  Mon,  4 Mar 2002 23:04:52 +0000