{
    my $authentication = ${'smtpfront-qmail'}{authentication} || "disabled";
    my $cvm = ${'smtpfront-qmail'}{cvm} || "cvm-local:/var/lib/cvm/cvm-unix-local.socket";
    ($authentication eq 'enabled') ? "export CVM_SASL_LOGIN=$cvm" : "";
}
