feat: single user (all mails go to the same inbox)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-10-19 12:38:28 -03:00
parent 78da3e9766
commit 4de1ce0dc6
3 changed files with 18 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
{{ if (getv "/ldap/hosts") }}
hosts = {{ getv "/ldap/hosts" }}
{{ with getv "/ldap/hosts" }}
hosts = {{.}}
{{ else }}
uris = {{ getv "/ldap/uris" }}
{{ end }}