-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[FIX] azure_oauth: configuration mail server Outlook. #5909
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
6fa5995 to
7093b12
Compare
|
@tiku-odoo can you verify the content and then tag @samueljlieber for technical review, please? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here is my own summary of the issue and perhaps the basis for a different wording.
Configuration with a single outgoing mail server
You use a generic email address, e.g. notifications@example.com or odoo@example.com, connected as an outgoing mail server.
This address must be set as from_filter on the server.
This address must also match the mail.default.from@mail.catchall.domain key combination in the system parameters.
Configuration sample :
- Outgoing mail server login = notifications@example.com
- Outgoing mail server From filter = notifications@example.com
- mail.catchall.domain in system parameters = example.com
- mail.default.from in system parameters = notifications
Multiple user configuration
In addition to the generic server, you can use an outgoing mail server for each user. The email address of each user must be set as from_filter on the server.
Sample configuration :
- Outgoing mail server 1 login = notifications@example.com
- Outgoing mail server 1 From filter = notifications@example.com
- Outgoing mail server 2 login = john@example.com
- Outgoing mail server 2 From filter = john@example.com
- Outgoing mail server 3 login = jane@example.com
- Outgoing mail server 3 From filter = jane@example.com
- mail.catchall.domain in system parameters = example.com
- mail.default.from in system parameters = notifications
Bottom line: we see a lot of misconfigurations because mail.default.from is edited to use a full email address, which does not belong to mail.catchall.domain. mail.catchall.domain should be edited to match the From filter.
7093b12 to
2f869b8
Compare
|
I've updated this PR to include the info you mentioned in your previous comments/edits. Can you review and stamp your approval before we move this over for a technical (RST) Markdown review? Thanks in advance for your help on this! 👍 CC: @StraubCreative |
|
@jqu-odoo -- Hi Jonathan, when you have a moment, can you review this doc for technical accuracy? Thanks in advance for your help on this. Great suggestions so far! Thanks, Tim 👍 |
2f869b8 to
59c8951
Compare
59c8951 to
d8bb4ad
Compare
d8bb4ad to
6326754
Compare
|
@samueljlieber This doc is ready for your technical review. |
6326754 to
34708c2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Abridbus and @tiku-odoo, this PR is looking good! I have just a couple technical changes and some suggestions, listed below. Please let me know if you have any questions and your thoughts on the link labels.
Thank you for the continued hard work!!
content/administration/maintain/azure_oauth/from-name-remain.png
Outdated
Show resolved
Hide resolved
Results of seeing a lot of wrong and missing configuration on consultancy project for Outlook accounts. The Multi outgoing mail server is harder to maintain than having a unique mail server with an Odoo db correctly configured. Insisting on the mail.default.from (ICP) and the From Filtering parameters that NEEDS TO BE set up. task-3512379 [FIX] Maintain: Azure_oauth: configuration mail server Outlook Co-author-by: tiku-odoo <tiku@odoo.com> Co-author-by: jqu-odoo <jqu@odoo.com> Results of seeing a lot of wrong and missing configuration on consultancy project for Outlook accounts. The Multi outgoing mail server is harder to maintain than having a unique mail server with an Odoo db correctly configured. Insisting on the mail.default.from (ICP) and the From Filtering parameters that NEEDS TO BE set up. task-3512379
34708c2 to
f721908
Compare
|
@samueljlieber I've made the changes you requested. Thanks for your review of this doc. Ready to move to ZST, I believe. Thanks 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good @tiku-odoo thanks! 🙂
On to you @StraubCreative
Results of seeing a lot of wrong and missing configuration on consultancy project for Outlook accounts. The Multi outgoing mail server is harder to maintain than having a unique mail server with an Odoo db correctly configured. Insisting on the mail.default.from (ICP) and the From Filtering parameters that NEEDS TO BE set up. task-3512379 [FIX] Maintain: Azure_oauth: configuration mail server Outlook Co-author-by: tiku-odoo <tiku@odoo.com> Co-author-by: jqu-odoo <jqu@odoo.com> Results of seeing a lot of wrong and missing configuration on consultancy project for Outlook accounts. The Multi outgoing mail server is harder to maintain than having a unique mail server with an Odoo db correctly configured. Insisting on the mail.default.from (ICP) and the From Filtering parameters that NEEDS TO BE set up. task-3512379 closes #5909 Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Results of seeing a lot of wrong and missing configuration on consultancy project for Outlook accounts.
The Multi outgoing mail server is harder to maintain than having a unique mail server with an Odoo db correctly configured.
Insisting on the mail.default.from (ICP) and the From Filtering parameters that NEEDS TO BE set up.
task-3512379