Changes between Version 132 and Version 133 of InstallationGuidelines/Amazon
- Timestamp:
- 02/05/20 17:26:48 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Amazon
v132 v133 100 100 Thanks to: http://itkbcentral.blogspot.co.uk/2011/07/replace-lost-key-pair-existing-aws-ec2.html 101 101 102 === 13: Configure Email to puse a Smart Host ===102 === 13: Configure Email to use a Smart Host === 103 103 Whilst you can configure your system to send email directly, this is fraught with problems as your IP will often get black listed purely for being an Amazon IP. 104 104 105 105 It is suggested that you use a Smart Hose such as [https://sendgrid.com SendGrid] or Amazon's own [https://aws.amazon.com/ses/ Simple Email Service (SES)]. We go through the latter process here since it is free for the 1st 62,000 mails/month which is sufficient for most of our use cases. 106 107 * In your Amazon Console, navigate to SES (Services | Customer Engagement | Simple Email Service) 108 * Verify your Outbound Email Sender 109 * Domain, if possible: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-domains.html 110 * NB If you have control of the Domain, then it is suggested to improve deliverability by setting up proper Authentication via [https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-email-authentication-spf.html SPF], [https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-email-authentication-dkim.html DKIM] & [https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-email-authentication-dmarc.html DMARC]. 111 * Email Address, otherwise: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-email-addresses.html 112 * Get SMTP Credentials (USERNAME & PASSWORD for the below config): https://docs.aws.amazon.com/ses/latest/DeveloperGuide/smtp-credentials.html 106 113 == 3. Install & Configure Sahana == 107 114 This should happen automatically through the user-data.sh script that you used earlier. You can check the progress of this using: