Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wtlinux_server_setup
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
w4t
wtlinux_server_setup
Commits
d55aeb9a
Commit
d55aeb9a
authored
Mar 15, 2025
by
w4t
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wtserver 0.54
parent
19c56e5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
install_mta.sh
distros/debian12/install_mta.sh
+2
-2
No files found.
distros/debian12/install_mta.sh
View file @
d55aeb9a
...
...
@@ -75,7 +75,7 @@ InstallMTA() {
# A reboot is required for this to take effect (which we don't do as
# as a part of setup). Test with `cat /proc/sys/fs/inotify/max_user_instances`.
#sed -i "/^#*\s*fs\.inotify\.max_user_instances\s*=/d; $a\fs.inotify.max_user_instances=1024" /etc/sysctl.conf
echo
"fs.inotify.max_user_instances=1024"
|
sudo tee
-a
/etc/sysctl.conf
>>
$PROGRAMS_INSTALL_LOG_FILES
2>&1
hide_output
echo
"fs.inotify.max_user_instances=1024"
|
sudo tee
-a
/etc/sysctl.conf
# Set the location where we'll store user mailboxes. '%d' is the domain name and '%n' is the
# username part of the user's email address. We'll ensure that no bad domains or email addresses
...
...
@@ -443,7 +443,7 @@ EOF
# * `-q`: Queues the indexing to be run by indexer process. (will background the indexing)
# * `-A`: All users
# * `'*'`: All folders
doveadm index
-A
-q
\*
>>
$PROGRAMS_INSTALL_LOG_FILES
2>&1
#
doveadm index -A -q \* >> $PROGRAMS_INSTALL_LOG_FILES 2>&1
### Additional modifications
...
...
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