From 829390a296e740acf4fb2316e3f613edcb5ad777 Mon Sep 17 00:00:00 2001 From: Chris Blankenship Date: Fri, 6 May 2016 09:45:47 -0700 Subject: [PATCH] Corrected syntax error --- setup/mail-dovecot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/mail-dovecot.sh b/setup/mail-dovecot.sh index 040b00a2..2c5533ec 100755 --- a/setup/mail-dovecot.sh +++ b/setup/mail-dovecot.sh @@ -39,7 +39,7 @@ apt_install \ # machine has, so on a two-core machine that's 500 processes/100 users). tools/editconf.py /etc/dovecot/conf.d/10-master.conf \ default_process_limit=$(echo "`nproc` * 250" | bc) \ - log_path = /var/log/mail.log + log_path=/var/log/mail.log # The inotify `max_user_instances` default is 128, which constrains # the total number of watched (IMAP IDLE push) folders by open connections.