Change DefaultAliasSource to $user@hcoop.net, add defaultMailUser extern
[hcoop/domtool2.git] / tests / testBusy.dtl
CommitLineData
6bb366c5
AC
1domain "hcoop.net" with
2 dns (dnsNS "ns.hcoop.net");
3
4 dns (dnsA "a" "1.2.3.4");
5 dns (dnsCNAME "b" "a.hcoop.net");
6 dns (dnsMX 1 "mail.nowhere.eu");
7
8 handleMail;
9
10 emailAlias "someone" "someoneElse";
11 aliasMulti "me" ["nowhere","smelly@yikes.com"];
12
13 catchAllAlias "me@gmail.com";
14
15 mailmanWebHost "lists.hcoop.net";
16
17 dns (dnsA "www" web_ip);
18 vhost "www" where
19 DocumentRoot = "/home/adamc/html";
20 ServerAdmin = "my@other.address"
21 with
22 serverAlias "hcoop.net";
23 addDefaultCharset "mumbo-jumbo/incomprehensible";
24
25 location "/theMorgue" with
26 rewriteRule "A" "B" [];
27 end;
28 end;
29end;
30
31domain "schizomaniac.net" where
32 TTL = 1234
33with
34 vhost "www" with
35 directory "/home/adamc/thisPlace" with
36 unset_options [includesNOEXEC];
37 indexOptions [iconsAreLinks, scanHtmlTitles, iconWidth 45];
38 end
39 end;
40
41 vhost "proxy" with
42 proxyPass "/proxyLand" "http://localhost:1234/otherProxyLand";
43 proxyPassReverse "/proxyLand" "http://localhost:1234/otherProxyLand";
44 end;
45end;