1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-13 17:17:23 +01:00

set dovecot default_process_limit and fs.inotify.max_user_instances to better defaults

See https://discourse.mailinabox.email/t/mailserver-limits/228.
This commit is contained in:
Joshua Tauberer
2015-01-02 23:22:33 +00:00
parent f141af4b61
commit c75950125d
3 changed files with 24 additions and 1 deletions

View File

@@ -20,9 +20,11 @@ hide_output apt-get -y upgrade
# * ntp: keeps the system time correct
# * fail2ban: scans log files for repeated failed login attempts and blocks the remote IP at the firewall
# * sudo: allows privileged users to execute commands as root without being root
# * coreutils: includes `nproc` tool to report number of processors
# * bc: allows us to do math to compute sane defaults
apt_install python3 python3-dev python3-pip \
wget curl sudo \
wget curl sudo coreutils bc \
haveged unattended-upgrades ntp fail2ban
# Allow apt to install system updates automatically every day.