diff options
author | Micah Anderson <micah@leap.se> | 2013-09-03 12:30:07 -0400 |
---|---|---|
committer | Micah Anderson <micah@leap.se> | 2013-09-03 12:30:07 -0400 |
commit | b25d10864798e50dd51b9404903d3c493b44a65e (patch) | |
tree | 7dfee18dfbac6b37fc24d0e5da20878a066ffe99 /puppet/modules/site_postfix/templates | |
parent | 66fcf9bd9595a09d70e7d4131660340be5ae603e (diff) | |
parent | cfdbad27fe0b1c5e98b127f2c3d22258e233ef11 (diff) |
Merge branch 'feature/helo_access' into develop
Conflicts:
puppet/modules/site_postfix/manifests/mx/smtpd_checks.pp
Change-Id: I51555935f9d9409e45809d6df021b10e926ea520
Diffstat (limited to 'puppet/modules/site_postfix/templates')
-rw-r--r-- | puppet/modules/site_postfix/templates/checks/helo_access.erb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/puppet/modules/site_postfix/templates/checks/helo_access.erb b/puppet/modules/site_postfix/templates/checks/helo_access.erb new file mode 100644 index 00000000..bef3c11d --- /dev/null +++ b/puppet/modules/site_postfix/templates/checks/helo_access.erb @@ -0,0 +1,21 @@ +# THIS FILE IS MANAGED BY PUPPET +# To make changes to this file, please edit your platform directory under +# puppet/modules/site_postfix/templates/checks/helo_access.erb and then deploy + +# The format of this file is the HELO/EHLO domain followed by an action. +# The action could be OK to allow it, REJECT to reject it, or a custom +# status code and message. Any lines that are prefixed by an octothorpe (#) +# will be considered comments. + +# Some examples: +# +# Reject anyone that HELO's with foobar: +# foobar REJECT +# +# Allow the switches to skip this check: +# switch1 OK +# switch2 OK + +# Reject anybody that HELO's as being in our own domain(s) +# anyone who identifies themselves as us is a virus/spammer +<%= domain %> 554 You are not in domain <%= domain %> |