Skip to content

Commit

Permalink
raise client limit to 1250 to remove warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
kiekerjan committed Jan 3, 2025
1 parent 743467c commit 9666b73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup/mail-dovecot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ apt_install \
# - https://www.dovecot.org/list/dovecot/2011-December/132455.html
management/editconf.py /etc/dovecot/conf.d/10-master.conf \
default_process_limit="$(($(nproc) * 250))" \
default_client_limit=1250 \
default_vsz_limit="$(($(free -tm | tail -1 | awk '{print $2}') / 3))M" \
log_path=/var/log/mail.log

Expand Down

0 comments on commit 9666b73

Please sign in to comment.