Slashdot Mirror


Amazon Takes On Microsoft, Google With WorkMail For Businesses

alphadogg writes Amazon Web Services today launched a new product to its expansive service catalog in the cloud: WorkMail is a hosted email platform for enterprises that could wind up as a replacement for Microsoft and Google messaging systems. The service is expected to cost $4 per user per month for a 50GB email inbox. It's integrated with many of AWS's other cloud services too, including its Zocalo file synchronization and sharing platform. The combination will allow IT shops to set up a hosted email platform and link it to a file sharing system.

4 of 65 comments (clear)

  1. Spam filtering, unlimited aliases, search, rules by Eustace+Tilley · · Score: 3, Informative

    My top priorities for email service are quality of spam filtering, support for unlimited aliases, search, and rules. I think labels work better than folders for categorization. I have not found any Amazon documentation which addresses these issues.

  2. Re:Privacy by hawguy · · Score: 3, Informative

    My top priorities for email service are quality of spam filtering, support for unlimited aliases, search, and rules. I think labels work better than folders for categorization. I have not found any Amazon documentation which addresses these issues.

    My top priority is privacy.

    Does their service have built-in encryption, such that they cannot decrypt the message contents?

    Not if you want server side search. Though you have to trust AWS with the plain text at some time since every mail server and client has to hand the message over in plain text (it may come in over an encrypted tunnel, but it needs to be decrypted by their mailservers).

    If you really don't trust anyone with your email, tell everyone that emails you to encrypt everything with your public key, then you can decrypt the messages on an airgapped computer when you're ready to read them.

  3. Re:Privacy by swillden · · Score: 5, Informative

    Though you have to trust AWS with the plain text at some time since every mail server and client has to hand the message over in plain text (it may come in over an encrypted tunnel, but it needs to be decrypted by their mailservers).

    No, it doesn't. S/MIME, PGP-mail, etc. Of course that only works if the party you're e-mailing can also use client-side e-mail encryption.

    Google is working on enabling OpenPGP-encrypted e-mail for Gmail with a Chrome extension: https://github.com/google/end-...

    --
    Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
  4. Re:Privacy by HTMLSpinnr · · Score: 3, Informative
    Amazon's Press Release (well, blog post rather) suggests that data is encrypted at-rest. Excerpt from https://aws.amazon.com/blogs/a...

    WorkMail Security Controls Let’s talk about security for a bit. WorkMail includes a number of security features and controls that will allow it to meet the needs of many types of organizations. Here’s an overview of some of the most important features and controls:

    Location Control – The WorkMail administrator can choose to create mailboxes in any supported AWS region. All mail and other data will be stored within the region and will not be transferred to any other region. During the Preview, WorkMail will be supported in the US East (Northern Virginia) and Europe (Ireland) regions, with more to follow over time.

    S/MIME – Data in transit to and from Outlook clients and certain iPhone and iPad apps is encrypted using S/MIME. Data in transit to other clients is encrypted using SSL.

    Stored Data Encryption – Data at rest (messages, contacts, attachments, and metadata) is encrypted using keys supplied and managed by KMS ( https://aws.amazon.com/kms/ ).

    Message Scanning – Incoming and outgoing email messages and attachments are scanned for malware, viruses, and spam.

    Mobile Device Policies & Actions – The WorkMail administrator can selectively require encryption, password protection, and automatic screen locking for mobile devices. The administrator can also remotely wipe a lost or mislaid mobile device if necessary.

    Sounds like it has the makings of a usable service.

    --
    $ man woman *
    -bash: /usr/bin/man: Argument list too long