Skip to content

Commit

Permalink
[postfix] update sending address
Browse files Browse the repository at this point in the history
Under advice of GSA SMTP, update the sending address to a gsa.gov subdomain.
#507

Discard mail from staging unless it the recipient is the data.gov team.
  • Loading branch information
adborden committed Oct 28, 2020
1 parent 4994766 commit 115e42c
Show file tree
Hide file tree
Showing 4 changed files with 1,753 additions and 1,753 deletions.
4 changes: 2 additions & 2 deletions ansible/inventories/production/group_vars/all/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ web_app_env: production
real_ansible_env: production

# postfix
default_email_from: "{{ vault_default_email_from }}"
default_email_from: no-reply@data.gsa.gov
postfix_raw_options:
- |
smtpd_tls_mandatory_protocols = !SSLv2, !SSLv3
Expand All @@ -214,7 +214,7 @@ postfix_aliases:
alias: "{{ datagov_team_email }}"
postfix_sender_canonical_maps:
- sender: "@{{ ansible_fqdn }}"
rewrite: no-reply+{{ ansible_fqdn }}@data.gov
rewrite: no-reply+{{ ansible_fqdn }}@data.gsa.gov


# Redis
Expand Down
Loading

0 comments on commit 115e42c

Please sign in to comment.