Merge branch 'master' of git://github.com/chef-cookbooks/postfix into chef-cookbooks-master
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
|
||||
default['postfix']['main']['smtp_sasl_auth_enable'] = 'yes'
|
||||
|
||||
default['postfix']['main']['relayhost'] = 'please'
|
||||
default['postfix']['main']['smtp_sasl_security_options'] = 'keep'
|
||||
default['postfix']['sasl']['smtp_sasl_user_name'] = 'us'
|
||||
default['postfix']['sasl']['smtp_sasl_passwd'] = 'happy'
|
||||
default['postfix']['sasl']['smtp_sasl_user_name'] = 'keep'
|
||||
default['postfix']['sasl']['smtp_sasl_passwd'] = 'us'
|
||||
default['postfix']['sender_canonical_map_entries'] = {}
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
|
||||
include_recipe 'postfix'
|
||||
|
||||
Reference in New Issue
Block a user