Fix environment calculation rule for ELocal
[hcoop/domtool2.git] / configDefault / courier.cfg
1 structure Courier :> COURIER_CONFIG = struct
2
3 (* Non-daemon programs *)
4 val userdb = "/usr/sbin/userdb"
5 val maildirmake = "/usr/bin/maildirmake.courier"
6 val userdbpw = "/usr/sbin/userdbpw"
7 val makeuserdb = "/usr/sbin/makeuserdb"
8
9 val userdbDir = "/etc/courier/userdb"
10 (* Directory for storing userdb info *)
11
12 val postReload = "/usr/bin/sudo /usr/local/sbin/domtool-publish courier"
13 (* Command to run after reloading userdb data *)
14
15 val logFile = "/var/log/exim4/mainlog"
16 (* SMTP log *)
17
18 end