[Rspamd] Fix examples for global white/blacklist

master
andryyy 2018-11-29 21:51:09 +01:00
parent 13ddcb2c33
commit e02c51b1d1
5 changed files with 32 additions and 4 deletions

View File

@ -1 +1 @@
# /.*@example.com/i # /.+example\.com/i

View File

@ -1 +1 @@
# /.*@example.com/i # /.+example\.com/i

View File

@ -1 +1 @@
# /.*@example.com/i # /.+example\.com/i

View File

@ -1 +1 @@
# /.*@example.com/i # /.+example\.com/i

View File

@ -0,0 +1,28 @@
<!--
<example>
<key>canAuthenticate</key>
<string>YES</string>
<key>id</key>
<string>${line}_ldap</string>
<key>isAddressBook</key>
<string>NO</string>
<key>IDFieldName</key>
<string>mail</string>
<key>UIDFieldName</key>
<string>uid</string>
<key>bindFields</key>
<array>
<string>mail</string>
</array>
<key>type</key>
<string>ldap</string>
<key>bindDN</key>
<string>cn=admin,dc=example,dc=local</string>
<key>bindPassword</key>
<string>password</string>
<key>baseDN</key>
<string>ou=People,dc=example,dc=local</string>
<key>hostname</key>
<string>ldap://1.2.3.4:389</string>
</example>
-->