Closed xiliuya closed 10 months ago
I think the commands in the document need to be changed to:
TL;DR
docker volume create maddydata
docker run \
--name maddy \
-e MADDY_HOSTNAME=mx.maddy.test \
-e MADDY_DOMAIN=maddy.test \
-v maddydata:/data \
-p 25:25 \
-p 143:143 \
-p 465:465 \
-p 587:587 \
-p 993:993 \
foxcpp/maddy:0.6
Describe the bug
Test with thunderbird , smtp 465/tls not work,but 587/startls is fine. Other functions are working properly.Is this a normal phenomenon? When I run
nmap -Pn x.x.x.x
Steps to reproduce