mintsystem/odoo-mailgate

Sponsored OSS

By mintsystem

Updated 4 months ago

The Odoo Mailgate Docker image integrates a Postfix mail server and the odoo-mailgate script.

Image
Integration & delivery
0

10K+

mintsystem/odoo-mailgate repository overview

Mint System Odoo Mailgate

Docker pulls

The Odoo Mailgate Docker image integrates a Postfix mail server and the odoo-mailgate script, allowing you to receive and forward emails to Odoo.

Source: https://github.com/Mint-System/Odoo-Build/tree/main/images/odoo-mailgate

Usage

Setup environment variables:

export ODOO_URL="https://odoo.example.com"  # default: "http://odoo:8069""
export ODOO_DATABASE="example" # default: "odoo"
export ODOO_USERNAME="demo" # default: "admin"
export ODOO_PASSWORD="demo" # default: "admin"
export MAIL_MODEL="res.partner" # default: False
export MAIL_THREAD_ID=10 # default: False
export MAIL_DOMAIN="yourcompany.com" # default: "yourcompany.com"
export MAIL_ALIASES="info invoice contact support" # default: "info"

Run Odoo Mailgate:

docker run -d --name odoo-mailgate -p 25:25 -p 587:587 \
  -e ODOO_URL=$ODOO_URL \
  -e ODOO_DATABASE=$ODOO_DATABASE \
  -e ODOO_USERNAME=$ODOO_USERNAME \
  -e ODOO_PASSWORD=$ODOO_PASSWORD \
  -e MAIL_MODEL=$MAIL_MODEL \
  -e MAIL_THREAD_ID=$MAIL_THREAD_ID \
  -e MAIL_DOMAIN=$MAIL_DOMAN \
  -e MAIL_ALIASES=$MAIL_ALIASES \
  mintsystem/odoo-mailgate

Tag summary

Content type

Image

Digest

sha256:2bf8ae722

Size

59.3 MB

Last updated

4 months ago

docker pull mintsystem/odoo-mailgate

This week's pulls

Pulls:

890

Jul 6 to Jul 12