Update Easy_Domain to support trivial configuration of default node
[hcoop/domtool2.git] / lib / mailman.dtl
index 31cb02e..f2158b7 100644 (file)
@@ -22,10 +22,10 @@ extern val mailman_place_to_ip : mailman_place -> ip;
 {{Analogous to <tt>web_place</tt>, but based on <tt>mailman_node</tt>s}}
 
 extern val mailmanVhost : host -> [Domain]
-       {MailmanPlaces : [mailman_place],
-        SSL : ssl,
-        User : your_user,
-         ServerAdmin : email};
+  {MailmanPlaces : [mailman_place],
+  SSL : ssl,
+  User : your_user,
+  ServerAdmin : email};
 {{Create an Apache virtual host to serve as the web interface for some Mailman
   lists.}}