Changes

From SME Server
Jump to navigationJump to search
281 bytes added ,  17:22, 27 November 2017
Line 488: Line 488:  
* Preferences, Advanced, Config editor (aka about:config): filter on tls.
 
* Preferences, Advanced, Config editor (aka about:config): filter on tls.
 
* set security.enable_tls to false
 
* set security.enable_tls to false
 +
 +
The following commands will give your the current value:
 +
db configuration getprop imap ConcurrencyLimit || echo 400
 +
db configuration getprop imap ConcurrencyLimitPerIP || echo 12
    
You can also  increase the ConcurrencyLimitPerIP  and/or ConcurrencyLimit value for imap and/or imaps (secure)
 
You can also  increase the ConcurrencyLimitPerIP  and/or ConcurrencyLimit value for imap and/or imaps (secure)
Line 494: Line 498:  
  signal-event post-upgrade; signal-event reboot
 
  signal-event post-upgrade; signal-event reboot
 
{{Note box| for sme9, only the key imap has properties ConcurrencyLimitPerIP,checkConcurrencyLimit,ProcessMemoryLimit. If you set these properties to the key imaps, a migrate fragment will remove them automatically}}
 
{{Note box| for sme9, only the key imap has properties ConcurrencyLimitPerIP,checkConcurrencyLimit,ProcessMemoryLimit. If you set these properties to the key imaps, a migrate fragment will remove them automatically}}
 +
To see configuration:
 +
config show imap
   −
config show imap
+
  tail -f /var/log/dovecot/current | tai64nlocal #out of date
  tail -f /var/log/imap/current | tai64nlocal
     −
More detail can be found   [http://forums.contribs.org/index.php?topic=33124.0 here].
+
More detail can be found [http://forums.contribs.org/index.php?topic=33124.0 here] or [https://forums.contribs.org/index.php/topic,51872.0 here].
    
{{Tip box|You can see if you are running out of the number of available connections in your log file /var/log/imaps/current and look for messages like the log extract below where the ConcurrencyLimitPerIP was set to 20. A 21st connection was attempted and was denied.
 
{{Tip box|You can see if you are running out of the number of available connections in your log file /var/log/imaps/current and look for messages like the log extract below where the ConcurrencyLimitPerIP was set to 20. A 21st connection was attempted and was denied.
3,054

edits

Navigation menu