Merge branch 'master' into terminal

This commit is contained in:
revsuine 2024-11-20 21:17:30 +00:00
commit 1609762757
Signed by: revsuine
GPG key ID: 3F257B68F5BC9339
2 changed files with 9 additions and 3 deletions

5
.pre-commit-config.yaml Normal file
View file

@ -0,0 +1,5 @@
repos:
- repo: https://github.com/gitleaks/gitleaks
rev: v8.21.2
hooks:
- id: gitleaks

View file

@ -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>