6 lines
332 B
Plaintext
6 lines
332 B
Plaintext
{
|
|
# When updating CipherSuite both e-smith-apache and smeserver-qpsmtpd templates should be updated.
|
|
$OUT = "SSLCipherSuite ";
|
|
$OUT .= $modSSL{CipherSuite} || 'ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES128-GCM-SHA256:HIGH@STRENGTH:!SSLv2:!ADH:!aNULL:!MD5:!RC4';
|
|
}
|