Commit d55aeb9a authored by w4t's avatar w4t

wtserver 0.54

parent 19c56e5d
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment