add milter related parameters to main.cf
This commit is contained in:
parent
28b1b1599c
commit
223907dbb0
@ -35,4 +35,9 @@ default['postfix']['smtp_sasl_passwd'] = ""
|
||||
|
||||
default['postfix']['use_procmail'] = false
|
||||
|
||||
default['postfix']['milter_default_action'] = "tempfail"
|
||||
default['postfix']['milter_protocol'] = "6"
|
||||
default['postfix']['smtpd_milters'] = ""
|
||||
default['postfix']['non_smtpd_milters'] = ""
|
||||
|
||||
default['postfix']['aliases'] = {}
|
||||
|
@ -42,3 +42,8 @@ mailbox_command = /usr/bin/procmail -a "$EXTENSION"
|
||||
<% end -%>
|
||||
mailbox_size_limit = 0
|
||||
recipient_delimiter = +
|
||||
|
||||
milter_default_action = <%= node['postfix']['milter_default_action'] %>
|
||||
milter_protocol = <%= node['postfix']['milter_protocol'] %>
|
||||
smtpd_milters = <%= node['postfix']['smtpd_milters'] %>
|
||||
non_smtpd_milters = <%= node['postfix']['non_smtpd_milters'] %>
|
||||
|
Loading…
x
Reference in New Issue
Block a user