dovecot problems. :(

kopanze

New member
Joined
Jun 14, 2010
Messages
1
What is the problem?


Shutting down dovecot: [FAILED]
Starting dovecot: Error: Error in configuration file /etc/dovecot.conf line 3: Unknown setting: ssl_cert
Fatal: Invalid configuration in /etc/dovecot.conf

----------------------------------------------------

## Dovecot 2.0 configuration file

ssl_cert = </etc/httpd/conf/ssl.crt/server.crt
ssl_key = </etc/httpd/conf/ssl.key/server.key

ssl_cipher_list = ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:-LOW:-SSLv2:-EXP

disable_plaintext_auth = no

##
## Login processes
##

listen = *

default_login_user = dovecot

login_greeting = Dovecot DA ready.

service imap-login {
inet_listener imap {
#port = 143
}
inet_listener imaps {
#port = 993
#ssl = yes
}

# Number of connections to handle before starting a new process. Typically
# the only useful values are 0 (unlimited) or 1. 1 is more secure, but 0
# is faster. <doc/wiki/LoginProcess.txt>
#service_count = 1

# Number of processes to always keep waiting for more connections.
#process_min_avail = 0

# If you set service_count=0, you probably need to grow this.
#vsz_limit = 64M

"/etc/dovecot.conf" 270L, 7951C
 
Last edited:
There has to be something wrong within the /etc/dovecot.conf file on line 3....... try commenting out the ssl stuff
 
Back
Top