[PR #101] [MERGED] Support real domain aliases #280

Closed
opened 2026-02-26 10:30:36 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: feature/supportDomainAliases


📝 Commits (1)

  • 3484872 Support 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.

## 📋 Pull Request Information **Original PR:** https://github.com/opensolutions/ViMbAdmin/pull/101 **Author:** [@PhrozenByte](https://github.com/PhrozenByte) **Created:** 7/5/2014 **Status:** ✅ Merged **Merged:** 7/23/2014 **Merged by:** [@barryo](https://github.com/barryo) **Base:** `master` ← **Head:** `feature/supportDomainAliases` --- ### 📝 Commits (1) - [`3484872`](https://github.com/opensolutions/ViMbAdmin/commit/3484872ee07ae3f0e88ae659c63c7ec7ede7df2f) Support real domain aliases ### 📊 Changes **5 files changed** (+26 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 10:30:36 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ViMbAdmin-opensolutions#280
No description provided.