We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20dd83a commit 982f059Copy full SHA for 982f059
docs/guides/mail/client.md
@@ -131,20 +131,20 @@ certificates:
131
Instead of connecting to localhost, choose a custom domain name and map it to 127.0.0.1 in your hosts file.
132
133
**macOS/Linux:**
134
-```
+```bash
135
sudo nano /etc/hosts
136
127.0.0.1 mail.mokapi.local
137
```
138
139
**Windows:**
140
141
notepad C:\Windows\System32\drivers\etc\hosts
142
143
144
145
Then update the Mokapi configuration to use the domain and the secure IMAP port:
146
147
+```yaml
148
servers:
149
imap:
150
host: mail.mokapi.local:993
0 commit comments