Skip to content
Snippets Groups Projects
Commit 8fd0f0c7 authored by Antoine Vandevenne (anv)'s avatar Antoine Vandevenne (anv)
Browse files

[FIX] doc: fix link and rendering issues in email gateway page


closes odoo/odoo#60714

X-original-commit: 09a012e5
Signed-off-by: default avatarAntoine Vandevenne (anv) <AntoineVDV@users.noreply.github.com>
parent 2004fbc9
Branches
Tags
No related merge requests found
......@@ -8,7 +8,8 @@ The Odoo mail gateway allows you to inject directly all the received emails in O
Its principle is straightforward: your SMTP server executes the "mailgate" script for every new incoming email.
The script takes care of connecting to your Odoo database through XML-RPC, and send the emails via the MailThread.message_process() feature.
The script takes care of connecting to your Odoo database through XML-RPC, and send the emails via
the `MailThread.message_process()` feature.
Prerequisites
-------------
......@@ -18,26 +19,31 @@ Prerequisites
For Postfix
-----------
In you alias config (/etc/aliases):
In you alias config (:file:`/etc/aliases`):
.. code-block:: text
email@address: "|/odoo-directory/addons/mail/static/scripts/odoo-mailgate.py -d <database-name> -u <userid> -p <password>"
email@address: "|/odoo-directory/addons/mail/static/scripts/odoo-mailgate.py -d <database-name> -u <userid> -p <password>"
.. note:: Resources
- `Postfix <http://www.postfix.org/documentation.html>`
- `Postfix aliases <http://www.postfix.org/aliases.5.html>`
- `Postfix virtual <http://www.postfix.org/virtual.8.html>`
.. note::
Resources
- `Postfix <http://www.postfix.org/documentation.html>`_
- `Postfix aliases <http://www.postfix.org/aliases.5.html>`_
- `Postfix virtual <http://www.postfix.org/virtual.8.html>`_
For Exim
--------
.. code-block:: text
*: |/odoo-directory/addons/mail/static/scripts/odoo-mailgate.py -d <database-name> -u <userid> -p <password>
*: |/odoo-directory/addons/mail/static/scripts/odoo-mailgate.py -d <database-name> -u <userid> -p <password>
.. note:: Resources
- `Exim <https://www.exim.org/docs.html>`
.. note::
Resources
- `Exim <https://www.exim.org/docs.html>`_
.. note:: If you don't have access/manage your email server, use `inbound messages<https://www.odoo.com/documentation/user/13.0/discuss/email_servers.html#how-to-manage-inbound-messages>`.
.. tip::
If you don't have access/manage your email server, use `inbound messages
<https://www.odoo.com/documentation/user/13.0/discuss/advanced/email_servers.html#how-to-manage-outbound-messages>`_.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment