[COOK-4322]: Fix the default path for the sasl_passwd file
Signed-off-by: Sean OMeara <someara@opscode.com>
This commit is contained in:
@@ -79,7 +79,8 @@ if node['postfix']['main']['smtp_use_tls'] == 'yes'
|
||||
end
|
||||
|
||||
if node['postfix']['main']['smtp_sasl_auth_enable'] == 'yes'
|
||||
default['postfix']['main']['smtp_sasl_password_maps'] = "hash:#{node['postfix']['conf_dir']}/postfix/sasl_passwd"
|
||||
default['postfix']['sasl_password_file'] = "#{node['postfix']['conf_dir']}/sasl_passwd"
|
||||
default['postfix']['main']['smtp_sasl_password_maps'] = "hash:#{node['postfix']['sasl_password_file']}"
|
||||
default['postfix']['main']['smtp_sasl_security_options'] = 'noanonymous'
|
||||
default['postfix']['sasl']['smtp_sasl_user_name'] = ''
|
||||
default['postfix']['sasl']['smtp_sasl_passwd'] = ''
|
||||
|
||||
Reference in New Issue
Block a user