smtp4dev icon indicating copy to clipboard operation
smtp4dev copied to clipboard

Mac OS docker - not working

Open redtopia opened this issue 2 years ago • 3 comments

I'm trying to get smtp4dev working on Mac OS with Docker. I followed the docker install instructions by running this command:

docker run --rm -it -p 3000:80 -p 2525:25 rnwood/smtp4dev

and am able to create and run the container. However, I cannot access the web interface. Any suggestions?

redtopia avatar Oct 31 '22 21:10 redtopia

Have you tried -p 25:25 instead of -p 2525:25

JakobStadlhuber avatar Nov 06 '22 22:11 JakobStadlhuber

Same issue with the SMTP port here on Linux. I tried with ports 25:25 / 1025:25, same thing, there is a issue with the port 25 of the container.

The Web UI is Working.

image

image

image

image

Edit: I found a workaround :

This is working if specify with the ip address like this => 127.0.0.1:1025:25

image

trodix avatar Dec 31 '22 12:12 trodix

I'm trying to get smtp4dev working on Mac OS with Docker. I followed the docker install instructions by running this command:

docker run --rm -it -p 3000:80 -p 2525:25 rnwood/smtp4dev

and am able to create and run the container. However, I cannot access the web interface. Any suggestions?

Hi,

I am able to access the web UI on port 3000 as mentioned in the command. To send email, it was not connecting. So changed the 2525:25 to 25:25.

kshkaran2k avatar Dec 06 '23 06:12 kshkaran2k

Thanks. I will try it

kshkaran2k avatar Apr 13 '24 18:04 kshkaran2k