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
df69b65c
Commit
df69b65c
authored
Jan 14, 2021
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added self-signed key and certificate
parent
99a9aa16
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
Makefile
Makefile
+4
-2
No files found.
Makefile
View file @
df69b65c
...
...
@@ -6,7 +6,9 @@ all: imapd-config cyrus-imapd-service
install
-v
-d
-m755
/var/lib/imap
install
-v
-d
-m755
/var/lib/imap/sieve
install
-v
-d
-m755
/var/spool/imap
install
-v
-d
-m755
/etc/ssl/cyrus-imapd
@
echo
"
$$
IMAPD_CONFIG"
>
/etc/imapd.conf
openssl req
-x509
-nodes
-days
3650
-newkey
rsa:2048
-keyout
/etc/ssl/cyrus-imapd/cyrus-imapd.key
-out
/etc/ssl/cyrus-imapd/cyrus-imapd.crt
-subj
"/C=GB/ST=London/L=London/O=Global Security/OU=IT Department/CN=example.com"
@
echo
"
$$
CYRUS_IMAPD_SERVICE"
>
/lib/systemd/system/cyrus-imapd.service
systemctl
enable
cyrus-imapd.service
rm
-rf
cyrus-imapd-3.2.3
...
...
@@ -23,8 +25,8 @@ sasl_pwcheck_method: saslauthd
sasl_mech_list
:
PLAIN LOGIN
allowanonymouslogin
:
no
allowplaintext
:
yes
tls_server_cert
:
/etc/ssl/cyrus-imapd/cyrus-imapd.
pem
tls_server_key
:
/etc/ssl/cyrus-imapd/cyrus-imapd.
pem
tls_server_cert
:
/etc/ssl/cyrus-imapd/cyrus-imapd.
crt
tls_server_key
:
/etc/ssl/cyrus-imapd/cyrus-imapd.
key
tls_server_ca
:
/etc/ssl/ca-bundle.pem
altnamespace
:
1
munge8bit
:
0
...
...
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