lib/deprec/recipes/postfix.rb in deprec-2.1.18 vs lib/deprec/recipes/postfix.rb in deprec-2.1.19
- old
+ new
@@ -11,13 +11,13 @@
install_deps
end
# Install dependencies for Postfix
task :install_deps, :roles => :mail do
- # mutt and mailx are useful tools for testing mail
+ # mutt and mailutils are useful tools for testing mail
# e.g. echo test | mail test@gmail.com
- apt.install( {:base => %w(postfix mutt mailx)}, :stable )
+ apt.install( {:base => %w(postfix mutt mailutils)}, :stable )
end
# This is my default Postfix setup on servers that
# aren't my main outgoing mailserver.
# It accepts mail from localhost only and relays
@@ -110,6 +110,6 @@
# set :postfix_destination_domains, [domain] + apache_server_aliases
# deprec.render_template_to_file('postfix_main', '/etc/postfix/main.cf')
# end
#
# end end
-# end
\ No newline at end of file
+# end