view fileserver.conf @ 319:6d719622c72f

Remove proxied port 25 SMTP can't be proxied (because it's unencrypted and you don't find the target until part way into the conversation) so we don't need a section for it. We'll need to use Mythic Beast's "store-and-forward" mail servers for IPv4 compatibility without SSL
author IBBoard <dev@ibboard.co.uk>
date Sat, 29 Feb 2020 14:10:26 +0000
parents 956e484adc12
children 2c3e745be8d2
line wrap: on
line source

# This file consists of arbitrarily named sections/modules
# defining where files are served from and to whom

# Define a section 'files'
# Adapt the allow/deny settings to your needs. Order
# for allow/deny does not matter, allow always takes precedence
# over deny
# [files]
#  path /var/lib/puppet/files
#  allow *.example.com
#  deny *.evil.example.com
#  allow 192.168.0.0/24
#[files]
#path    /etc/puppet/files
#allow *.ibboard.co.uk
#allow 127.0.0.1
#allow localhost

[private]
path	/etc/puppet/private
allow *.ibboard.co.uk
allow 127.0.0.1
allow localhost

[common]
path	/etc/puppet/common
allow *.ibboard.co.uk
allow 127.0.0.1
allow localhost