{
    use esmith::ssl;
    # When updating CipherSuite both e-smith-apache and smeserver-qpsmtpd templates should be updated.
    $OUT  = "SSLCipherSuite ";
    $OUT .= $modSSL{CipherSuite} || $smeCiphers;
}
