Fixed mutt certificate check on CentOS 6.
This commit is contained in:
parent
226d4f11b7
commit
3d214a726a
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@ set use_8bitmime
|
|||
set hostname=<%= mail_domain %>
|
||||
|
||||
set imap_authenticators="gssapi:plain"
|
||||
<% if operatingsystem = "CentOS" and operatingsystemrelease =~ /^6\./-%>
|
||||
set ssl_ca_certificates_file="/etc/pki/tls/certs/ca-bundle.crt"
|
||||
<% end -%>
|
||||
|
||||
set spoolfile=imaps://${USER}@<%= mail_server %>/INBOX
|
||||
set folder=imaps://${USER}@<%= mail_server %>
|
||||
|
|
Loading…
Add table
Reference in a new issue