logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Other Software View previous topic :: View next topic
Reply to topic   Topic: Apache James with Docker DNS Entry
Author
majas



Joined: 16 Mar 2017
Posts: 1
Location: Leipzig

PostPosted: Thu 16 Mar '17 13:00    Post subject: Apache James with Docker DNS Entry Reply with quote

Hello,

I installed Apache James as Docker as at https://github.com/apache/james-project and ran the following commands:

wget https://raw.githubusercontent.com/apache/james-project/master/dockerfiles/run/docker-compose.yml

docker-compose up

docker exec james java -jar /root/james-cli.jar -h 127.0.0.1 -p 9999 listdomains james.local

After that I created a testuser and sent him a message via telnet.

It all works.

How can I now add another DNS server to the Docker host, so I can test whether the emails are sent to a different email address. For example: test@my-domain.com.

Or I can edit the file dnsserver.xml in the docker container and if so how?

Thanks and regards Andy
Back to top


Reply to topic   Topic: Apache James with Docker DNS Entry View previous topic :: View next topic
Post new topic   Forum Index -> Other Software