Fixed mutt certificate check for Fedora.

This commit is contained in:
Timo Mkinen 2013-04-03 11:56:28 +03:00
parent c6c7635fca
commit 0c62349cfa

View file

@ -4,7 +4,7 @@ set use_8bitmime
set hostname=<%= mail_domain %>
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"
<% end -%>