Git Product home page Git Product logo

postfix-dovecot-lmtp-reproducer's Introduction

Postfix Dovecot LMTP Reproducer

This repository demonstrates a question. To see the undesireable behaviour execute the following commands

# Start the services
docker-compose up --force-recreate --detach --build
sleep 1

# Instruct the client to send an email to [email protected] through postfix (configured by client/msmtprc)
# Should result in message "Dec 06 22:24:05 host=postfix tls=off auth=off [email protected] [email protected] mailsize=66 smtpstatus=250 smtpmsg='250 2.0.0 Ok: queued as 21B023DD17' exitcode=EX_OK"
docker exec postfix-dovecot-lmtp-reproducer-client-1 sh -c 'echo test | msmtp [email protected]'

docker exec postfix-dovecot-lmtp-reproducer-postfix-1 postqueue -p

The email will be stuck in the queue, with the message "(Host or domain name not found. Name service error for name=dovecot type=A: Host not found, try again)"

The root cause can be traced to the entry virtual_transport in postfix/main.cf. When this is changed to the ip adress of the dovecot service (probably 172.18.0.3), then it will work

Why?

postfix-dovecot-lmtp-reproducer's People

Watchers

 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.