mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-30 23:54:46 +02:00
Add LDAP_QUERY_FILTER_SENDERS setting for spoof protection with LDAP (#1902)
This commit is contained in:
parent
6fbd1967d1
commit
271d94a37e
7 changed files with 45 additions and 3 deletions
|
@ -20,6 +20,7 @@ Have a look at the [`ENVIRONMENT.md`][github-file-env] for information on the de
|
|||
- `LDAP_QUERY_FILTER_GROUP`
|
||||
- `LDAP_QUERY_FILTER_ALIAS`
|
||||
- `LDAP_QUERY_FILTER_DOMAIN`
|
||||
- `LDAP_QUERY_FILTER_SENDERS`
|
||||
|
||||
!!! example "saslauthd"
|
||||
|
||||
|
@ -124,4 +125,4 @@ The following example illustrates this for a directory that has the qmail-schema
|
|||
- DOVECOT_USER_FILTER=(&(objectClass=qmailUser)(uid=%u)(accountStatus=active))
|
||||
```
|
||||
|
||||
[github-file-env]: https://github.com/docker-mailserver/docker-mailserver/blob/master/ENVIRONMENT.md
|
||||
[github-file-env]: https://github.com/docker-mailserver/docker-mailserver/blob/master/ENVIRONMENT.md
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue