Software /
code /
prosody-modules
Changeset
3306:b06fc0d03003
mod_auth_dovecot: Update example dovecot config
Not tested, but this is how it looks like for postfix in my
configuration.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 09 Sep 2018 13:11:29 +0200 |
parents | 3305:122767430a97 |
children | 3307:303b17ec8264 |
files | mod_auth_dovecot/README.markdown |
diffstat | 1 files changed, 4 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_auth_dovecot/README.markdown Sat Sep 08 23:31:06 2018 +0200 +++ b/mod_auth_dovecot/README.markdown Sun Sep 09 13:11:29 2018 +0200 @@ -33,13 +33,10 @@ socket path in Prosody's dovecot\_auth\_socket setting. service auth { - socket listen { - client { - path = /var/spool/prosody/private/auth-client - mode = 0660 - user = prosody - group = prosody - } + unix_listener /var/spool/prosody/private/auth-client { + mode = 0660 + user = prosody + group = prosody } }