--- dovecot-0.99.10.14-orig/dovecot-example.conf 2004-07-13 06:56:55 -0400 +++ dovecot-0.99.10.14/dovecot-example.conf 2004-07-29 18:11:42 -0400 @@ -4,14 +4,14 @@ # any of the lines. Exception to this are paths, they're just examples # with real defaults being based on configure options. The paths listed here # are for configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var -# --with-ssldir=/etc/ssl +# --with-ssldir=/var/lib/ssl --libexecdir=/usr/lib # Base directory where to store runtime data. #base_dir = /var/run/dovecot/ # Protocols we want to be serving: # imap imaps pop3 pop3s -#protocols = imap imaps +protocols = imap imaps pop3 pop3s # IP or host address where to listen in for connections. It's not currently # possible to specify multiple addresses. "*" listens in all IPv4 interfaces. @@ -33,8 +33,8 @@ # dropping root privileges, so keep the key file unreadable by anyone but # root. Included doc/mkcert.sh can be used to easily generate self-signed # certificate, just make sure to update the domains in dovecot-openssl.cnf -#ssl_cert_file = /etc/ssl/certs/dovecot.pem -#ssl_key_file = /etc/ssl/private/dovecot.pem +#ssl_cert_file = /var/lib/ssl/certs/dovecot.pem +#ssl_key_file = /var/lib/ssl/private/dovecot.pem # SSL parameter file. Master process generates this file for login processes. # It contains Diffie Hellman and RSA parameters. @@ -309,6 +309,7 @@ # and flock. Some operating systems don't allow using both of them # simultaneously, eg. BSDs. If dotlock is used, it's always created first. #mbox_locks = dotlock fcntl +mbox_locks = fcntl flock # Should we create dotlock file even when we want only a read-lock? Setting # this to yes hurts the performance when the mailbox is accessed simultaneously @@ -338,7 +339,7 @@ ## # Executable location -#imap_executable = /usr/libexec/dovecot/imap +#imap_executable = /usr/lib/dovecot/imap # Set max. process size in megabytes. Most of the memory goes to mmap()ing # files, so it shouldn't harm much even if this limit is set pretty high. @@ -353,7 +354,7 @@ ## # Executable location -#pop3_executable = /usr/libexec/dovecot/pop3 +#pop3_executable = /usr/lib/dovecot/pop3 # Set max. process size in megabytes. Most of the memory goes to mmap()ing # files, so it shouldn't harm much even if this limit is set pretty high. @@ -440,7 +441,7 @@ # pgsql : a PostgreSQL database, see doc/dovecot-pgsql.conf auth_passdb = pam -#auth_executable = /usr/libexec/dovecot/dovecot-auth +#auth_executable = /usr/lib/dovecot/dovecot-auth # Set max. process size in megabytes. #auth_process_size = 256