issue with existing alias which doesn't exist#3259
issue with existing alias which doesn't exist#3259bibiak1 wants to merge 1 commit intodocker-mailserver:masterfrom
Conversation
|
Thank you for providing a PR for an issue you encountered. Usually, we require users to open an issue first to discuss the matter, because:
That behavior seems reasonable to me. Why would you change that? Can you describe in more detail what you mean here? It would be very nice of you could open a new bug report issue and describe your problem in more detail there. Thank you :) |
|
It's now an issue. It is a email forwarding feature. How to forward email if you blocked alias for email account? |
We did not block alias for all email accounts, we blocked aliases that are equal to accounts.
Not quite; you're not actually forwarding / relaying an email, because this would imply that either DMS is the new sender (forwarding) or DMS is not the addressee but an intermediate MTA (relaying). You somehow want Gmail to act on DMS. @polarathene has proposed a solution in #3262 (comment) for the issue you raised. |
It was not my concern that there's an alias for account. I raised other concern |
I think what you would like is If it is not acceptable to store mail on DMS and retrieve it like suggested, this should let mail for You can restrict the outgoing addresses that get relayed this way via You'll probably also need |
Description
Issue with adding new recipient to existing alias
If new recipient exists as alias in db then setup is throwing error.
Fixes part of script checks only the relevant alias and compares recipients for it.
Type of change
Checklist:
docs/)