content/blog/mail_server_alpine_postfix_dovecot_tutorial.md: use html formatting instead of md formatting inside html tables

This commit is contained in:
revsuine 2024-11-20 21:17:16 +00:00
parent ab7479e85f
commit 35f493170a
Signed by: revsuine
GPG key ID: 3F257B68F5BC9339

View file

@ -747,7 +747,7 @@ you set for yourself in `/etc/dovecot/passwd`. Set the following settings:
</tr>
<tr>
<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>
<th>Port</th>
@ -756,7 +756,8 @@ you set for yourself in `/etc/dovecot/passwd`. Set the following settings:
</tr>
<tr>
<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>
<th>Encryption</th>
@ -765,7 +766,7 @@ you set for yourself in `/etc/dovecot/passwd`. Set the following settings:
<tr>
<th>Authentication</th>
<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>
</table>