docs: Move *-only.md tutorials to their own section

This commit is contained in:
fox.cpp
2020-07-18 11:42:13 +03:00
parent d6105aed26
commit 03ff67069e
3 changed files with 6 additions and 10 deletions

View File

@@ -16,8 +16,9 @@ nav:
- tutorials/alias-to-remote.md
- tutorials/multiple-domains.md
- tutorials/upgrading.md
- tutorials/smtp-only.md
- tutorials/imap-only.md
- Integration with software:
- third-party/dovecot.md
- third-party/smtp-servers.md
- seclevels.md
- faq.md
- unicode.md

View File

@@ -1,14 +1,9 @@
# Using maddy with an external IMAP server
# Dovecot
Builtin maddy IMAP server may not match your requirements in terms of
performance, reliabilty or anything. For this reason it is possible to
integrate it with any external IMAP server that implements necessary
protocols.
## Dovecot
It is possible to replace builtin IMAP server with Dovecot.
Here are necessary bits to change in configuration.
protocols. Here is how to do it for Dovecot.
1. Get rid of `imap` endpoint and existing `local_authdb` and `local_mailboxes`
blocks.

View File

@@ -1,4 +1,4 @@
# Using maddy with an external SMTP server
# External SMTP server
It is possible to use maddy as an IMAP server only
and have it interface with external SMTP server using