Skip to content

Releases: qld-gov-au/aws-smtp-relay

v2.0.1

02 Aug 05:45
v2.0.1
5ac30a7
Compare
Choose a tag to compare

What's Changed

🏕 Features

👒 Dependencies

  • build(deps): bump aws-java-sdk-bom from 1.11.1008 to 1.11.1009 by @dependabot in #483
  • build(deps): bump com.amazonaws:aws-java-sdk-bom from 1.12.761 to 1.12.767 by @dependabot in #1059
  • build(deps): bump com.mebigfatguy.fb-contrib:fb-contrib from 7.4.7 to 7.6.4 by @dependabot in #1065
  • build(deps): bump org.codehaus.mojo:exec-maven-plugin from 3.0.0 to 3.3.0 by @dependabot in #1064
  • build(deps): bump com.puppycrawl.tools:checkstyle from 9.3 to 10.17.0 by @dependabot in #1058
  • build(deps): bump com.h3xstream.findsecbugs:findsecbugs-plugin from 1.12.0 to 1.13.0 by @dependabot in #1061

New Contributors

  • @ThrawnCA made their first contribution in #1056
  • @github-actions made their first contribution in #1066

Full Changelog: 1.3.2...v2.0.1

1.3.2 Update dependencies to support IMDSv2

19 Jul 04:52
Compare
Choose a tag to compare

What's Changed

Read more

1.3.1

07 Dec 03:45
Compare
Choose a tag to compare
add internal repo

Patching

16 Dec 00:59
d568943
Compare
Choose a tag to compare
v1.1.0

Merge pull request #90 from qld-gov-au/dependabot/maven/net.sourcefor…

SSM binary

15 Mar 03:57
Compare
Choose a tag to compare

This includes a major update to include SSM parameter store loading as well as ses override to use smtp direct (if you need to user a mock smtp server in performance test cases)

Arguments

usage: aws-smtp-relay
usage: aws-smtp-relay
 -a,--sourceArn <arg>           AWS ARN of the sending authorization policy
 -b,--bindAddress <arg>         Address to listen to
 -c,--configuration <arg>       AWS SES configuration to use
 -h,--help                      Display this help
 -p,--port <arg>                Port number to listen to
 -r,--region <arg>              AWS region to use
 -smtpH,--smtpHost <arg>        SMTP variable Host
 -smtpO,--smtpOverride <arg>    Not use SES but set SMTP variables
                                true/false
 -smtpP,--smtpPort <arg>        SMTP variable Port
 -smtpPW,--smtpPassword <arg>   SMTP variable password
 -smtpU,--smtpUsername <arg>    SMTP variable Username
 -ssm,--ssmEnable               Use SSM to get configuration
 -ssmP,--ssmPrefix <arg>        SSM prefix to find variables default is
                                /smtpRelay

If ssm (Simple Systems Manager) Paramater store is used please add to your region
https://ap-southeast-2.console.aws.amazon.com/systems-manager/parameters
once setup, you can change the configuration by restarting the service or rebooting the ec2 instance

                /smtpRelay/region 
                /smtpRelay/configuration 
                /smtpRelay/sourceArn 
                /smtpRelay/smtpOverride
                /smtpRelay/smtpHost
                /smtpRelay/smtpPort
                /smtpRelay/smtpUsername
                /smtpRelay/smtpPassword

"/smtpRelay" can be changed with -ssmP

smtpOverride allows you to point it to a mail catcher such as MailHog to disable outbound email