Add the most important steps

This commit is contained in:
kaiyou
2018-04-22 16:09:26 +02:00
parent f70acfe893
commit 5502297fce
3 changed files with 78 additions and 2 deletions

View File

@@ -14,12 +14,20 @@ avoid generic all-interfaces addresses like <code>0.0.0.0</code> or <code>::</co
<div class="form-group">
<label>IPv4 listen address</label>
<input class="form-control" type="text" name="bind4" placeholder="1.2.3.4">
<input class="form-control" type="text" name="ip4" placeholder="1.2.3.4">
</div>
<div class="form-group">
<label>IPv6 listen address</label>
<input class="form-control" type="text name="bind6" placeholder="2001:be4:1234::1">
<input class="form-control" type="text" name="ip6" placeholder="2001:be4:1234::1">
</div>
<p>You server will be available under a main hostname but may expose multiple public
hostnames. Every e-mail domain that points to this server must have one of the
hostnames in its <code>MX</code> record. Hostnames must be coma-separated.</p>
<div class="form-group">
<label>Public hostnames</label>
<input class="form-control" type="text" name="hostnames" placeholder="my.host.name,other.host.name" multiple>
</div>
{% endcall %}