Giter Site home page Giter Site logo

tangocash / docker-postfix-dovecut-catchall Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tabascoterrier/docker-imap-devel

0.0 0.0 0.0 55 KB

Dockerized catchall SMTP/IMAP server

License: GNU Affero General Public License v3.0

Shell 69.30% Dockerfile 22.15% BitBake 8.55%

docker-postfix-dovecut-catchall's Introduction

Dockerized Postfix/Dovecut server

Mail server with one catchall account

Built on Ubuntu 22.04

This docker image is based on https://github.com/tabascoterrier/docker-imap-devel

This image is even simpler than tabascoterrier docker image. Includes only Postfix (SMTP) and Dovecot (IMAP) servers with one catchall mailbox

Every email received via SMTP will be delivered locally to given mailaddress

Using your favorite email client you can connect via IMAP protocol to see emails like original recipient would received them

Build container with docker

docker build --no-cache --pull -t tangocash/docker-postfix-dovecut-catchall:latest .

Run container with docker compose

Edit docker-compose.yml for set these environment variables:

  • MAIL_DOMAIN: Mail domain (by default, localdomain.test)
  • MAIL_ALIAS: catchall user mailbox email address (MAIL_ALIAS@MAIL_DOMAIN)
  • MAIL_PASS: catchall user mailbox password
docker-compose up

Configure your email client with these parameters and test it sending any email to any email address

Catch all mailbox

  • IMAP server: imap

  • IMAP encryption: SSL

  • IMAP port: 993

  • IMAP username: [email protected] (change [email protected] by your MAIL_ALIAS@MAIL_DOMAIN)

  • IMAP password: pass (change pass by your MAIL_PASS)

  • SMTP server: imap

  • SMTP encryption: No

  • SMTP port: 25

  • SMTP authentication: none

docker-postfix-dovecut-catchall's People

Contributors

tangocash avatar antespi 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.