22 lines
477 B
Plaintext
22 lines
477 B
Plaintext
# LDAP connection
|
|
LDAP_URI=ldaps://ldap.example.net:636
|
|
LDAP_BIND_DN=uid=admin,dc=example,dc=net
|
|
LDAP_BIND_PASSWORD=changeme
|
|
LDAP_BASE_DN=ou=clients,dc=example,dc=net
|
|
LDAP_FILTER=(objectClass=MAILACCOUNT)
|
|
LDAP_ATTR_ACCESS_KEY=S3ACCESSKEY
|
|
LDAP_ATTR_SECRET_KEY=S3SECRETKEY
|
|
# If using ldap:// and you want StartTLS
|
|
LDAP_STARTTLS=false
|
|
|
|
|
|
# S3 endpoint
|
|
S3_ENDPOINT=https://s3.example.com
|
|
S3_REGION=us-east-1
|
|
S3_FORCE_PATH_STYLE=true
|
|
|
|
|
|
# Service behavior
|
|
POLL_INTERVAL=30s
|
|
WORKERS=4
|