Integrates sendmail with Amazon SES. This cookbooks duplicates this doc except rather than adding the configurations directly to the sendmail.mc file. It is included as a separate file.
Requires sendmail to be installed. Tested with the Amazon platform.
Populate the sendmail attribute and include the default recipe recipe[sendmail-ses::default]
.
sendmail_ses
a hash of attributes. REQUIREDusername
ses username. REQUIREDpassword
ses password. REQUIREDdomain
domain where email will be sent from. REQUIREDport
tcp port. Default is 25test_user
SES verified user to send from. IE <test_user>@test_email
Send a test email to the given address.aws_region
the AWS region to use - default is us-east-1ses_cf_path
specifiy the configuration directory pathsecure_tunnel
use secure tunnel - default falsesecure_port
secure port - default 2525cert_file
cert file for secure tunnel- default /etc/stunnel/mail.pemcert_frequency
frequency to replace cert in days - default 365subject_c
country to us for certsubject_st
state to use for certsubject_l
location to use for certsubject_o
organization to use for certsubject_ou
organization unit to use for certsubject_cn
common name to use for cert
default - Handles all integration
Author:: TABLE XI ([email protected])
- csimons
- ianbamforth
- [sonydavid] (https://github.com/SonyDavid/)