mirror of
https://github.com/opensolutions/ViMbAdmin.git
synced 2026-04-26 00:36:00 +03:00
[PR #101] [MERGED] Support real domain aliases #280
Labels
No labels
bug
feature
feature
improvement
improvement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ViMbAdmin-opensolutions#280
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?
📋 Pull Request Information
Original PR: https://github.com/opensolutions/ViMbAdmin/pull/101
Author: @PhrozenByte
Created: 7/5/2014
Status: ✅ Merged
Merged: 7/23/2014
Merged by: @barryo
Base:
master← Head:feature/supportDomainAliases📝 Commits (1)
3484872Support real domain aliases📊 Changes
5 files changed (+26 additions, -4 deletions)
View changed files
📝
application/controllers/AliasController.php(+1 -1)📝
application/views/alias/form/add-edit.phtml(+2 -1)📝
application/views/alias/js/add.js(+2 -1)📝
public/css/920-style.css(+9 -1)📝
public/js/910-vimbadmin.functions.js(+12 -0)📄 Description
Fixes #11
ViMbAdmin supports catch-all addresses, but doesn't support real domain aliases (rule "@example.com --> @example.net" redirects foo@example.com to foo@example.net). Pretty strange, because this can be achieved by simply allowing "@example.com" as goto of aliases. Postfix does the rest.
Fixes some popover styling issues, too.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.