diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-03-24 18:55:04 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-03-24 18:55:04 +0100 |
| commit | 260e9fc4514e658f7bf290d96d238f83e084e01f (patch) | |
| tree | 20424f1fa15c1741dd5356e731154d366b88fc50 | |
| parent | 4f1115e35919e671f13392f56ffab1f10c9e4ddf (diff) | |
| download | nixos-260e9fc4514e658f7bf290d96d238f83e084e01f.tar nixos-260e9fc4514e658f7bf290d96d238f83e084e01f.tar.gz nixos-260e9fc4514e658f7bf290d96d238f83e084e01f.tar.bz2 nixos-260e9fc4514e658f7bf290d96d238f83e084e01f.tar.xz nixos-260e9fc4514e658f7bf290d96d238f83e084e01f.zip | |
Increase dovecot connection limit
| -rw-r--r-- | ymir.nix | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -786,6 +786,10 @@ in rec { | |||
| 786 | quota_status_success = DUNNO | 786 | quota_status_success = DUNNO |
| 787 | quota_status_nouser = DUNNO | 787 | quota_status_nouser = DUNNO |
| 788 | } | 788 | } |
| 789 | |||
| 790 | protocol imap { | ||
| 791 | mail_max_userip_connections = 50 | ||
| 792 | } | ||
| 789 | ''; | 793 | ''; |
| 790 | }; | 794 | }; |
| 791 | security.pam.services.dovecot2.text = '' | 795 | security.pam.services.dovecot2.text = '' |
