#!/usr/bin/with-contenv sh if [ ! -f /etc/ssl/mail/dh.pem ]; then openssl dhparam -out /etc/ssl/mail/dh.pem ${SSL_DH_LENGTH:-2048} fi