mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-04-19 00:17:23 +02:00
update comment
This commit is contained in:
@@ -17,9 +17,8 @@ def get_web_domains(env):
|
|||||||
domains.add(env['PRIMARY_HOSTNAME'])
|
domains.add(env['PRIMARY_HOSTNAME'])
|
||||||
|
|
||||||
# Also serve web for all mail domains so that we might at least
|
# Also serve web for all mail domains so that we might at least
|
||||||
# provide Webfinger and ActiveSync auto-discover of email settings
|
# provide auto-discover of email settings, and also a static website
|
||||||
# (though the latter isn't really working). These will require that
|
# if the user wants to make one. These will require an SSL cert.
|
||||||
# an SSL cert be installed.
|
|
||||||
domains |= get_mail_domains(env)
|
domains |= get_mail_domains(env)
|
||||||
|
|
||||||
# ...Unless the domain has an A/AAAA record that maps it to a different
|
# ...Unless the domain has an A/AAAA record that maps it to a different
|
||||||
|
|||||||
Reference in New Issue
Block a user