[PR #1795] [MERGED] New functionality: account can send email from a domain with any address #2296

Closed
opened 2026-02-27 12:10:20 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa/pull/1795
Author: @tsabi
Created: 12/1/2019
Status: Merged
Merged: 3/9/2020
Merged by: @tonioo

Base: masterHead: master-domain-sender


📝 Commits (2)

  • 1a1a732 Add Eclipse/PyDev files to gitignore
  • 7eb1bd5 New functionality: account can send email from a domain with any address

📊 Changes

2 files changed (+20 additions, -3 deletions)

View changed files

📝 .gitignore (+2 -0)
📝 modoboa/admin/postfix_maps.py (+18 -3)

📄 Description

New functionality: account can send email from a domain with any address

Originally during the sending of email there is a check to not send out
email from an unaothorized address. There you can set only exact email
addresses.
With this modification you are able to send out any address within a
specified domain. This is the reverse methodology to the catchall
function, you can use this to catch everything and send everything in a
domain, usable for a project management/ERP software.

To enable this you need to set "@domain.com" as sender address alias
just like you set up a cacthall functionality.


🔄 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/modoboa/modoboa/pull/1795 **Author:** [@tsabi](https://github.com/tsabi) **Created:** 12/1/2019 **Status:** ✅ Merged **Merged:** 3/9/2020 **Merged by:** [@tonioo](https://github.com/tonioo) **Base:** `master` ← **Head:** `master-domain-sender` --- ### 📝 Commits (2) - [`1a1a732`](https://github.com/modoboa/modoboa/commit/1a1a732bde0e50bb067bf8cbb155d5835c444eb0) Add Eclipse/PyDev files to gitignore - [`7eb1bd5`](https://github.com/modoboa/modoboa/commit/7eb1bd57c3bc1aaae807ec4c56d3e291ee4e7dd4) New functionality: account can send email from a domain with any address ### 📊 Changes **2 files changed** (+20 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+2 -0) 📝 `modoboa/admin/postfix_maps.py` (+18 -3) </details> ### 📄 Description New functionality: account can send email from a domain with any address Originally during the sending of email there is a check to not send out email from an unaothorized address. There you can set only exact email addresses. With this modification you are able to send out any address within a specified domain. This is the reverse methodology to the catchall function, you can use this to catch everything and send everything in a domain, usable for a project management/ERP software. To enable this you need to set "@domain.com" as sender address alias just like you set up a cacthall functionality. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 12:10:20 +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/modoboa-modoboa#2296
No description provided.