Unknown setting: ssl_dh

gate2vn

Verified User
Joined
Nov 9, 2004
Messages
483
Location
Oslo
Dovecot cannot start because of that error:

dovecot: doveconf: Fatal: Error in configuration file /etc/dovecot/conf/ssl.conf line 3: Unknown setting: ssl_dh

I tried

Code:
./build update
./build dovecot
./build dovecot_conf

Even rebuilt exim and exim_conf, but no luck. Any idea, please?

Thanks.
 
Hello,

Try

Code:
cd /usr/local/directadmin/custombuild
mv custom_versions.txt custom_versions.txt.moved
./build set dovecot yes
./build set dovecot_conf yes
./build update
./build dovecot
./build dovecot_conf
 
Yes, I figured out that was the reason but was too busy for updating the topic. Thanks for answering anyway :)
 
Back
Top