[IMP] discuss: add spf and dkim explanations to use Office 365 mail servers
This commit is contained in:
parent
2b8db9d0d3
commit
990a3b0d82
@ -1,27 +1,21 @@
|
|||||||
=================================================================
|
=================================================================
|
||||||
How to use my own email servers to send and receive email in Odoo
|
How to use my own email servers to send and receive emails in Odoo
|
||||||
=================================================================
|
=================================================================
|
||||||
|
|
||||||
When is it needed
|
When is it needed
|
||||||
=================
|
=================
|
||||||
Using your own email servers is required to send and receive messages
|
Using your own email servers is required to send and receive messages
|
||||||
in Odoo Community or Enterprise. Odoo Online embeds an out-of-box
|
in Odoo instances running on-premise. Odoo Online embeds an out-of-box
|
||||||
email solution that works straight away. However you can still use
|
email solution. However you can still use
|
||||||
your own email servers with the online edition. Some insights
|
your own email servers with the online edition. Some insights
|
||||||
are provided here below.
|
are provided here below.
|
||||||
|
|
||||||
How to set it up
|
How to set it up in Odoo
|
||||||
================
|
========================
|
||||||
As a system admin, go to :menuselection:`Settings --> General Settings`
|
As a system admin, go to :menuselection:`Settings --> General Settings`
|
||||||
and check *External Email Servers*
|
and check *External Email Servers*.
|
||||||
(watch out: this checkbox only shows up after Odoo 10).
|
|
||||||
Then, go through the following steps.
|
Then, go through the following steps.
|
||||||
|
|
||||||
.. note::
|
|
||||||
Office 365 email servers don't allow to send external emails
|
|
||||||
from hosts like Odoo.
|
|
||||||
Consequently you can only use such email servers for incoming messages.
|
|
||||||
|
|
||||||
Set an outgoing email server for outbound messages
|
Set an outgoing email server for outbound messages
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
You need the SMTP data of your email provider (Gmail, Outlook,
|
You need the SMTP data of your email provider (Gmail, Outlook,
|
||||||
@ -47,18 +41,23 @@ information has been filled out, click on *TEST & CONFIRM*.
|
|||||||
|
|
||||||
Set the domain name
|
Set the domain name
|
||||||
-------------------
|
-------------------
|
||||||
Enter the domain name of your email servers (e.g. mycompany.com)
|
Enter the domain name of your email server (e.g. mycompany.com)
|
||||||
in General Settings.
|
in General Settings.
|
||||||
|
|
||||||
.. image:: media/alias_domain.png
|
.. image:: media/alias_domain.png
|
||||||
:align: center
|
:align: center
|
||||||
|
|
||||||
|
This domain name is used for the reply-to address of your outgoing emails,
|
||||||
|
along with the alias mentioned here below. It is also used to generate new
|
||||||
|
business records from incoming emails (Leads & Opportunities in Odoo CRM,
|
||||||
|
Tickets in Odoo Helpdesk, etc.).
|
||||||
|
|
||||||
Create a catchall address
|
Create a catchall address
|
||||||
-------------------------
|
-------------------------
|
||||||
When a contact replies to an email sent from Odoo, the *reply-to* address
|
When a contact replies to an email sent out from Odoo, the *reply-to* address
|
||||||
is a generic address used to route the reply to the right discussion thread
|
is a generic address used to route the reply to the right discussion thread
|
||||||
in Odoo (opportunity, order, task, etc.) and to the inbox of all its followers.
|
in Odoo and to the inbox of all its followers.
|
||||||
By default this address is "catchall@" but it can be changed.
|
By default the alias of this address is "catchall@" but it can be changed.
|
||||||
|
|
||||||
Create a catchall address in your email server settings. We advise
|
Create a catchall address in your email server settings. We advise
|
||||||
you to use "catchall@" so that everything works out straight away.
|
you to use "catchall@" so that everything works out straight away.
|
||||||
@ -78,36 +77,16 @@ If you want to use another alias, you have extra steps in Odoo:
|
|||||||
|
|
||||||
.. note:: You can edit the email alias used for bounced messages the same way.
|
.. note:: You can edit the email alias used for bounced messages the same way.
|
||||||
|
|
||||||
How to use my own email servers with Odoo Online
|
|
||||||
================================================
|
|
||||||
Odoo Online comes up with an embedded and ready-to-use email
|
|
||||||
solution with *@yourcompany.odoo.com* as domain.
|
|
||||||
We recommend to keep this default setup as it is really convenient.
|
|
||||||
|
|
||||||
Nevertheless you can still use your own email servers if you want
|
What to set up outside Odoo
|
||||||
to manage your email server's reputation (blacklisting, etc).
|
===========================
|
||||||
The configuration for both incoming and outgoing mail servers is
|
Sending out emails from Odoo requires a few additional steps to prevent your
|
||||||
given here above.
|
messages to be flagged as spam by receivers.
|
||||||
|
|
||||||
However when it comes to incoming messages, we don't recommend
|
Be SPF-compliant
|
||||||
to exclusively use your own email server. Indeed, Odoo Online is fetching
|
----------------
|
||||||
incoming messages from the email server once every hour only.
|
|
||||||
To receive emails in real time, you should rather use
|
|
||||||
a **catchall redirection** (your server -> Odoo server). To do so:
|
|
||||||
|
|
||||||
* Create a catchall address in your email server settings (e.g. catchall).
|
|
||||||
* Still from such settings, set a redirection
|
|
||||||
from this catchall address to Odoo's one:
|
|
||||||
catchall@yourdomain.ext -> catchall@yourcompany.odoo.com.
|
|
||||||
* In Odoo check *External Email Servers* in :menuselection:`Settings --> General Settings`
|
|
||||||
and enter your email domain name (i.e. yourdomain.ext).
|
|
||||||
* No need to set up an incoming email server in such a case.
|
|
||||||
|
|
||||||
|
|
||||||
How to be SPF-compliant when using external email servers in Odoo
|
|
||||||
=================================================================
|
|
||||||
Sender Policy Framework (SPF) is an email-validation system that checks that
|
Sender Policy Framework (SPF) is an email-validation system that checks that
|
||||||
incoming mail from a domain comes from a host authorized by that domain's
|
incoming emails have been sent from a host authorized by the email domain's
|
||||||
administrator. Such a security system is used in most email servers.
|
administrator. Such a security system is used in most email servers.
|
||||||
If you don't comply with it, your emails sent from Odoo will be likely
|
If you don't comply with it, your emails sent from Odoo will be likely
|
||||||
flagged as spam.
|
flagged as spam.
|
||||||
@ -135,9 +114,42 @@ but this usually happens more quickly.
|
|||||||
with mail delivery and spam classification. Instead, we recommend using
|
with mail delivery and spam classification. Instead, we recommend using
|
||||||
only one SPF record by modifying it to authorize Odoo.
|
only one SPF record by modifying it to authorize Odoo.
|
||||||
|
|
||||||
|
|
||||||
|
Allow DKIM
|
||||||
|
----------
|
||||||
|
Like SPF, Domain Keys Identified Mail (DKIM) aims to make your outgoing emails
|
||||||
|
legitimate when they get to the receiver side. It does so by providing your
|
||||||
|
emails with an encrypted signature related to your domain name.
|
||||||
|
Odoo enables automatic DKIM signature for all domains.
|
||||||
|
|
||||||
|
To be valid you should add a DNS "odoo._domainkey" CNAME record to
|
||||||
|
"odoo._domainkey.odoo.com".
|
||||||
|
For example, for "foo.com" they should have a record "odoo._domainkey.foo.com"
|
||||||
|
that is a CNAME with the value "odoo._domainkey.odoo.com".
|
||||||
|
|
||||||
|
This is especially useful if your domain is hosted by Office 365 and if you
|
||||||
|
want to enable the DKIM option in Office 365.
|
||||||
|
|
||||||
|
What if my email domain is hosted by Office 365
|
||||||
|
===============================================
|
||||||
|
|
||||||
|
For domains hosted by Office 365, the previous 2 points are important,
|
||||||
|
but not always enough to send emails from Odoo.
|
||||||
|
To improve your trust score, make sure that the domain name in Odoo's
|
||||||
|
General Settings is your Office 365 domain (e.g. "mycompany.com" rather than
|
||||||
|
"mycompany.odoo.com") and that your catchall and bounce aliases redirects to
|
||||||
|
Odoo, as explained here above.
|
||||||
|
|
||||||
|
Please note that you can only use your Office 365 email server to send emails
|
||||||
|
from Odoo when your Odoo installation is on-premise.
|
||||||
|
Odoo Online does not support such a configuration.
|
||||||
|
Fetching incoming messages is however possible for any hosting type of Odoo
|
||||||
|
(online & on-premise).
|
||||||
|
|
||||||
|
|
||||||
How to choose between Odoo and my traditional email box
|
How to choose between Odoo and my traditional email box
|
||||||
=======================================================
|
=======================================================
|
||||||
Odoo Discuss is a perfect tool to send and read messages related to
|
Odoo Discuss is a perfect tool to send and read messages related to
|
||||||
business documents. However it doesn't aim to replace a full-featured email
|
business documents. However it doesn't aim to replace a full-featured email
|
||||||
solution (Gmail, Outlook, Yahoo, AOL, etc.).
|
solution (Gmail, Outlook, Yahoo, AOL, etc.).
|
||||||
We recommend to take the most out of both systems without mingling them:
|
We recommend to take the most out of both systems without mingling them:
|
||||||
@ -148,3 +160,29 @@ To do so, create specific email aliases to use in Odoo (to generate leads
|
|||||||
or opportunities, helpdesk tickets, etc.). If you take an email alias
|
or opportunities, helpdesk tickets, etc.). If you take an email alias
|
||||||
already used for messaging outside of Odoo, incoming messages will land
|
already used for messaging outside of Odoo, incoming messages will land
|
||||||
into both systems. This will negatively impact your productivity.
|
into both systems. This will negatively impact your productivity.
|
||||||
|
|
||||||
|
|
||||||
|
How to use my own email servers with Odoo Online
|
||||||
|
================================================
|
||||||
|
Odoo Online comes up with an embedded and ready-to-use email
|
||||||
|
solution with *@yourcompany.odoo.com* as domain.
|
||||||
|
We recommend to keep this default setup as it is really convenient.
|
||||||
|
|
||||||
|
Nevertheless you can still use your own email servers if you want
|
||||||
|
to manage your email server's reputation (blacklisting, etc).
|
||||||
|
The configuration for both incoming and outgoing mail servers is
|
||||||
|
given here above.
|
||||||
|
|
||||||
|
However when it comes to incoming messages, we don't recommend
|
||||||
|
to exclusively use your own email server. Indeed, Odoo Online is fetching
|
||||||
|
incoming messages from the email server once every hour only.
|
||||||
|
To receive emails in real time, you should rather use
|
||||||
|
a **catchall redirection** (your server -> Odoo server). To do so:
|
||||||
|
|
||||||
|
* Create a catchall address in your email server settings (e.g. catchall).
|
||||||
|
* Still from such settings, set a redirection
|
||||||
|
from this catchall address to Odoo's one:
|
||||||
|
catchall@yourdomain.ext -> catchall@yourcompany.odoo.com.
|
||||||
|
* In Odoo check *External Email Servers* in :menuselection:`Settings --> General Settings`
|
||||||
|
and enter your email domain name (i.e. yourdomain.ext).
|
||||||
|
* No need to set up an incoming email server in such a case.
|
||||||
|
Loading…
Reference in New Issue
Block a user