Skip to content
Snippets Groups Projects
Commit 0e7e3c1b authored by Bob Mottram's avatar Bob Mottram
Browse files

Increase the imap limits

parent 7b72a982
No related branches found
No related tags found
No related merge requests found
......@@ -5656,8 +5656,8 @@ function configure_imap {
echo 'Unable to find /etc/dovecot/conf.d/10-master.conf'
exit 49259
fi
sed -i 's/#process_limit =.*/process_limit = 5/g' /etc/dovecot/conf.d/10-master.conf
sed -i 's/#default_client_limit.*/default_client_limit = 5/g' /etc/dovecot/conf.d/10-master.conf
sed -i 's/#process_limit =.*/process_limit = 100/g' /etc/dovecot/conf.d/10-master.conf
sed -i 's/#default_client_limit.*/default_client_limit = 100/g' /etc/dovecot/conf.d/10-master.conf
sed -i 's|#default_process_limit =.*|default_process_limit = 100|g' /etc/dovecot/conf.d/10-master.conf
 
if [ ! -f /etc/dovecot/conf.d/10-logging.conf ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment