Skip to content

Instantly share code, notes, and snippets.

@soyayaos
Created July 8, 2022 04:41
Show Gist options
  • Save soyayaos/2f78fc86a3340a562d1b28c9fad7ed6e to your computer and use it in GitHub Desktop.
Save soyayaos/2f78fc86a3340a562d1b28c9fad7ed6e to your computer and use it in GitHub Desktop.
iredmail user as admin
\c vmail
update mailbox
set
isadmin=1,
isglobaladmin=1
where
username='user@domain.com';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment