Exim

gssr

New member
Joined
Mar 16, 2013
Messages
2
Hy iam getting Below error
"--- Starting exim: 2013-03-16 23:38:47 Exim configuration error in line 299 of /etc/exim.conf: "tls_require_ciphers" option set for the second time ---"

and also i can't able to send emails and recieve emails.


Please help me urgent.
Thanks you.
 
Have a look in your Exim configuration file.
The notices says it all, the tls_require_ciphers" line is 2 times present.
Remove one of them.
Standardly it should read something like this:
Code:
tls_require_ciphers = ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:-LOW:-SSLv2:-EXP
 
Have a look in your Exim configuration file.
The notices says it all, the tls_require_ciphers" line is 2 times present.
Remove one of them.
Standardly it should read something like this:
Code:
tls_require_ciphers = ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:-LOW:-SSLv2:-EXP

Thanks you!
 
Back
Top