mailsystem: dovecot: Use expanded variable names
All checks were successful
Test / tests (push) Successful in 3m39s
All checks were successful
Test / tests (push) Successful in 3m39s
Starting with dovecot 2.4, short notations for variables are no longer accepted (see https://doc.dovecot.org/2.4.0/installation/upgrade/2.3-to-2.4.html#variable-expansion).
This commit is contained in:
parent
6f8bcdf9c0
commit
01e63f4bab
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ in {
|
||||||
userdb {
|
userdb {
|
||||||
driver = passwd-file
|
driver = passwd-file
|
||||||
args = ${userdbFile}
|
args = ${userdbFile}
|
||||||
default_fields = uid=${builtins.toString cfg.vmailUID} gid=${builtins.toString cfg.vmailUID} home=${cfg.mailDirectory}/%d/%n
|
default_fields = uid=${builtins.toString cfg.vmailUID} gid=${builtins.toString cfg.vmailUID} home=${cfg.mailDirectory}/%{domain}/%{username}
|
||||||
}
|
}
|
||||||
|
|
||||||
service auth {
|
service auth {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue