Sha256: d0dd3b20c5853e5bed8ef47307281deec3799e0fd1f0de45a92e7bb7b7ead74c

Contents?: true

Size: 964 Bytes

Versions: 2

Compression:

Stored size: 964 Bytes

Contents

:collect_sent_mails: true
:collect_bounced_mails: true
:blacklisted_domains:
  - domain1.ltd
  - domain2.ltd
:blacklisted_regexp:
  - regexp1_pattern_without_delimiters
  - regexp2_pattern_without_delimiters
:aws:
  :access_key_id: your_access_key_id
  :secret_access_key: your_secret_access_key
  :account_id: 000000000000
  :allowed_topic_arns: ["arn:aws:sns:us-east-1:123456789012:MyTopic"]
  :ses:
    :username: your_ses_smtp_username
    :password: your_ses_smtp_password
:smtp_auth:
  :user: smtp_user
  :password: smtp_pass
:http_auth:
  -
    :user: http_user_1
    :password: http_password_1
  -
    :user: http_user_2
    :password: http_password_2
:test:
  :from: test@example.com
  :to: ["test@example.com"]
  :topic_arn: "arn:aws:sns:us-east-1:123456789012:MyTopic"
  :subscription_arn: "arn:aws:sns:us-east-1:123456789012:MyTopic:2bcfbf39-05c3-41de-beaa-fcfcc21c8f55"
#:smtp:
#  :port: 1025
#  :host: 0.0.0.0
#:http:
#  :port: 9292
#  :host: 0.0.0.0

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ses-proxy-0.3.1 template/ses-proxy.yml
ses-proxy-0.3.0 template/ses-proxy.yml