lib: add AAAA record for mailman hosts
[hcoop/domtool2.git] / configDefault / courier.cfg
... / ...
CommitLineData
1structure Courier :> COURIER_CONFIG = struct
2
3(* Non-daemon programs *)
4val maildirmake = "/usr/bin/maildirmake.courier"
5val makeuserdb = "/usr/sbin/makeuserdb"
6
7val userdbDir = "/etc/courier/userdb"
8(* Directory for storing userdb info *)
9
10val postReload = ConfigCore.sudo ^ " " ^ ConfigCore.installPrefix ^ "/sbin/domtool-publish courier"
11(* Command to run after reloading userdb data *)
12
13val logFile = "/var/log/exim4/mainlog"
14(* SMTP log *)
15
16(* FIXME: should probably be in an external script *)
17val pushUserdb = "/usr/bin/rsync -r --delete /etc/courier/userdb/* " ^ ConfigCore.sharedRoot ^ "/email/userdb/"
18val pullUserdb = "/usr/bin/rsync -r --delete " ^ ConfigCore.sharedRoot ^ "/email/userdb/* /etc/courier/userdb/"
19
20end