Software / code / prosody-modules
Comparison
mod_net_dovecotauth/README.markdown @ 1803:4d73a1a6ba68
Convert all wiki pages to Markdown
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Fri, 28 Aug 2015 18:03:58 +0200 |
| parent | 1782:mod_net_dovecotauth/README.wiki@29f3d6b7ad16 |
| child | 2818:88474dd1af48 |
comparison
equal
deleted
inserted
replaced
| 1802:0ab737feada6 | 1803:4d73a1a6ba68 |
|---|---|
| 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 eg 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 |