Change the cert path
[sysconfig/dovecot.git] / dovecot.conf
index 7899163110e8540b4a2f7869e96ef8e954cf7a7f..381763a62f2b9ba3c94f844433caf8bda4ee31a4 100644 (file)
@@ -97,8 +97,8 @@ log_timestamp = "%Y-%m-%d %H:%M:%S "
 # PEM encoded X.509 SSL/TLS certificate and private key. They're opened before
 # dropping root privileges, so keep the key file unreadable by anyone but
 # root.
-ssl_cert_file = /etc/ssl/certs/olinda.mit.edu.dovecot.crt
-ssl_key_file = /etc/ssl/private/olinda.mit.edu.dovecot.key
+ssl_cert_file = /etc/ssl/certs/olinda.dovecot.crt
+ssl_key_file = /etc/ssl/private/olinda.dovecot.key
 
 # If key file is password protected, give the password here. Alternatively
 # give it when starting dovecot with -p parameter. Since this file is often
@@ -1045,6 +1045,10 @@ auth default {
     #args = 
   }
 
+  passdb passwd-file {
+    args = /etc/dovecot/extra-users.passwd
+  }
+
   # passwd-like file with specified location
   # </usr/share/doc/dovecot-common/wiki/AuthDatabase.PasswdFile.txt>
   #userdb passwd-file {