37 (Variablen, Lookups, …) |
37 (Variablen, Lookups, …) |
38 |
38 |
39 |
39 |
40 == Konfigurationsfiles |
40 == Konfigurationsfiles |
41 |
41 |
|
42 Wir unterscheiden zwei Typen von Konfigurationsfiles, die |
|
43 <<editme,Build Konfiguration>> und die <<runtime,Runtime Konfiguration>>. |
|
44 |
|
45 [[editme]] |
42 == Build-Konfiguration _EDITME_ |
46 == Build-Konfiguration _EDITME_ |
43 |
47 |
44 * Maintainer pflegt die _EDITME_ |
48 * Maintainer pflegt die _EDITME_ |
45 * Je nach Distro unterschiedliche Konfigurationen, teilweise sogar |
49 * Je nach Distro unterschiedliche Konfigurationen, teilweise sogar |
46 mehrere, wie 'fat', 'light', 'heavy'. |
50 mehrere, wie 'fat', 'light', 'heavy'. |
47 |
51 |
48 $ exim -bV |
52 $ exim -bV |
49 |
53 |
50 listet wesentliche in der Buildkonfiguration gewählte Features auf. |
54 listet wesentliche in der Buildkonfiguration gewählte Features auf. |
51 |
55 |
|
56 [[runtime]] |
52 === Runtime-Konfiguration _exim.conf_ |
57 === Runtime-Konfiguration _exim.conf_ |
53 |
58 |
54 * Der Name der Runtime-Konfiguration wird in der Build-Konfiguration gestgelegt. |
59 * Der Name der Runtime-Konfiguration wird in der Build-Konfiguration gestgelegt. |
55 * Es ist auch eine Liste von Konfigurationsfiles möglich, der erste Treffer gewinnt. |
60 * Es ist auch eine Liste von Konfigurationsfiles möglich, der erste Treffer gewinnt. |
56 |
61 |