Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions recipes/_attributes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
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_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'] = ''
end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

relayhost1 kitchenuser:not-a-real-thing
relayhost2 anotherkitchenuser:yet-not-a-real-thing
smtp_sasl_passwd :
smtp_sasl_user_name :
EOF
end
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
# Auto-generated by Chef.
# Local modifications will be overwritten.

smtp_sasl_passwd :
smtp_sasl_user_name :

EOF
end
end
Expand Down
2 changes: 0 additions & 2 deletions test/integration/sasl_auth_one/controls/sasl_auth_one.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
# Local modifications will be overwritten.

relayhost kitchenuser:not-a-real-thing
smtp_sasl_passwd :
smtp_sasl_user_name :
EOF
end
end
Expand Down
Loading