add ability to set network connection port for a remote relayhost

Signed-off-by: Joshua Colson <joshua.colson@gmail.com>
This commit is contained in:
Joshua Colson
2018-05-23 08:08:23 -07:00
parent 07a56800da
commit 42b4078369
3 changed files with 6 additions and 1 deletions

View File

@@ -17,6 +17,7 @@
# Generic cookbook attributes
default['postfix']['mail_type'] = 'client'
default['postfix']['relayhost_role'] = 'relayhost'
default['postfix']['relayhost_port'] = '25'
default['postfix']['multi_environment_relay'] = false
default['postfix']['use_procmail'] = false
default['postfix']['use_alias_maps'] = (node['platform'] == 'freebsd')