Tag: Wednesday 17 October 2012

1 occurrence
Occurrence Published
Published: April 2022

Configuring Jiglu to use Amazon Simple Email Service

You should then select the Save button. { "Version": "2012-10-17", "Id": "JiguSESPolicy", "Statement": [ { "Sid": "JigluSESPolicy1", "Effect": "Allow", "Principal": { "AWS": "arn:aws:iam::999999999999:user/youruser" }, "Action": "s3:ListBucket", "Resource": "arn:aws:s3:::bucketname" }, { "Sid": "JigluSESPolicy2", "Effect": "Allow", "Principal": { "AWS": "arn:aws:iam::999999999999:user/youruser" }, "Action": [ "s3:DeleteObject", "s3:GetObject" ], "Resource": "arn:aws:s3:::bucketname/*" }, { "Sid": "JigluSESPolicy3", "Effect": "Allow", "Principal": { "Service": "ses.amazonaws.com" }, "Action": "s3:PutObject", "Resource": "arn:aws:s3:::bucketname/*", "Condition": { "StringEquals": { "aws:Referer": "999999999999" } } } ] } Finally, you need to configure the access and bucket details in the Jiglu bootstrap.properties file usually found in /etc/jiglu.