Software /
code /
prosody-modules
Comparison
mod_net_dovecotauth/README.md @ 6003:fe081789f7b5
All community modules: Unify file extention of Markdown files to .md
author | Menel <menel@snikket.de> |
---|---|
date | Tue, 22 Oct 2024 10:26:01 +0200 |
parent | 2818:mod_net_dovecotauth/README.markdown@88474dd1af48 |
comparison
equal
deleted
inserted
replaced
6002:5a65a632d5b9 | 6003:fe081789f7b5 |
---|---|
1 --- | |
2 labels: | |
3 ... | |
4 | |
5 Introduction | |
6 ============ | |
7 | |
8 mod\_net\_dovecotauth is a server implementation of the Dovecot | |
9 authentication protocol. It allows you to authenticate e.g. Postfix | |
10 against your Prosody installation. | |
11 | |
12 Due to missing support for virtal hosts in this protocol, only one host | |
13 can be supported. | |
14 | |
15 Configuration | |
16 ============= | |
17 | |
18 Install and add to modules\_enabled like any other module. | |
19 | |
20 dovecotauth_host = "example.com" -- Must be a defined VirtualHost | |
21 | |
22 Compatibility | |
23 ============= | |
24 | |
25 Works with 0.9 |