Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cyrus-imapd
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
certo
cyrus-imapd
Commits
1313ea2e
Commit
1313ea2e
authored
Jan 11, 2021
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added systemd unit file
parent
ff57198f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
1 deletion
+25
-1
Makefile
Makefile
+25
-1
No files found.
Makefile
View file @
1313ea2e
all
:
all
:
cyrus-imapd-service
tar
xf cyrus-imapd-3.2.3.tar.gz
tar
xf cyrus-imapd-3.2.3.tar.gz
cd
cyrus-imapd-3.2.3
&&
./configure
--prefix
=
/usr
cd
cyrus-imapd-3.2.3
&&
./configure
--prefix
=
/usr
$(MAKE)
-C
cyrus-imapd-3.2.3
$(MAKE)
-C
cyrus-imapd-3.2.3
$(MAKE)
-C
cyrus-imapd-3.2.3
install
$(MAKE)
-C
cyrus-imapd-3.2.3
install
@
echo
"
$$
CYRUS_IMAPD_SERVICE"
>
/lib/systemd/system/cyrus-imapd.service
systemctl
enable
cyrus-imapd.service
rm
-rf
cyrus-imapd-3.2.3
rm
-rf
cyrus-imapd-3.2.3
cyrus-imapd-service
:
define
CYRUS_IMAPD_SERVICE
[Unit]
Description
=
Cyrus-imapd IMAP/POP3 email server
After
=
local-fs.target network.target
[Service]
Type
=
simple
ExecStart
=
/usr/libexec/master
PrivateTmp
=
true
# Cyrus may spawn many processes in normal operation. These figures are higher
# than the defaults, but may still need to be tuned for your local
# configuration.
TasksMax
=
2048
LimitNOFILE
=
16384
[Install]
WantedBy
=
multi-user.target
endef
export
CYRUS_IMAPD_SERVICE
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