Update README.md
This commit is contained in:
parent
2ad7343312
commit
929fff3c7b
39
README.md
39
README.md
@ -1,75 +1,74 @@
|
|||||||
[Roundcube](https://roundcube.net/) webmail interface with postgres backend.
|
[Roundcube](https://roundcube.net/) webmail interface with postgres backend.
|
||||||
|
|
||||||
## Environment Variables
|
# Environment Variables
|
||||||
### DOMAIN
|
## DOMAIN
|
||||||
Space seperated list of domains to listen to.
|
Space seperated list of domains to listen to.
|
||||||
|
|
||||||
### DB_USER
|
## DB_USER
|
||||||
Name of the database user.
|
Name of the database user.
|
||||||
|
|
||||||
### DB_PASSWORD
|
## DB_PASSWORD
|
||||||
Password for the database user.
|
Password for the database user.
|
||||||
|
|
||||||
### DB_HOST
|
## DB_HOST
|
||||||
Database host.
|
Database host.
|
||||||
|
|
||||||
### DB_NAME
|
## DB_NAME
|
||||||
Database name.
|
Database name.
|
||||||
|
|
||||||
### LDAP_HOST
|
## LDAP_HOST
|
||||||
Ldap host to connect to for password changes.
|
Ldap host to connect to for password changes.
|
||||||
|
|
||||||
### LDAP_PORT
|
## LDAP_PORT
|
||||||
- default: 389
|
- default: 389
|
||||||
|
|
||||||
Port of the ldap host.
|
Port of the ldap host.
|
||||||
|
|
||||||
### LDAP_STARTTLS
|
## LDAP_STARTTLS
|
||||||
- default: true
|
- default: true
|
||||||
|
|
||||||
Whether to use starttls when connecting to the ldap host.
|
Whether to use starttls when connecting to the ldap host.
|
||||||
|
|
||||||
### LDAP_BASE_DN
|
## LDAP_BASE_DN
|
||||||
Base DN on the ldap host.
|
Base DN on the ldap host.
|
||||||
|
|
||||||
### LDAP_USER_DN_MASK
|
## LDAP_USER_DN_MASK
|
||||||
How user DNs look like.
|
How user DNs look like.
|
||||||
|
|
||||||
### LDAP_PASSWORD_ATTRIBUTE
|
## LDAP_PASSWORD_ATTRIBUTE
|
||||||
- default: userPassword
|
- default: userPassword
|
||||||
|
|
||||||
How is the ldap attribute for the user password called.
|
How is the ldap attribute for the user password called.
|
||||||
|
|
||||||
### IMAP_HOST
|
## IMAP_HOST
|
||||||
- default: tls://%n
|
- default: tls://%n
|
||||||
|
|
||||||
IMAP host to authenticate users against.
|
IMAP host to authenticate users against.
|
||||||
|
|
||||||
### SMTP_HOST
|
## SMTP_HOST
|
||||||
- default: tls://%n
|
- default: tls://%n
|
||||||
|
|
||||||
SMTP host for sending mails.
|
SMTP host for sending mails.
|
||||||
|
|
||||||
### SMTP_PORT
|
## SMTP_PORT
|
||||||
- default: 587
|
- default: 587
|
||||||
|
|
||||||
Port for the SMTP host.
|
Port for the SMTP host.
|
||||||
|
|
||||||
### SECRET_KEY
|
## SECRET_KEY
|
||||||
Secret key for session secrets.
|
Secret key for session secrets.
|
||||||
|
|
||||||
### CIPHER_METHOD
|
## CIPHER_METHOD
|
||||||
- default: AES-256-CBC
|
- default: AES-256-CBC
|
||||||
|
|
||||||
Encryption algorithm for session secrets.
|
Encryption algorithm for session secrets.
|
||||||
|
|
||||||
## Ports
|
# Ports
|
||||||
- 80
|
- 80
|
||||||
|
|
||||||
## Capabilities
|
# Capabilities
|
||||||
- CHOWN
|
- CHOWN
|
||||||
- DAC_OVERRIDE
|
- DAC_OVERRIDE
|
||||||
- NET_BIND_SERVICE
|
- NET_BIND_SERVICE
|
||||||
- SETGID
|
- SETGID
|
||||||
- SETUID
|
- SETUID
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user