Browse Source

fix directive ssl_ca -> ssl_ca_file

master
parent
commit
b3ca5ef1d7
  1. 2
      dovecot/dovecot.conf

2
dovecot/dovecot.conf

@ -15,7 +15,7 @@ protocol pop3 {
}
ssl = yes
ssl_ca = @l_prefix@/etc/x509/example-ca.crt.pem
ssl_ca_file = @l_prefix@/etc/x509/example-ca.crt.pem
ssl_cert_file = @l_prefix@/etc/x509/example-server.crt.pem
ssl_key_file = @l_prefix@/etc/x509/example-server.key.pem

Loading…
Cancel
Save