hcoop: add new server shelob.hcoop.net
[hcoop/domtool2.git] / configDefault / exim.csg
1 signature EXIM_CONFIG = sig
2
3 val aliases : string
4 val aliasesDefault : string
5 (* Paths to e-mail alias files.
6 * The "default" version is for catch-alls. *)
7
8 val reload : string
9 (* Command-line to reload exim configuration *)
10
11 val handleDomains : string
12 (* File to which to write a comma-separate list of domains to handle mail for *)
13
14 val relayDomains : string
15 (* File to which to write a comma-separate list of domains to relay mail for *)
16
17 val mainLog : string
18 (* Path to main log file *)
19
20 end