dovecot templating - split by whitespace and comma
This commit is contained in:
parent
05039c776a
commit
b2761b55a6
@ -1,5 +1,5 @@
|
|||||||
auth_realms = {{ getv "/mail/domains" }}
|
auth_realms = {{ getv "/mail/domains" }}
|
||||||
auth_default_realm = {{ index (split (getv "/mail/domains") " ") 0 }}
|
auth_default_realm = {{ index (split (split (getv "/mail/domains") " ") ",") 0 }}
|
||||||
auth_username_format = {{ getv "/auth/username/format" }}
|
auth_username_format = {{ getv "/auth/username/format" }}
|
||||||
auth_mechanisms = {{ getv "/auth/mechanisms" }}
|
auth_mechanisms = {{ getv "/auth/mechanisms" }}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user