mirror of
https://github.com/retailcrm/Fetch.git
synced 2025-02-06 02:39:21 +03:00
Increased Dovecot's allowed connections for an individual IP address
This commit is contained in:
parent
47bfb26b34
commit
f0a4e29e3d
@ -12,6 +12,7 @@ else
|
||||
sudo touch /etc/dovecot/local.conf
|
||||
sudo echo 'mail_location = maildir:/home/%u/Maildir' >> /etc/dovecot/local.conf
|
||||
sudo echo 'disable_plaintext_auth = no' >> /etc/dovecot/local.conf
|
||||
sudo echo 'mail_max_userip_connections = 10000' >> /etc/dovecot/local.conf
|
||||
sudo restart dovecot
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user