diff manifests/nodes.pp @ 313:49e66019faf7

Configure Postfix for IPv6 w/proxy Also centralised and standardised some IP settings Currently untested on IPv4 - Postfix might not like the "[ip.add.re.ss]" format, *but* we can't pass the brackets as part of the parameter because then it doesn't validate as IPv6!
author IBBoard <dev@ibboard.co.uk>
date Mon, 24 Feb 2020 20:49:51 +0000
parents 51d3748f8112
children 63e0b5149cfb
line wrap: on
line diff
--- a/manifests/nodes.pp	Sun Feb 23 20:29:42 2020 +0000
+++ b/manifests/nodes.pp	Mon Feb 24 20:49:51 2020 +0000
@@ -22,7 +22,6 @@
 		proxy_upstream => ['2a00:1098::82:1000:3b:1:1', '2a00:1098::80:1000:3b:1:1'],
 		mailserver => 'mail.ibboard.co.uk',
 		imapserver => 'imap.ibboard.co.uk',
-		imapserver_proxy => '2a00:1098:82:52::01d4:03',
 		firewall_cmd => 'iptables',
 	}
 	# If the console fails to start, you may need to run "restorecon /etc/systemd/system/getty.target.wants/*"