client.rb 231 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 include_recipe 'email' execute 'postfix:configrelay' do command "postconf relayhost=[#{node['peers']['email']}]" notifies :reload, 'service[postfix]' # not on the relay host itself not_if { node.hostname == 'email' } end