mirror of
https://github.com/foxcpp/maddy.git
synced 2026-02-04 14:54:05 +02:00
docs: Move *-only.md tutorials to their own section
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user