sendmail: Add dhparams
This commit is contained in:
parent
ac3ac750c1
commit
ded4730735
2 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
|
||||
dependencies:
|
||||
- {role: dhparams}
|
||||
- {role: saslauthd}
|
||||
|
|
|
@ -26,8 +26,10 @@ define(`confCACERT_PATH', `/etc/mail/certs')dnl
|
|||
define(`confCACERT', `{{ tls_certs }}/{{ mail_server }}-chain.crt')dnl
|
||||
define(`confSERVER_CERT', `{{ tls_certs }}/{{ mail_server }}.crt')dnl
|
||||
define(`confSERVER_KEY', `{{ tls_private }}/{{ mail_server }}.key')dnl
|
||||
define(`confDH_PARAMETERS', `{{ tls_certs }}/ffdhe3072.pem')dnl
|
||||
define(`confCLIENT_CERT', `{{ tls_certs }}/{{ mail_server }}.crt')dnl
|
||||
define(`confCLIENT_KEY', `{{ tls_private }}/{{ mail_server }}.key')dnl
|
||||
|
||||
dnl #
|
||||
FEATURE(`no_default_msa', `dnl')dnl
|
||||
FEATURE(`smrsh', `/usr/sbin/smrsh')dnl
|
||||
|
|
Loading…
Add table
Reference in a new issue