You have deleted users in the Workgroup Manager (WM / WGM). However, they are still in Server Admin (SA).
How to delete them:
1. Login to cyradm using the IMAP admin user:
e.g.
/usr/bin/cyrus/admin/cyradm -u mailadmin localhost
(
Notes:
The list of admin(s) are in /etc/imapd.conf. In addition, you can add another admin to the list of admins on that line: "admins: cyrusimap, admin" - enter the , and the space.
Enter the password for that admin user and the imap user when prompted. (The imap user password is likely to be the same as the Admin from server setup.)
2. This will give you the localhost> prompt.
3. Enter lm, to list the mailboxes.
4. Note the path of the user(s) to be deleted:
To delete the user "testuser", you would next type the following:
sam 'Other Users/testuser' admin all
Note:
Notice the single quotes. This gives the admin user, admin in our example, access to the mailbox so it can be deleted.
5. Delete the mailbox:
dm 'Other Users/testuser'
Note:
Notice the single quotes again.
6. Type exit to leave the cyradm special prompt and return to the command line/prompt.
exit
7. Start Server Admin and refresh the list of accounts in the Accounts tab of Mail. The user's mailbox should not be removed.
previous page
|