Do anyone use docker qmail-mini on AWS EC2 Instance?

Matthew Shawn <[email protected]> Wed, 25 Oct 2017 22:07:16 +0800
Newsgroups gmane.mail.qmail.general
Message-ID <CAE9QavCXoTKQ1MkQ_r2qPds_3JaW3TW0LLUSQ2Myx3BoFdseWA@mail.gmail.com>
When I run qmail-mini using docker on EC2 instance , the mail always in
queue and can't post out , anybody can help ?

There only have a file "run" and a dictionary "supervise" in the
path /service/qmail-send/log/

the log in /var/log/qmail/current is this:


@4000000059eae298040d7bb4 status: local 0/10 remote 0/50 suppl0 0/5 suppl1
0/10 suppl2 0/30 suppl3 0/20 suppl4 0/20 suppl5 0/20
@4000000059eae2980413c514 starting delivery 1: msg 1181074 to remote
[email protected]
@4000000059eae2980413c8fc status: local 0/10 remote 1/50 suppl0 0/5 suppl1
0/10 suppl2 0/30 suppl3 0/20 suppl4 0/20 suppl5 0/20
@4000000059eae6582dd3f4dc delivery 1: deferral:
Sorry,_I_wasn't_able_to_establish_an_SMTP_connection._(#4.4.1)/
@4000000059eae6582dd3fcac status: local 0/10 remote 0/50 suppl0 0/5 suppl1
0/10 suppl2 0/30 suppl3 0/20 suppl4 0/20 suppl5 0/20


The 25 port is opened ,  the ECS server is a little special , it has two IP
address one is the private address, another is the public IP , when run
command ifconfig , can't see the public IP only can see the private IP .

and can I use docker exec -i run 465:25 that specify port to 465 ?