mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2024-11-21 03:14:00 +08:00
[Web] rename user in sender_acl table
This commit is contained in:
parent
4f9e37c0c3
commit
f2e35dff68
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user