Re: Do anyone use docker qmail-mini on AWS EC2 Instance?
Shepherd Nhongo <[email protected]> Wed, 25 Oct 2017 22:05:38 +0200
| Newsgroups | gmane.mail.qmail.general |
|---|---|
| Message-ID | <[email protected]> |
You may need to specify a relay host. Qmail uses smtproutes file to send your email to the other servers. Meanwhile can you telnet port 25 to any servers outside AWS ? Sent from my iPhone > On 25 Oct 2017, at 16:07, Matthew Shawn <[email protected]> wrote: > > 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 ?