Created
July 28, 2015 08:08
-
-
Save franklanganke/c5c4c53b03a635eb2abd to your computer and use it in GitHub Desktop.
Rundeck smtp email settings for AWS SES
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Rundeck version: 2.5.1-1, Ubuntu *.deb installation | |
grails.mail.host=email-smtp.eu-west-1.amazonaws.com | |
grails.mail.port=587 | |
grails.mail.username=YOUR_SES_SMTP_USER | |
grails.mail.password=YOUR_SES_SMTP_PW | |
grails.mail.props = ["mail.smtp.starttls.enable":"true","mail.smtp.port":"587"] | |
grails.serverURL=http://rundeck.yourcompany.com:80 | |
# from email or domain has to been verified by SES | |
grails.mail.default.from=rundeck@yourcompany.com | |
dataSource.dbCreate = update | |
dataSource.url = jdbc:h2:file:/var/lib/rundeck/data/rundeckdb;MVCC=true;TRACE_LEVEL_FILE=4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks.. worked fine