Displaying 1 result from an estimated 1 matches for "dovecot_dir".
Did you mean:
dovecot_btr
2010 Feb 18
0
improved create dovecot certificate script
...nd more rigorous version of mkcert.sh
#! /bin/sh
#*****************************************************************************#
#|
#| file : /root/apps/share/sh/create_dovecot_certificate
#|
#*---------------------------------------------------------------------------*#
BELL="\007"
DOVECOT_DIR="${DOVECOT_DIR-/var/lib/dovecot}"
OPENSSL="${OPENSSL-openssl}"
OPENSSL_CONF="${OPENSSL_CONF-/etc/dovecot/dovecot-openssl.cnf}"
#.............................................................................#
certificates_dir="${DOVECOT_DIR}/certificates"...