Changes between Version 132 and Version 133 of InstallationGuidelines/Amazon


Ignore:
Timestamp:
02/05/20 17:26:48 (5 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Amazon

    v132 v133  
    100100Thanks to: http://itkbcentral.blogspot.co.uk/2011/07/replace-lost-key-pair-existing-aws-ec2.html
    101101
    102 === 13: Configure Email top use a Smart Host ===
     102=== 13: Configure Email to use a Smart Host ===
    103103Whilst 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.
    104104
    105105It 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
    106113== 3. Install & Configure Sahana ==
    107114This should happen automatically through the user-data.sh script that you used earlier. You can check the progress of this using: