mirror of
https://github.com/retailcrm/Fetch.git
synced 2025-04-04 13:53:35 +03:00
Increased Dovecot's allowed connections for an individual IP address
This commit is contained in:
parent
47bfb26b34
commit
f0a4e29e3d
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue