content/blog/mail_server_alpine_postfix_dovecot_tutorial.md: use html formatting instead of md formatting inside html tables
This commit is contained in:
parent
ab7479e85f
commit
35f493170a
1 changed files with 4 additions and 3 deletions
|
@ -747,7 +747,7 @@ you set for yourself in `/etc/dovecot/passwd`. Set the following settings:
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Server</th>
|
<th>Server</th>
|
||||||
<td colspan="2">`mail.domain.com`, or whatever your MX record is set to</td>
|
<td colspan="2"><code>mail.domain.com</code>, or whatever your MX record is set to</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Port</th>
|
<th>Port</th>
|
||||||
|
@ -756,7 +756,8 @@ you set for yourself in `/etc/dovecot/passwd`. Set the following settings:
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Username</th>
|
<th>Username</th>
|
||||||
<td colspan="2">Your system username; this should be the contents of your email address before the `@`</td>
|
<td colspan="2">Your system username; this should be the contents of your email address before the
|
||||||
|
<code>@</code></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Encryption</th>
|
<th>Encryption</th>
|
||||||
|
@ -765,7 +766,7 @@ you set for yourself in `/etc/dovecot/passwd`. Set the following settings:
|
||||||
<tr>
|
<tr>
|
||||||
<th>Authentication</th>
|
<th>Authentication</th>
|
||||||
<td>Password</td>
|
<td>Password</td>
|
||||||
<td>PLAIN (shows up as `Normal password` in Thunderbird)</td>
|
<td>PLAIN (shows up as <code>Normal password</code> in Thunderbird)</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue