From 3c10ec70a5a3efd6db5ecb8f969dda2b0f9f1980 Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Tue, 17 Feb 2015 00:08:04 +0000 Subject: [PATCH] update comment --- management/web_update.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/management/web_update.py b/management/web_update.py index 6be4acfb..c4fc99e2 100644 --- a/management/web_update.py +++ b/management/web_update.py @@ -17,9 +17,8 @@ def get_web_domains(env): domains.add(env['PRIMARY_HOSTNAME']) # Also serve web for all mail domains so that we might at least - # provide Webfinger and ActiveSync auto-discover of email settings - # (though the latter isn't really working). These will require that - # an SSL cert be installed. + # provide auto-discover of email settings, and also a static website + # if the user wants to make one. These will require an SSL cert. domains |= get_mail_domains(env) # ...Unless the domain has an A/AAAA record that maps it to a different