Displaying 3 results from an estimated 3 matches for "dovecot_conf".
Did you mean:
dovecot_config
2014 Jan 06
2
inotify max_user instances
...after bootmisc ldap mysql ntp-client ntpd postgresql saslauthd
> slapd
> use logger net
> }
>
> checkconfig() {
> DOVECOT_INSTANCE=${SVCNAME##*.}
> if [ -n "${DOVECOT_INSTANCE}" -a "${SVCNAME}" != "dovecot" ]; then
> DOVECOT_CONF=/etc/dovecot/dovecot.${DOVECOT_INSTANCE}.conf
> else
> DOVECOT_CONF=/etc/dovecot/dovecot.conf
> fi
> if [ ! -e ${DOVECOT_CONF} ]; then
> eerror "You will need an ${DOVECOT_CONF} first"
> return 1
>...
2012 Mar 25
2
build postfix rpm with mysql
...ge} "creating new %{_sysconfdir}/sysconfig/saslauthd from local
Postfix copy"
}
%endif
# Add comments to the /etc/dovecot.conf configuration file if it exists
# showing how to configure with Postfix if needed. If postfix is mentioned
# in the dovecot configuration file then DO NOTHING.
DOVECOT_CONF=/etc/dovecot.conf
if [ -f $DOVECOT_CONF ] && ! grep -q postfix $DOVECOT_CONF; then
# Check if auth default is configured and add a COMMENTED SECTION
# taken from the SASL_README file.
if grep -q 'auth default' $DOVECOT_CONF; then
ed $DOVECOT_CONF <<-EOF_END || exit 1
/a...
2011 Nov 19
4
build postfix spec w/ mysql
...ge} "creating new %{_sysconfdir}/sysconfig/saslauthd from local Postfix copy"
}
%endif
# Add comments to the /etc/dovecot.conf configuration file if it exists
# showing how to configure with Postfix if needed. If postfix is mentioned
# in the dovecot configuration file then DO NOTHING.
DOVECOT_CONF=/etc/dovecot.conf
if [ -f $DOVECOT_CONF ] && ! grep -q postfix $DOVECOT_CONF; then
# Check if auth default is configured and add a COMMENTED SECTION
# taken from the SASL_README file.
if grep -q 'auth default' $DOVECOT_CONF; then
ed $DOVECOT_CONF <<-EOF_END || exit 1
/a...