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

WK <[email protected]> Wed, 25 Oct 2017 14:33:25 -0700
Newsgroups gmane.mail.qmail.general
Message-ID <[email protected]>
AWS really wants you to use this:

https://aws.amazon.com/ses/

Which if your email is important is probably not a bad idea, as many 
people block the Amazon EC2 webspace due to all the whack-a-mole 
spammers spinning up spam pumps on the fly.

-wk


On 10/25/2017 1:05 PM, Shepherd Nhongo wrote:
> 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] 
> <mailto:[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] <mailto:[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 ?
>>