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
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Carlos Ramos Carreño
slapos
Commits
cbbd94ee
Commit
cbbd94ee
authored
Feb 15, 2023
by
Joanne Hugé
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WIP
parent
cc6a07a1
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
5 deletions
+16
-5
software/dovecot/buildout.hash.cfg
software/dovecot/buildout.hash.cfg
+5
-2
software/dovecot/instance-default.cfg.in
software/dovecot/instance-default.cfg.in
+8
-3
software/dovecot/instance.cfg.in
software/dovecot/instance.cfg.in
+1
-0
software/dovecot/postfix_master.jinja2.cf
software/dovecot/postfix_master.jinja2.cf
+0
-0
software/dovecot/software.cfg
software/dovecot/software.cfg
+2
-0
No files found.
software/dovecot/buildout.hash.cfg
View file @
cbbd94ee
...
...
@@ -15,11 +15,11 @@
[template]
filename = instance.cfg.in
md5sum =
1a7ded64d46dfddc436e18e142a973b0
md5sum =
76fdf5d64f6575c37ef5aeeea9d6d35e
[template-default]
_update_hash_filename_ = instance-default.cfg.in
md5sum =
621178ee449d0369e7ecb016a3933204
md5sum =
cd9b3878e40c9d72033569c6d1064331
[dovecot.jinja2.conf]
_update_hash_filename_ = dovecot.jinja2.conf
...
...
@@ -31,6 +31,9 @@ md5sum = e93c6661a80135b763db27e47786107c
[postfix_main.jinja2.cf]
_update_hash_filename_ = postfix_main.jinja2.cf
md5sum = 42297525b54d859aa0fd7841a162b17c
[postfix_master.jinja2.cf]
_update_hash_filename_ = postfix_master.jinja2.cf
md5sum = ef164517e3f7170d03499967d625c3bb
[postfix_alias.jinja2]
_update_hash_filename_ = postfix_alias.jinja2
md5sum = 170fcb64781e966fa1a9718b5a925535
...
...
software/dovecot/instance-default.cfg.in
View file @
cbbd94ee
...
...
@@ -3,7 +3,8 @@ parts =
directory
dovecot-conf
dovecot-service
postfix-conf
postfix-conf-main
postfix-conf-master
postfix-service
eggs-directory = {{ eggs_directory }}
develop-eggs-directory = {{ develop_eggs_directory }}
...
...
@@ -99,7 +100,7 @@ init =
options['ipv4'] = "0.0.0.0"
[postfix-conf]
[postfix-conf
-main
]
<= config-base
url = {{ postfix_main_template }}
output = ${directory:etc}/postfix_main.cf
...
...
@@ -119,6 +120,10 @@ extra-context =
key ip_address ethernet-ip:ipv4
raw postfix_location {{ postfix_location }}
[postfix-conf-master]
<= config-base
url = {{ postfix_master_template }}
output = ${directory:etc}/postfix-master
[postfix-alias]
<= config-base
url = {{ postfix_alias_template }}
...
...
@@ -167,5 +172,5 @@ wrapper-path = ${directory:service}/postfix
mode = 0775
pidfile = ${directory:run}/postfix.pid
hash-files =
${postfix-conf:output}
${postfix-conf
-main
:output}
${postfix-wrapper:output}
software/dovecot/instance.cfg.in
View file @
cbbd94ee
...
...
@@ -25,6 +25,7 @@ context =
raw dovecot_passwd_template ${dovecot-passwd.jinja2:target}
raw dovecot_binary ${dovecot:location}/sbin/dovecot
raw postfix_main_template ${postfix_main.jinja2.cf:target}
raw postfix_master_template ${postfix_master.jinja2.cf:target}
raw postfix_alias_template ${postfix_alias.jinja2:target}
raw postfix_virtual_template ${postfix_virtual.jinja2:target}
raw postfix_mailname_template ${postfix_mailname.jinja2:target}
...
...
software/dovecot/postfix_master.
cf.jinja2.in
→
software/dovecot/postfix_master.
jinja2.cf
View file @
cbbd94ee
File moved
software/dovecot/software.cfg
View file @
cbbd94ee
...
...
@@ -37,6 +37,8 @@ filename = ${:_buildout_section_name_}
[postfix_main.jinja2.cf]
< = copy-to-instance
[postfix_master.jinja2.cf]
< = copy-to-instance
[postfix_alias.jinja2]
< = copy-to-instance
[postfix_mailname.jinja2]
...
...
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