Skip to content
Snippets Groups Projects
Commit 8ede91d5 authored by daniel.pondruff's avatar daniel.pondruff Committed by daniel.pondruff
Browse files

- bug fixed when adding the Dovecot repo

parent 159a1273
No related branches found
No related tags found
2 merge requests!7Issue16 7102,!1Codecept
mail_vsize_bg_after_count = 100
#mail_vsize_bg_after_count = 100
mailbox_list_index = yes
mail_always_cache_fields = body.snippet
mail_location = maildir:~/Maildir
......
......@@ -95,11 +95,15 @@ done
set -- "${POSITIONAL[@]}" # restore positional parameters
if [[ "${FEATURE_INSTALL}" = true ]]; then
if [[ -z "${DC_VERSION}" ]]; then
echo "Version not specified, set to latest"
DC_VERSION=2.3
fi
if [[ true == "${ANY_DEB}" ]]; then
# Adding dovecot key
apt-key adv --fetch-keys https://repo.dovecot.org/DOVECOT-REPO-GPG
{
echo "deb http://repo.mysql.com/apt/debian/ ${DIST_VERSION} mysql-$DATABASE_VERSION"
echo "deb https://repo.dovecot.org/ce-latest-${DC_VERSION} main"
} > /etc/apt/sources.list.d/dovecot.list
elif [[ true == "${ANY_SLES}" ]]; then
......@@ -131,6 +135,7 @@ fi
if [ ! -f ${INIT_STATE_FILE} ]; then
mkdir /var/log/dovecot
echo "Executing init-config script (dovecot-backend) "
echo "$0 $@"
echo "Creating user and group: vmail"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment