mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 08:56:02 +03:00
[GH-ISSUE #3240] Alias of mainbox is not represents in UI #1811
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#1811
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 @Quiver92 on GitHub (Apr 24, 2024).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/3240
Impacted versions
*OS: Ubuntu
*OS Version: 22.04.4 LTS
*Database Type: PostgreSQL
*Modoboa 2.0.2
*Webserver: Nginx
Steps to reproduce
And here is screenshot from database:

You can notice that several aliases have been added to my mailbox. However, they aren't appearing in the detailed view, and I'm unable to edit or remove them using the Identity Editor
@tonioo commented on GitHub (Apr 24, 2024):
I suggest you first upgrade your Modoboa version to the latest one. Then, the aliases you're showing are internals and should not be visible through the web interface, that's normal. And obviously, you are not supposed to remove them manually using a SQL query
@Quiver92 commented on GitHub (Apr 25, 2024):
So how can it possible to remove them if I didn't see them through web interface?
@tonioo commented on GitHub (Apr 25, 2024):
You are not supposed to remove internal aliases, they are managed by Modoboa automatically and they are necessary. Once again, you should really upgrade your installation to the latest version, this is probably a bug already fixed.
@Quiver92 commented on GitHub (Apr 25, 2024):
Ok, I will try to update Modoboa.
@Quiver92 commented on GitHub (Apr 29, 2024):
In one of my environment I upgrade system to 2.2.3 and looks like it work's corretly. Thank you