mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 09:26:00 +03:00
[GH-ISSUE #981] Redundant alias for domain administrators #832
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#832
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 @almereyda on GitHub (Nov 30, 2016).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/981
If one intends to create a domain administrator with the username
postmaster@, a redundantpostmaster@alias pointing to the the very same address is created, too.@tonioo commented on GitHub (Nov 30, 2016):
Can you provide more info please? (screenshot, etc.)
@almereyda commented on GitHub (Nov 30, 2016):
If I create a new user account with the role Domain Administrator that is already called
postmaster, Modoboa will also create an alias frompostmastertopostmaster, if the checkbox is marked.Should we also consider creating more aliases, if needed?
See https://github.com/ecobytes/docker-postfix/blob/master/etc/postfix/global_alias for further examples.
@tonioo commented on GitHub (Dec 1, 2016):
You mean that you already have an alias called 'postmaster@mydomain.tld'
and that you want to add a domain adminstrator with the same name after?
On 30/11/2016 21:01, jon r wrote:
@almereyda commented on GitHub (Dec 1, 2016):
No, other way round: I want to create a Domain Administrator user + mailbox
with the postmaster@ name, and keep "Create Aliases" checked. Then I will
end up with the desired mailbox, and an alias, carrying the same name,
redirecting to the mailbox.
On 1 December 2016 at 10:12, Antoine Nguyen notifications@github.com
wrote:
@tonioo commented on GitHub (Dec 1, 2016):
Ok, you're talking about domain creation with predefined admin and
aliases, right?
On 01/12/2016 15:49, jon r wrote:
@almereyda commented on GitHub (Dec 1, 2016):
Yes, I wanted to greate a general postmaster Account which would receive both hostmaster and postmaster aliases from various domains.
Can an account maintain multiple domains, too?
@tonioo commented on GitHub (Dec 1, 2016):
You mean a domain administrator who manage more than one domain?
@almereyda commented on GitHub (Dec 1, 2016):
Yes, that would be interesting. Maybe something like a Site or Farm
Administrator, so to speak.
On 1 December 2016 at 15:59, Antoine Nguyen notifications@github.com
wrote:
@tonioo commented on GitHub (Dec 1, 2016):
So you can already do it. Edit an administrator account and go to the
permissions tab, you can add more than one domain.
On 01/12/2016 20:10, jon r wrote: