mirror of
https://github.com/opensolutions/ViMbAdmin.git
synced 2026-04-26 16:55:59 +03:00
[GH-ISSUE #300] Number of mailboxes = 1 when there are 150 #241
Labels
No labels
bug
feature
feature
improvement
improvement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ViMbAdmin-opensolutions#241
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @itabv on GitHub (Feb 5, 2023).
Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/300
I installed postifx and vimbadmin and imported the mailboxes from the old mail server (mysqldump mysqlimport) into the mariadb database. But the mailbox counter remained equal to 1. If i go to the list of mailboxes, then they are all there (159) and the mail works fine. But the counter of the number of boxes does not increase. This is the only problem. But the counter increases if I create mail through the vimbadmin web interface.
@nine commented on GitHub (Feb 5, 2023):
Please check if you are using a supported PHP version. See also #301.
@itabv commented on GitHub (Feb 6, 2023):
Right now I'm using php.8.1 and still I have this problem
@barryo commented on GitHub (Feb 23, 2023):
Hi @itabv - this isn't dynamic from a MySQL query (in a couple environments we have a lot of mailboxes) so it's adjusted as mailboxes are added, deleted, archived, etc.
Not ideal but the way to fix it is to set it manually in the domain table of the database. The following may help: