From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.uzoreto.com!newsreader4.netcologne.de!news.netcologne.de!peer01.ams1!peer.ams1.xlned.com!news.xlned.com!peer02.am4!peer.am4.highwinds-media.com!news.highwinds-media.com!fx35.am4.POSTED!not-for-mail Subject: Re: Does AWS have an internal mailing server? Newsgroups: comp.lang.ada References: From: Per Sandberg User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Message-ID: X-Complaints-To: abuse@usenet.se NNTP-Posting-Date: Thu, 03 Jan 2019 17:15:59 UTC Organization: usenet.se Date: Thu, 3 Jan 2019 18:15:59 +0100 X-Received-Bytes: 1315 X-Received-Body-CRC: 1629967198 Xref: reader01.eternal-september.org comp.lang.ada:55178 Date: 2019-01-03T18:15:59+01:00 List-Id: Hi. There is always the "AWS.SMTP.Server", "AWS.SMTP.Client" and "AWS.POP" packages that provides you with the server- and cliend-part of the SNMP protocol ad an POP client. But a full mailserver providing a full implementation of POP, IMAP and SMTP protocols no. /P On 1/3/19 5:05 AM, Andrew Shvets wrote: > I was reading through the following presentation: > https://people.cs.kuleuven.be/~dirk.craeynest/ada-belgium/events/05/050411-abga-event-aws.pdf > > And it seems that AWS has an e-mail server. How can I invoke and call this server? >