mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 08:56:02 +03:00
[PR #1795] [MERGED] New functionality: account can send email from a domain with any address #2296
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#2296
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/modoboa/modoboa/pull/1795
Author: @tsabi
Created: 12/1/2019
Status: ✅ Merged
Merged: 3/9/2020
Merged by: @tonioo
Base:
master← Head:master-domain-sender📝 Commits (2)
1a1a732Add Eclipse/PyDev files to gitignore7eb1bd5New 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.