diff --git a/root/etc/e-smith/templates/etc/dovecot/dovecot.conf/014AuthCache b/root/etc/e-smith/templates/etc/dovecot/dovecot.conf/014AuthCache index 253e609..11e4281 100644 --- a/root/etc/e-smith/templates/etc/dovecot/dovecot.conf/014AuthCache +++ b/root/etc/e-smith/templates/etc/dovecot/dovecot.conf/014AuthCache @@ -1,3 +1,3 @@ auth_cache_size = { $dovecot{'AuthCacheSize'} || '5242880' } -auth_cache_ttl = 1800 -auth_cache_negative_ttl = 1 +auth_cache_ttl = 7200 +auth_cache_negative_ttl = 0 diff --git a/root/etc/e-smith/templates/etc/sogo/sogo.conf/16memcached b/root/etc/e-smith/templates/etc/sogo/sogo.conf/16memcached index 0ebbb21..11c2038 100644 --- a/root/etc/e-smith/templates/etc/sogo/sogo.conf/16memcached +++ b/root/etc/e-smith/templates/etc/sogo/sogo.conf/16memcached @@ -1,2 +1,2 @@ SOGoMemcachedHost = "/var/run/sogo/memcached.sock"; - SOGoCacheCleanupInterval = 1800; + SOGoCacheCleanupInterval = 7200;