Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
trees
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository 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
Liberate
trees
Merge requests
!11
[trees] - install dovecot from debian backports, enable pop3
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[trees] - install dovecot from debian backports, enable pop3
neutron/trees:install_from_debian_backports_enable_pop3
into
master
Overview
0
Commits
1
Changes
13
Merged
neutron
requested to merge
neutron/trees:install_from_debian_backports_enable_pop3
into
master
6 years ago
Overview
0
Commits
1
Changes
13
Expand
adds compatibility for dovecots maildir
adds role for installing debian backports
installs newer version of dovecot 2.2.* from debian backports
in newer versions of dovecot >= 2.2.31 cache index corruption is fixed as described in
#24 (closed)
adds note in README.md
adds POP3 functionality
Closes
#24 (closed)
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
5caef1ed
1 commit,
6 years ago
13 files
+
164
−
2
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
13
Search (e.g. *.vue) (Ctrl+P)
vagrant/ansible/roles/dovecot/tasks/install.yml
+
1
−
0
Options
@@ -27,6 +27,7 @@
@@ -27,6 +27,7 @@
apt
:
apt
:
pkg
:
"
{{
item
}}"
pkg
:
"
{{
item
}}"
state
:
present
state
:
present
default_release
:
"
{{
ansible_distribution_release
}}-backports"
with_items
:
with_items
:
-
dovecot-core
-
dovecot-core
-
dovecot-common
-
dovecot-common
Loading