Make auth cache last as long as sogo's memcached

tags/0.2.21_el5 0.2.21_el5
Daniel Berteaud 10 years ago
parent 9f6d6025c8
commit 1c71b9f397
  1. 2
      root/etc/e-smith/templates/etc/dovecot/dovecot.conf/014AuthCache

@ -1 +1,3 @@
auth_cache_size = { $dovecot{'AuthCacheSize'} || '5242880' } auth_cache_size = { $dovecot{'AuthCacheSize'} || '5242880' }
auth_cache_ttl = 30 minutes
auth_cache_negative_ttl = 1 seconds

Loading…
Cancel
Save