Expanding TXT support
[hcoop/domtool2.git] / lib / mailman.dtl
index 2e8029e..f2158b7 100644 (file)
@@ -22,9 +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]
 {{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};
+  {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.}}
 
 {{Create an Apache virtual host to serve as the web interface for some Mailman
   lists.}}