You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-07 23:03:10 +02:00
feat: Allow changing the Dovecot vmail UID/GID via ENV (#3550)
Some deployment scenarios are not compatible with `5000:5000` static vmail user with `/var/mail`. This feature allows adjusting the defaults to a UID / GID that is compatible. Signed-off-by: vincent <vincent@ducamps.win> Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
This commit is contained in:
@ -33,6 +33,18 @@ Here you can adjust the [log-level for Supervisor](http://supervisord.org/loggin
|
||||
|
||||
The log-level will show everything in its class and above.
|
||||
|
||||
##### DMS_VMAIL_UID
|
||||
|
||||
Default: 5000
|
||||
|
||||
The User ID assigned to the static vmail user for `/var/mail` (_Mail storage managed by Dovecot_).
|
||||
|
||||
##### DMS_VMAIL_GID
|
||||
|
||||
Default: 5000
|
||||
|
||||
The Group ID assigned to the static vmail group for `/var/mail` (_Mail storage managed by Dovecot_).
|
||||
|
||||
##### ONE_DIR
|
||||
|
||||
- 0 => state in default directories.
|
||||
|
Reference in New Issue
Block a user