Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
communication
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
infra
ansible-shared
communication
Commits
5486148d
Commit
5486148d
authored
7 years ago
by
Hinrikus Wolf
Browse files
Options
Downloads
Patches
Plain Diff
dovecot: activate sieve plugin
parent
106652c0
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
dovecot/tasks/main.yml
+2
-1
2 additions, 1 deletion
dovecot/tasks/main.yml
dovecot/templates/conf.d/20-lmtp.conf.j2
+26
-0
26 additions, 0 deletions
dovecot/templates/conf.d/20-lmtp.conf.j2
with
28 additions
and
1 deletion
dovecot/tasks/main.yml
+
2
−
1
View file @
5486148d
...
...
@@ -20,7 +20,8 @@
-
{
src
:
'
templates/conf.d/10-mail.conf.j2'
,
dest
:
'
/etc/dovecot/conf.d/10-mail.conf'
}
-
{
src
:
'
templates/conf.d/10-master.conf.j2'
,
dest
:
'
/etc/dovecot/conf.d/10-master.conf'
}
-
{
src
:
'
templates/conf.d/10-ssl.conf.j2'
,
dest
:
'
/etc/dovecot/conf.d/10-ssl.conf'
}
-
{
src
:
'
templates/conf.d/20-managesieve.conf.j2'
,
dest
:
'
/etc/dovecot/conf.d/10-managesieve.conf'
}
-
{
src
:
'
templates/conf.d/20-managesieve.conf.j2'
,
dest
:
'
/etc/dovecot/conf.d/20-managesieve.conf'
}
-
{
src
:
'
templates/conf.d/20-lmtp.conf.j2'
,
dest
:
'
/etc/dovecot/conf.d/20-lmtp.conf'
}
-
{
src
:
'
templates/conf.d/90-sieve.conf.j2'
,
dest
:
'
/etc/dovecot/conf.d/90-sieve.conf'
}
-
{
src
:
'
templates/conf.d/auth-passwdfile.conf.ext.j2'
,
dest
:
'
/etc/dovecot/conf.d/auth-passwdfile.conf.ext'
}
notify
:
...
...
This diff is collapsed.
Click to expand it.
dovecot/templates/conf.d/20-lmtp.conf.j2
0 → 100644
+
26
−
0
View file @
5486148d
##
## LMTP specific settings
##
# Support proxying to other LMTP/SMTP servers by performing passdb lookups.
#lmtp_proxy = no
# When recipient address includes the detail (e.g. user+detail), try to save
# the mail to the detail mailbox. See also recipient_delimiter and
# lda_mailbox_autocreate settings.
#lmtp_save_to_detail_mailbox = no
# Verify quota before replying to RCPT TO. This adds a small overhead.
#lmtp_rcpt_check_quota = no
# Which recipient address to use for Delivered-To: header and Received:
# header. The default is "final", which is the same as the one given to
# RCPT TO command. "original" uses the address given in RCPT TO's ORCPT
# parameter, "none" uses nothing. Note that "none" is currently always used
# when a mail has multiple recipients.
#lmtp_hdr_delivery_address = final
protocol lmtp {
# Space separated list of plugins to load (default is global mail_plugins).
mail_plugins = $mail_plugins sieve
}
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