mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 17:36:01 +03:00
[GH-ISSUE #1298] Multi-domain / single user quarantine #1046
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#1046
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 @arduino43 on GitHub (Nov 14, 2017).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1298
Impacted versions
Currently hosting 3 mail domains where a user has an account for each domain e.g user1@domain1.com, user1@domain2.com, user1@domain3.com.
Modoboa is a gateway to Microsoft Exchange, where each user account mailbox is stored. When logging into the web interface (LDAP auth to active directory) I am unable to view quarantine mail for anything but non-primary email account. If I login as user1@domain1.com I cannot see quarantine mail for user1@domain2.com.
Ldap is setup to use the filter:
(objectclass=person)(proxyAddresses=smtp:%s)
Does modoboa support multi-domain quarantines for single use logins?
@tonioo commented on GitHub (Nov 16, 2017):
@arduino43 Have you tried with aliases instead? eg. define one primary account and aliases for the other ones.
@tonioo commented on GitHub (Dec 7, 2017):
@arduino43 ping
@arduino43 commented on GitHub (Dec 8, 2017):
Perfect, that worked!
Sorry for the late response, I havent had time to test this until now.