Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
ox-installer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
QA
ox-installer
Commits
98903b87
Commit
98903b87
authored
5 years ago
by
daniel.pondruff
Browse files
Options
Downloads
Patches
Plain Diff
- bug fixed when adding the Dovecot repo
parent
ba368059
No related branches found
Branches containing commit
No related tags found
2 merge requests
!7
Issue16 7102
,
!1
Codecept
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
config/dovecot/etc/dovecot/conf.d/10-mail.conf
+1
-1
1 addition, 1 deletion
config/dovecot/etc/dovecot/conf.d/10-mail.conf
features/dovecot.sh
+6
-1
6 additions, 1 deletion
features/dovecot.sh
with
7 additions
and
2 deletions
config/dovecot/etc/dovecot/conf.d/10-mail.conf
+
1
−
1
View file @
98903b87
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
...
...
This diff is collapsed.
Click to expand it.
features/dovecot.sh
+
6
−
1
View file @
98903b87
...
...
@@ -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 http
s
://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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment