[Web] rename user in sender_acl table

This commit is contained in:
FreddleSpl0it 2024-09-05 12:40:30 +02:00
parent 4f9e37c0c3
commit f2e35dff68
No known key found for this signature in database
GPG Key ID: 00E14E7634F4BEC5

View File

@ -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) {