Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
keystore
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
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
id
keystore
Commits
1b623072
Commit
1b623072
authored
7 years ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
Add separate dovecot-keylookupd package
parent
ac17981a
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
debian/control
+6
-0
6 additions, 0 deletions
debian/control
debian/dovecot-keylookupd.service
+13
-0
13 additions, 0 deletions
debian/dovecot-keylookupd.service
debian/dovecot-keylookupd.socket
+11
-0
11 additions, 0 deletions
debian/dovecot-keylookupd.socket
debian/rules
+1
-1
1 addition, 1 deletion
debian/rules
with
31 additions
and
1 deletion
debian/control
+
6
−
0
View file @
1b623072
...
...
@@ -11,3 +11,9 @@ Depends: ${shlibs:Depends}, ${misc:Depends}
Description: User private key server.
Stores user encryption keys in-memory for the session duration.
Package: dovecot-keylookupd
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, dovecot-core
Description: Dovecot dict proxy for user encryption keys.
Look up user encryption keys via the Dovecot dict proxy protocol.
This diff is collapsed.
Click to expand it.
debian/dovecot-keylookupd.service
0 → 100644
+
13
−
0
View file @
1b623072
[Unit]
Description
=
Dovecot keylookupd server
Requires
=
dovecot-keylookupd.socket
[Service]
Type
=
notify
ExecStart
=
/usr/bin/dovecot-keylookupd --systemd-socket
Restart
=
on-failure
User
=
dovecot
[Install]
WantedBy
=
multi-user.target
This diff is collapsed.
Click to expand it.
debian/dovecot-keylookupd.socket
0 → 100644
+
11
−
0
View file @
1b623072
[Unit]
Description=Dovecot keylookupd socket
[Socket]
ListenStream=/run/dovecot-keylookupd/socket
SocketMode=660
DirectoryMode=755
SocketUser=dovecot
SocketGroup=dovecot
Accept=false
This diff is collapsed.
Click to expand it.
debian/rules
+
1
−
1
View file @
1b623072
...
...
@@ -8,6 +8,6 @@ export DH_GOLANG_EXCLUDES = vendor
dh $@ --with systemd --with golang --buildsystem golang
override_dh_install:
rm -fr $(CURDIR)/debian/
keystored
/usr/share/gocode
rm -fr $(CURDIR)/debian/
tmp
/usr/share/gocode
dh_install
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