Skip to content

Commit ea894ab

Browse files
sirainencmouse
authored andcommitted
proxy-auth-methods.inc: Refer to master passwords, not master users
1 parent a1a0724 commit ea894ab

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

docs/core/config/auth/master_users.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ dovecotlinks:
66
hash: acls
77
text: ACL Master Users
88
auth_master_users: Master Users
9+
auth_master_passwords:
10+
hash: master-passwords
11+
text: Master Passwords
912
---
1013

1114
# Master Users/Passwords

docs/core/config/proxy/include/proxy-auth-methods.inc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
* `proxy_mech` is needed only if both OAUTH and cleartext mechanisms
99
are enabled.
1010
11-
1. Let Dovecot proxy perform the authentication and login to remote server
12-
using the proxy's [[link,auth_master_users]]. This allows client
13-
to use also non-cleartext authentication.
11+
1. Login to the remote server using a [[link,auth_master_passwords,master
12+
password]]. This is done by returning `pass=master_secret` extra field. This
13+
allows client to use also non-cleartext authentication.

0 commit comments

Comments
 (0)