search for: dovecot_basedir

Displaying 1 result from an estimated 1 matches for "dovecot_basedir".

2014 Jan 06
2
inotify max_user instances
...DOVECOT_CONF=/etc/dovecot/dovecot.conf > fi > if [ ! -e ${DOVECOT_CONF} ]; then > eerror "You will need an ${DOVECOT_CONF} first" > return 1 > fi > if [ -x /usr/sbin/dovecot ]; then > DOVECOT_BASEDIR=$(/usr/sbin/dovecot -c ${DOVECOT_CONF} > -a | grep '^base_dir = ' | sed 's/^base_dir = //') > else > eerror "dovecot not executable" > return 1 > fi > DOVECOT_BASEDIR=${DOVECOT_BASEDIR:-/var/run/dov...