Fixed mutt certificate check for Fedora.
This commit is contained in:
parent
c6c7635fca
commit
0c62349cfa
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ set use_8bitmime
|
||||||
set hostname=<%= mail_domain %>
|
set hostname=<%= mail_domain %>
|
||||||
|
|
||||||
set imap_authenticators="gssapi:plain"
|
set imap_authenticators="gssapi:plain"
|
||||||
<% if ['CentOS','RedHat'].index(operatingsystem) and operatingsystemrelease =~ /^6\./-%>
|
<% if ['CentOS','Fedora','RedHat'].index(operatingsystem) and operatingsystemrelease !~ /^[1-5]\./-%>
|
||||||
set ssl_ca_certificates_file="/etc/pki/tls/certs/ca-bundle.crt"
|
set ssl_ca_certificates_file="/etc/pki/tls/certs/ca-bundle.crt"
|
||||||
<% end -%>
|
<% end -%>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue