Change dispatcher principal name to be more consistent with other cases
[hcoop/zz_old/domtool2-proto.git] / configDefault / exim.csg
CommitLineData
1f53f82b 1signature EXIM_CONFIG = sig
2
3val aliases : string
4val aliasesDefault : string
5(* Paths to e-mail alias files.
6 * The "default" version is for catch-alls. *)
7
8val reload : string
9(* Command-line to reload exim configuration *)
10
cd873ae9 11val handleDomains : string
12(* File to which to write a comma-separate list of domains to handle mail for *)
13
ca36ffec 14val relayDomains : string
15(* File to which to write a comma-separate list of domains to relay mail for *)
16
668e333e 17val aliasTo : string list
18(* Default nodes to which alias directives are applied *)
19
c685120e 20val mainLog : string
21(* Path to main log file *)
22
1f53f82b 23end