Browse Source

[Web] rename user in sender_acl table

FreddleSpl0it 1 year ago
parent
commit
f2e35dff68
1 changed files with 2 additions and 1 deletions
  1. 2 1
      data/web/inc/functions.mailbox.inc.php

+ 2 - 1
data/web/inc/functions.mailbox.inc.php

@@ -3308,7 +3308,8 @@ function mailbox($_action, $_type, $_data = null, $_extra = null) {
               'alias' => ['goto'],
               "imapsync" => ['user2'],
               'bcc_maps' => ['local_dest', 'bcc_dest'],
-              'recipient_maps' => ['old_dest', 'new_dest']
+              'recipient_maps' => ['old_dest', 'new_dest'],
+              'sender_acl' => ['logged_in_as', 'send_as']
             ];
             foreach ($tables as $table => $columns) {
               foreach ($columns as $column) {