Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
config
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Model registry
Operate
Environments
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ai3
config
Commits
ed23544f
Commit
ed23544f
authored
5 years ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
Prevent dovecot logins while host != originalHost
parent
20c4304c
Branches
no-mail-delivery-while-moving
No related tags found
1 merge request
!58
Prevent access to mailboxes while they are being moved
Pipeline
#5730
passed
5 years ago
Stage: docker_build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/mail/templates/auth-server/dovecot.yml.j2
+1
-1
1 addition, 1 deletion
roles/mail/templates/auth-server/dovecot.yml.j2
with
1 addition
and
1 deletion
roles/mail/templates/auth-server/dovecot.yml.j2
+
1
−
1
View file @
ed23544f
...
...
@@ -3,7 +3,7 @@ dovecot:
- backend: ldap
params:
search_base: "uid=%s,ou=People,dc=investici,dc=org,o=Anarchy"
search_filter: "(status=active)"
search_filter: "(
&(
status=active)
(host={{ shard_id }})(originalHost={{ shard_id }}))
"
scope: "base"
attrs:
email: uid
...
...
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