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