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
97ece477
Commit
97ece477
authored
Nov 14, 2022
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improved cyrus-imapd configuration
parent
b3a8441d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
Makefile
Makefile
+7
-1
No files found.
Makefile
View file @
97ece477
...
...
@@ -212,7 +212,7 @@ allowplaintext: yes
# Possible values are "saslauthd", "auxprop", "pwcheck" and
# "alwaystrue". They are tried in order, you can specify more than one,
# separated by spaces.
sasl_pwcheck_method
:
saslauthd
sasl_pwcheck_method
:
auxprop
# If enabled, the SASL library will automatically create authentication
# secrets when given a plaintext password. Refer to SASL documentation
...
...
@@ -367,6 +367,11 @@ autocreate_users: anyone
# The pathname of the sendmail executable. Sieve invokes sendmail
# for sending rejections, redirects and vacation responses.
sendmail
:
/usr/sbin/sendmail
# The indexing engine used to speed up searching.
#
# Allowed values: none, squat, xapian
search_engine
:
squat
endef
export
IMAPD_CONFIG
...
...
@@ -379,6 +384,7 @@ After=local-fs.target network.target
[Service]
Type
=
simple
ExecStart
=
/usr/libexec/master
Restart
=
always
PrivateTmp
=
true
# Cyrus may spawn many processes in normal operation. These figures are higher
...
...
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