le1t0-deprec 2.1.6.043 → 2.1.6.044
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +4 -0
- data/lib/deprec/recipes/postfix.rb +1 -0
- data/lib/deprec/templates/postfix/main.cf.erb +1 -0
- metadata +2 -2
data/CHANGELOG
CHANGED
@@ -5,6 +5,7 @@ Capistrano::Configuration.instance(:must_exist).load do
|
|
5
5
|
namespace :postfix do
|
6
6
|
|
7
7
|
set(:postfix_relayhost) { Capistrano::CLI.ui.ask "What host should we relay mail through?" }
|
8
|
+
set :postfix_syslog_facility, 'mail'
|
8
9
|
|
9
10
|
desc "Install Postfix"
|
10
11
|
task :install, :roles => :mail do
|