|
BARID_ENVIRONMENT
type2_required_defaultable
|
Runtime environment. Production requires an HTTPS public webmail URL.
Example: development
|
string; required |
development |
Locked
|
|
BARID_WEBMAIL_PUBLIC_URL
type2_required_defaultable
|
Browser URL for the Barid webmail client.
Example: http://127.0.0.1:9160/
|
url; required |
http://127.0.0.1:9160/ |
Locked
|
|
BARID_WEBMAIL_BIND
type2_required_defaultable
|
Host interface for local webmail publishing. Use a reverse proxy for production exposure.
Example: 127.0.0.1
|
string; required |
127.0.0.1 |
Locked
|
|
BARID_WEBMAIL_IMAP_HOST
type2_required_defaultable
|
Internal IMAP host used by Roundcube.
Example: barid-core
|
string; required |
barid-core |
Locked
|
|
BARID_WEBMAIL_IMAP_PORT
type2_required_defaultable
|
Internal IMAP port used by Roundcube.
Example: 2993
|
integer; 1 to 65535; required |
2993 |
Locked
|
|
BARID_WEBMAIL_SMTP_HOST
type2_required_defaultable
|
Internal SMTP submission host used by Roundcube.
Example: barid-core
|
string; required |
barid-core |
Locked
|
|
BARID_WEBMAIL_SMTP_PORT
type2_required_defaultable
|
Internal SMTP submission port used by Roundcube.
Example: 2465
|
integer; 1 to 65535; required |
2465 |
Locked
|
|
BARID_WEBMAIL_PRODUCT_NAME
type2_required_defaultable
|
Product name shown in the Roundcube UI.
Example: MailWorks Webmail
|
string; required |
MailWorks Webmail |
Locked
|
|
BARID_WEBMAIL_PLUGINS
type2_required_defaultable
|
Comma-separated Roundcube plugins enabled for the webmail client.
Example: archive,zipdownload
|
string; required |
archive,zipdownload |
Locked
|
|
BARID_WEBMAIL_SKIN
type2_required_defaultable
|
Roundcube skin name.
Example: elastic
|
string; required |
elastic |
Locked
|
|
BARID_WEBMAIL_UPLOAD_MAX_FILESIZE
type2_required_defaultable
|
Upload limit passed to the Roundcube image.
Example: 25M
|
string; required |
25M |
Locked
|
|
BARID_WEBMAIL_MAX_MESSAGE_SIZE
type2_required_defaultable
|
Maximum composed message size accepted by Roundcube.
Example: 25M
|
string; required |
25M |
Locked
|
|
BARID_WEBMAIL_SESSION_LIFETIME_MINUTES
type2_required_defaultable
|
Roundcube session lifetime in minutes.
Example: 30
|
integer; 5 to 1440; required |
30 |
Locked
|
|
BARID_WEBMAIL_SESSION_SAMESITE
type2_required_defaultable
|
SameSite policy for Roundcube session cookies.
Example: Strict
|
string; required |
Strict |
Locked
|
|
BARID_WEBMAIL_IP_CHECK
type2_required_defaultable
|
Whether Roundcube binds sessions to the client IP address.
Example: True
|
boolean; required |
True |
Locked
|
|
BARID_WEBMAIL_REQUEST_PATH
type2_required_defaultable
|
Public URL path prefix where Roundcube is exposed by the zone edge proxy.
Example: /webmail/
|
string; required |
/webmail/ |
Locked
|