[GH-ISSUE #120] Modifying a domain does not update associated mailboxes #104

Closed
opened 2026-02-27 11:10:07 +03:00 by kerem · 4 comments
Owner

Originally created by @tonioo on GitHub (Dec 4, 2013).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/120

Originally assigned to: @tonioo on GitHub.

Originally created by Antoine Nguyen on 2010-12-20T08:27:11Z

Because of the current schema, some information inside mailboxes is not updated (like path of full_address). A quick fix would be to browse all the mailboxes and to apply modifications. A cleaner way would be to change the underlying schema to make it more relational. (for example, by removing the full_address field and the path relative to the domain's one).

Originally created by @tonioo on GitHub (Dec 4, 2013). Original GitHub issue: https://github.com/modoboa/modoboa/issues/120 Originally assigned to: @tonioo on GitHub. **Originally created by Antoine Nguyen on 2010-12-20T08:27:11Z** Because of the current schema, some information inside mailboxes is not updated (like path of full_address). A quick fix would be to browse all the mailboxes and to apply modifications. A cleaner way would be to change the underlying schema to make it more relational. (for example, by removing the full_address field and the path relative to the domain's one).
kerem 2026-02-27 11:10:07 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@tonioo commented on GitHub (Dec 4, 2013):

Posted by Redmine Admin on 2011-01-01T15:33:01Z

In [30c19bf4eb24bc380e74c3bf0526f5591724aa57]:

#!CommitTicketReference repository="" revision="30c19bf4eb24bc380e74c3bf0526f5591724aa57"
fixed #107
Removed useless fields (full_address) and added associated migrations. SQL queries used by postfix or dovecot will need to be updated. (as the documentation)
see #103
Big refactoring of objects creation and edition. (javascript cleanup, forms factoring, etc.)
<!-- gh-comment-id:29813659 --> @tonioo commented on GitHub (Dec 4, 2013): **Posted by Redmine Admin on 2011-01-01T15:33:01Z** In [30c19bf4eb24bc380e74c3bf0526f5591724aa57]: <pre> #!CommitTicketReference repository="" revision="30c19bf4eb24bc380e74c3bf0526f5591724aa57" fixed #107 Removed useless fields (full_address) and added associated migrations. SQL queries used by postfix or dovecot will need to be updated. (as the documentation) see #103 Big refactoring of objects creation and edition. (javascript cleanup, forms factoring, etc.) </pre>
Author
Owner

@tonioo commented on GitHub (Dec 4, 2013):

Posted by Redmine Admin on 2011-01-06T22:45:23Z

In [5bebfe323b2e1f8565ebd74ce1213d65fbb06d73]:

#!CommitTicketReference repository="" revision="5bebfe323b2e1f8565ebd74ce1213d65fbb06d73"
* see #107: do not include the domain's name in the path anymore,
* see #97: documentation updated with correct [[MySQL]] queries.
<!-- gh-comment-id:29813662 --> @tonioo commented on GitHub (Dec 4, 2013): **Posted by Redmine Admin on 2011-01-06T22:45:23Z** In [5bebfe323b2e1f8565ebd74ce1213d65fbb06d73]: <pre> #!CommitTicketReference repository="" revision="5bebfe323b2e1f8565ebd74ce1213d65fbb06d73" * see #107: do not include the domain's name in the path anymore, * see #97: documentation updated with correct [[MySQL]] queries. </pre>
Author
Owner

@tonioo commented on GitHub (Dec 4, 2013):

Posted by Redmine Admin on 2011-01-07T15:25:17Z

In [aed4e4a6986becea472da3d782688900e613f58e]:

#!CommitTicketReference repository="" revision="aed4e4a6986becea472da3d782688900e613f58e"
see #107
Updated autoreply scripts.
<!-- gh-comment-id:29813664 --> @tonioo commented on GitHub (Dec 4, 2013): **Posted by Redmine Admin on 2011-01-07T15:25:17Z** In [aed4e4a6986becea472da3d782688900e613f58e]: <pre> #!CommitTicketReference repository="" revision="aed4e4a6986becea472da3d782688900e613f58e" see #107 Updated autoreply scripts. </pre>
Author
Owner

@tonioo commented on GitHub (Dec 4, 2013):

Posted by Redmine Admin on 2011-01-09T17:44:52Z

In [d2c98e97048b661a0a3a40cd9d490731c0552405]:

#!CommitTicketReference repository="" revision="d2c98e97048b661a0a3a40cd9d490731c0552405"
see #107
Removed remaining use of full_address to search for a mailbox.
<!-- gh-comment-id:29813665 --> @tonioo commented on GitHub (Dec 4, 2013): **Posted by Redmine Admin on 2011-01-09T17:44:52Z** In [d2c98e97048b661a0a3a40cd9d490731c0552405]: <pre> #!CommitTicketReference repository="" revision="d2c98e97048b661a0a3a40cd9d490731c0552405" see #107 Removed remaining use of full_address to search for a mailbox. </pre>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-modoboa#104
No description provided.