store IDN email-usernames in ACE, as dovecot/postfix need them this way

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2024-09-26 09:22:11 +02:00
parent 40aa48a6d4
commit 140c6c9549
4 changed files with 14 additions and 8 deletions

View File

@@ -35,7 +35,7 @@ return [
'self_overview' => ['section' => 'email', 'page' => 'overview'],
'default_sorting' => ['d.domain' => 'asc'],
'columns' => [
'd.domain' => [
'd.domain_ace' => [
'label' => 'Domain',
'field' => 'domain',
],