Skip to content
Snippets Groups Projects

Prevent access to mailboxes while they are being moved

Open ale requested to merge no-mail-delivery-while-moving into master

Since our automation can no longer merge mailboxes reliably now that they are encrypted (as a result of a limitation with Dovecot), it needs instead to move mailboxes as a whole. To support this we need to prevent email delivery and access while the mailbox is being moved.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Author Owner

    Still missing the Postfix side: note that we can't make a generic LDAP query that says "host != originalHost", so we'll have to implement this on the postfix-delivery instance (which has a well-defined shard_id) so we can say "host=shard_id AND originalHost=shard_id". This way any incoming emails should end up queued inside our systems, which is fine.

Please register or sign in to reply
Loading