Remove ancient attribute
Some checks failed
Mark stale issues and pull requests / stale (push) Failing after 3s
Some checks failed
Mark stale issues and pull requests / stale (push) Failing after 3s
See https://github.com/sous-chefs/postfix/issues/148
This commit is contained in:
parent
a1d3f87a1f
commit
dd6598572a
@ -31,8 +31,6 @@ if node['postfix']['main']['smtp_sasl_auth_enable'] == 'yes'
|
|||||||
node.default_unless['postfix']['sasl_password_file'] = "#{node['postfix']['conf_dir']}/sasl_passwd"
|
node.default_unless['postfix']['sasl_password_file'] = "#{node['postfix']['conf_dir']}/sasl_passwd"
|
||||||
node.default_unless['postfix']['main']['smtp_sasl_password_maps'] = "#{node['postfix']['db_type']}:#{node['postfix']['sasl_password_file']}"
|
node.default_unless['postfix']['main']['smtp_sasl_password_maps'] = "#{node['postfix']['db_type']}:#{node['postfix']['sasl_password_file']}"
|
||||||
node.default_unless['postfix']['main']['smtp_sasl_security_options'] = 'noanonymous'
|
node.default_unless['postfix']['main']['smtp_sasl_security_options'] = 'noanonymous'
|
||||||
node.default_unless['postfix']['sasl']['smtp_sasl_user_name'] = ''
|
|
||||||
node.default_unless['postfix']['sasl']['smtp_sasl_passwd'] = ''
|
|
||||||
node.default_unless['postfix']['main']['relayhost'] = ''
|
node.default_unless['postfix']['main']['relayhost'] = ''
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user