Archiving Emails, in .eml format | Community
Skip to main content
Level 2
October 23, 2019
Solved

Archiving Emails, in .eml format

  • October 23, 2019
  • 1 reply
  • 2465 views

Hello,

I am attempting to store archived emails on AWS S3, I see the console has an out of the box external account to integrate into AWS S3.

Can someone point me in the right direction in how to utilize S3? Any pointers would be appreciated. I suspect this is done through API calls?

Thanks,

Connor

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Jonathon_wodnicki

Hi,

Create a workflow to periodically copy the .eml files from MTA disk/network mount to the S3 bucket configured via ext acct.

Alternatively, just mount the S3 bucket using s3fs​ and skip the workflow and ext acct.

Thanks,

-Jon

1 reply

Jonathon_wodnicki
Community Advisor
Jonathon_wodnickiCommunity AdvisorAccepted solution
Community Advisor
October 25, 2019

Hi,

Create a workflow to periodically copy the .eml files from MTA disk/network mount to the S3 bucket configured via ext acct.

Alternatively, just mount the S3 bucket using s3fs​ and skip the workflow and ext acct.

Thanks,

-Jon