{{The most common kinds of domain configuration}} val web_ip : (ip) = "1.2.3.4"; val dom = \ d : (your_domain) -> \\ config : Domain -> domain d with dns (dnsNS "ns.hcoop.net"); dns (dnsNS "ns2.hcoop.net"); dns (dnsA "www" web_ip); handleMail; mailbox <- Mailbox; catchAllAlias mailbox; vhost "www" with end; config end;