GithubHelp home page GithubHelp logo

selim13 / docker-exim-gmail-relay Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 8 KB

A very basic image for relaying your mail via gmail SMTP servers using Exim4

License: GNU General Public License v2.0

docker-exim-gmail-relay's Introduction

exim-gmail-relay

A very basic image for relaying your mail via gmail SMTP servers using Exim4.

Launch the container with your gmail credentials by specifying EXIM_GMAIL_LOGIN and EXIM_GMAIL_PASSWORD environment variables:

$ docker run --name exim-gmail-relay      \
    -e [email protected] \
    -e EXIM_GMAIL_PASSWORD=qwerty         \
    -d selim13/exim-gmail-relay:latest

Or just mount /etc/exim/conf.d/authenticators.conf as a volume and put your credentials there.

You can always put your additional configuration either to /etc/exim/exim.conf or to the following included files:

  • /etc/exim/conf.d/main.conf
  • /etc/exim/conf.d/acl.conf
  • /etc/exim/conf.d/routers.conf
  • /etc/exim/conf.d/transports.conf
  • /etc/exim/conf.d/retry.conf
  • /etc/exim/conf.d/rewrite.conf
  • /etc/exim/conf.d/authenticators.conf
  • /etc/exim/conf.d/local_scan.conf

Environment variables

EXIM_RELAY_FROM_HOSTS

Sets relay_from_hosts host list which is used in acl checks.

Default value: 10.0.0.0/8 : 172.16.0.0/12 : 192.168.0.0/16

EXIM_GMAIL_LOGIN

Login for you gmail account.

EXIM_GMAIL_PASSWORD

Password for you gmail account.

docker-exim-gmail-relay's People

Contributors

selim13 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.