1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2024-12-25 07:47:05 +00:00

SMTP Relay Host stub progress

This commit is contained in:
David Duque 2020-04-13 18:05:49 +01:00
parent 10993b9154
commit 9d23f67e8a
No known key found for this signature in database
GPG Key ID: 2F327738A3C0AE3A

View File

@ -35,9 +35,13 @@
</tr> </tr>
<tr> <tr>
<label for="vehicle1"> Use authentication</label> <td>
<input type="checkbox" id="relay_use_auth" name="relay_use_auth" value="true" <label for="relay_use_auth"> Use authentication</label>
onclick="checklocks();"> </td>
<td>
<input checked type="checkbox" id="relay_use_auth" name="relay_use_auth" value="true"
onclick="checklocks();">
</td>
</tr> </tr>
<tr> <tr>