mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 01:16:01 +03:00
[GH-ISSUE #803] User can't create *@example.com => @otherdomain.com alias #715
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#715
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 @tonioo on GitHub (Dec 4, 2015).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/803
From @harobed on July 1, 2015 12:5
User can't create
*@example.com=>@otherdomain.comalias.Solution :
TRIM(LEADING '*' FROM al.extmboxes)here : https://github.com/modoboa/modoboa-admin/blob/master/modoboa_admin/postfix_maps.py#L66What do you think about this solution ?
Copied from original issue: modoboa/modoboa-admin#32
@tonioo commented on GitHub (Dec 4, 2015):
From @harobed on July 2, 2015 13:26
What do you think about this proposition ?
@tonioo commented on GitHub (Dec 4, 2015):
As modoboa already provides a way to create domain aliases (based on http://www.postfix.org/postconf.5.html#virtual_alias_domains), we need to know what's the best mechanism.
@SonRiab commented on GitHub (Dec 8, 2015):
Trim leading * from alias addresses before saving them would reduce wrong user input for catch-all aliases. Doing it in the mapping file is to late in my opinion. And adding domain aliases this way is confusing. The already provided way is much clearer for me.
@tonioo commented on GitHub (Dec 8, 2015):
Catchall aliases are no longer defined using a * character. Modoboa does now respect the internal postfix format.