aboutsummaryrefslogtreecommitdiffstats
path: root/modules/opendkim/templates/opendkim.conf
blob: 5dc61aa6cf885397516cc50f50523a66ba3a8b3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<%- if @autorestart -%>
AutoRestart <%= @autorestart %>
<%- end -%>
<%- if @autorestart_rate -%>
AutoRestartRate <%= @autorestart_rate %>
<%- end -%>
<%- if @log_why -%>
LogWhy <%= @log_why %>
<%- end -%>
<%- if @syslog -%>
Syslog <%= @syslog %>
<%- end -%>
<%- if @syslog_success -%>
SyslogSuccess <%= @syslog_success %>
<%- end -%>
<%- if @mode -%>
Mode <%= @mode %>
<%- end -%>
<%- if @canonicalization -%>
Canonicalization <%= @canonicalization %>
<%- end -%>
<%- if @external_ignore_list -%>
ExternalIgnoreList <%= @external_ignore_list %>
<%- end -%>
<%- if @internal_hosts -%>
InternalHosts <%= @internal_hosts %>
<%- end -%>
<%- if @keytable -%>
KeyTable <%= @keytable %>
<%- end -%>
<%- if @signing_table -%>
SigningTable <%= @signing_table %>
<%- end -%>
<%- if @signature_algorithm -%>
SignatureAlgorithm <%= @signature_algorithm %>
<%- end -%>
<%- if @socket -%>
Socket <%= @socket %>
<%- end -%>
<%- if @pidfile -%>
PidFile <%= @pidfile %>
<%- end -%>
<%- if @umask -%>
UMask <%= @umask %>
<%- end -%>
<%- if @userid -%>
UserID <%= @userid %>
<%- end -%>
<%- if @temporary_directory -%>
TemporaryDirectory <%= @temporary_directory %>
<%- end -%>