sendmail: Added certificate authentication support into sendmail::client::msa.
This commit is contained in:
parent
f7f0f2fb36
commit
f500ae452d
2 changed files with 70 additions and 0 deletions
|
@ -1 +1,7 @@
|
|||
<% if @ssl_key and @ssl_cert -%>
|
||||
define(`confCLIENT_CERT', `<%= scope.lookupvar('ssl::certs') %>/<%= @ssl_cert %>')
|
||||
define(`confCLIENT_KEY', `<%= scope.lookupvar('ssl::private') %>/<%= @ssl_key %>')
|
||||
define(`confDONT_BLAME_SENDMAIL', `GroupReadableKeyFile')
|
||||
FEATURE(`authinfo', `DATABASE_MAP_TYPE /etc/mail/authinfo')dnl
|
||||
<% end -%>
|
||||
FEATURE(`msp', `[<%= @mail_server %>]', `MSA')dnl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue