Coder Social home page Coder Social logo

biig-io / docker-exim-relay Goto Github PK

View Code? Open in Web Editor NEW

This project forked from selim13/docker-exim-relay

2.0 5.0 1.0 13 KB

A base Exim docker image configured to act as a relay with some basic defaults (gmail)

License: GNU General Public License v2.0

docker-exim-relay's Introduction

exim-relay

Base from work of https://github.com/selim13/docker-exim-relay

This is a base Exim docker image configured to act as a relay with some basic main, acl and retry defaults.

No routers, transports or authenticators are configured, so by default it will fail delivering all mail.

You can use it as a base for your docker images. Put your 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

Docker compose usage

version: '2'

services:

mail:
    build: ./docker/docker-exim-relay
    ports:
        - "25:25"
    environment:
        - EXIM_GMAIL_LOGIN=******@gmail.com
        - EXIM_GMAIL_PASSWORD=**********

docker-exim-relay's People

Contributors

selim13 avatar

Stargazers

 avatar  avatar

Watchers

 avatar James Cloos avatar Maxime Lafarie avatar  avatar Manuel BARRAUD avatar

Forkers

bponchaux

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.