Skip to content

Commit

Permalink
Send 10% of outgoing mail via equinix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Jan 9, 2025
1 parent ce052cd commit a2f80c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cookbooks/exim/templates/default/exim4.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -753,6 +753,9 @@ signed_smtp:
multi_domain = false
hosts_try_dane =
tls_require_ciphers = <%= node[:ssl][:gnutls_ciphers] %>:%LATEST_RECORD_VERSION
<% if node[:exim][:external_interface] -%>
interface = <%= node[:exim][:external_interface] %>
<% end -%>


# This transport is used for handling pipe deliveries generated by alias or
Expand Down
1 change: 1 addition & 0 deletions roles/fafnir.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
:last_address => "10.0.79.254"
},
:exim => {
:external_interface => "<;${if <{${randint:100}}{90} {184.104.226.98;2001:470:1:b3b::2}{87.252.214.98;2001:4d78:fe03:1c::2}}",
:routes => {
:openstreetmap => {
:comment => "openstreetmap.org",
Expand Down

0 comments on commit a2f80c8

Please sign in to comment.