Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
105
Merge Requests
105
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos
Commits
5a1fdf64
Commit
5a1fdf64
authored
Feb 15, 2023
by
Joanne Hugé
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WIP
parent
92abb51a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
+7
-4
software/dovecot/buildout.hash.cfg
software/dovecot/buildout.hash.cfg
+2
-2
software/dovecot/dovecot.jinja2.conf
software/dovecot/dovecot.jinja2.conf
+2
-2
software/dovecot/instance-default.cfg.in
software/dovecot/instance-default.cfg.in
+3
-0
No files found.
software/dovecot/buildout.hash.cfg
View file @
5a1fdf64
...
...
@@ -19,11 +19,11 @@ md5sum = 98083f7eb5dc0c7559f374c22a1b6896
[template-default]
_update_hash_filename_ = instance-default.cfg.in
md5sum = 68
adfeefdf1a73c10a6cea118d0ddd8e
md5sum = 68
6ddd88d2ddb8286d742d405b6187a6
[dovecot.jinja2.conf]
_update_hash_filename_ = dovecot.jinja2.conf
md5sum =
9455f13427e304bffca614cc96871d22
md5sum =
7d0a3af0e3be0344de1e1bd478f0564a
[dovecot-passwd.jinja2]
_update_hash_filename_ = dovecot-passwd.jinja2
md5sum = e93c6661a80135b763db27e47786107c
...
...
software/dovecot/dovecot.jinja2.conf
View file @
5a1fdf64
...
...
@@ -31,7 +31,7 @@ service imap-login {
}
}
service
auth
{
unix_listener
/
var
/
spool
/
postfix
/
private
/
auth
{
unix_listener
{{
postfix_auth
}}
{
mode
=
0660
# Assuming the default Postfix user and group
user
=
postfix
...
...
@@ -39,7 +39,7 @@ service auth {
}
}
service
lmtp
{
unix_listener
/
var
/
spool
/
postfix
/
private
/
dovecot
-
lmtp
{
unix_listener
{{
postfix_dovecot_lmtp
}}
{
group
=
postfix
mode
=
0600
user
=
postfix
...
...
software/dovecot/instance-default.cfg.in
View file @
5a1fdf64
...
...
@@ -67,6 +67,9 @@ url = {{ dovecot_conf_template }}
output = ${directory:etc}/dovecot.conf
extra-context =
key dovecot_passwd dovecot-passwd:output
raw postfix_auth ${directory:var-spool-postfix-private}/auth
raw postfix_dovecot_lmtp ${directory:var-spool-postfix-private}/dovecot-lmtp
[dovecot-passwd]
<= config-base
url = {{ dovecot_passwd_template }}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment