Displaying 16 results from an estimated 16 matches for "expire_cach".
Did you mean:
expire_cache
2008 Apr 01
1
"Undefined method merge" when using sweeper
...rge'' for "/signature/
f2d7c7c66450b169.html":String". The "/signature/f2d7c7c66450b169.html"
part of the error message is the cached page.
Here''s my sweeper:
class FooSweeper < ActionController::Caching::Sweeper
observe Foo
def after_save(foo)
expire_cache(foo)
end
def after_destroy(foo)
expire_cache(foo)
end
def expire_cache(foo)
expire_page signature_path(:opaque_id => foo.opaque_id) # line 13
expire_page signature_image_path(:opaque_id => foo.opaque_id)
end
end
The signature_path(:opaque_id => string) generates...
2005 Jun 26
4
calling controller and caching from a sweeper class
...Sweeper (Observer) class that expires
those cached files when a blog post is created or modified:
http://typo.leetsoft.com/trac/file/trunk/app/controllers/xml_controller.rb
http://typo.leetsoft.com/trac/file/trunk/app/models/blog_sweeper.rb
The normal behavior is that the files get deleted when expire_cache is called,
and then re-created the next time the XmlController action is invoked.
Now, I''m trying to force the files to be re-cached immediately after the
expire_cache call from the Sweeper class. However I could not find a way to do
that successfully.
I''ve tried several way...
2017 Apr 10
1
Public Folder Problems
...aildir:/var/spool/pubmail
prefix = PUBLIC.
separator = .
type = public
}
passdb {
args = /usr/local/cpanel/bin/dovecot-wrap
driver = checkpassword
}
plugin {
acl = vfile
expire = Trash
expire2 = Deleted Messages
expire3 = INBOX.Deleted Messages
expire4 = INBOX.Trash
expire_cache = yes
expire_dict = proxy::expire
quota_exceeded_message = Mailbox is full / Blocks limit exceeded /
Inode limit exceeded
zlib_save = gz
}
protocols = lmtp imap
service auth {
unix_listener auth-client {
mode = 0666
}
}
service config {
vsz_limit = 2 G
}
service dict {
u...
2019 Jan 16
2
auth-worker: Error: double free or corruption (fasttop)
...ash {
auto = subscribe
special_use = \Trash
}
prefix =
separator = .
}
passdb {
args = /etc/dovecot/dovecot-sql.conf
driver = sql
}
plugin {
acl_shared_dict = file:/var/lib/dovecot/shared-mailboxes
al = vfile
expire = Trash
expire2 = Trash/*
expire3 = Spam
expire_cache = yes
expire_dict = proxy::expire
fts = lucene
fts_lucene = whitespace_chars=@.-+_*:/\"'
last_login_key = # hidden, use -P to show it
quota = dict:User Quota::proxy::sqluserquota
quota_exceeded_message = Quota exceeded
quota_grace = 10%%
quota_rule2 = Trash:storage...
2016 Dec 19
0
Problem with default_process_limit max 200
...prefix =
type = private
}
passdb {
args = /etc/dovecot/dovecot-ldap.conf.ext
driver = ldap
}
passdb {
args = /etc/dovecot/dovecot-master-users
driver = passwd-file
master = yes
}
passdb {
driver = shadow
}
plugin {
expire = Trash
expire2 = Trash/*
expire3 = Spam
expire_cache = yes
expire_dict = proxy::expire
quota = maildir:User quota
quota_grace = 10%%
quota_rule = *:storage=150M
quota_rule2 = Trash:storage=+100M
quota_warning = storage=95%% quota-warning 95 %u
quota_warning2 = storage=90%% quota-warning 90 %u
sieve = ~/.dovecot.sieve
sieve...
2015 Mar 12
0
v2.2.16 released
...+ imapc: Added imapc_features=gmail-migration to help migrations from
> GMail. See http://wiki2.dovecot.org/Migration/Gmail
> + imapc: Added imapc_features=search to support IMAP SEARCH command.
> (Currently requires ESEARCH support from remote server.)
> + expire plugin: Added expire_cache=yes setting to cache most of the
> database lookups in dovecot index files.
> + quota: If overquota-flag in userdb doesn't match the current quota
> usage, execute a configured script.
> + redis dict: Added support for expiring keys (:expire_secs=n) and
> specifying t...
2019 Jan 20
0
auth-worker: Error: double free or corruption (fasttop)
...gt; ? prefix =
> ? separator = .
> }
> passdb {
> ? args = /etc/dovecot/dovecot-sql.conf
> ? driver = sql
> }
> plugin {
> ? acl_shared_dict = file:/var/lib/dovecot/shared-mailboxes
> ? al = vfile
> ? expire = Trash
> ? expire2 = Trash/*
> ? expire3 = Spam
> ? expire_cache = yes
> ? expire_dict = proxy::expire
> ? fts = lucene
> ? fts_lucene = whitespace_chars=@.-+_*:/\"'
> ? last_login_key = # hidden, use -P to show it
> ? quota = dict:User Quota::proxy::sqluserquota
> ? quota_exceeded_message = Quota exceeded
> ? quota_grace = 10%%
&g...
2015 Mar 12
5
v2.2.16 released
...ames for mailboxes.
+ imapc: Added imapc_features=gmail-migration to help migrations from
GMail. See http://wiki2.dovecot.org/Migration/Gmail
+ imapc: Added imapc_features=search to support IMAP SEARCH command.
(Currently requires ESEARCH support from remote server.)
+ expire plugin: Added expire_cache=yes setting to cache most of the
database lookups in dovecot index files.
+ quota: If overquota-flag in userdb doesn't match the current quota
usage, execute a configured script.
+ redis dict: Added support for expiring keys (:expire_secs=n) and
specifying the database number (:db=n...
2015 Mar 12
5
v2.2.16 released
...ames for mailboxes.
+ imapc: Added imapc_features=gmail-migration to help migrations from
GMail. See http://wiki2.dovecot.org/Migration/Gmail
+ imapc: Added imapc_features=search to support IMAP SEARCH command.
(Currently requires ESEARCH support from remote server.)
+ expire plugin: Added expire_cache=yes setting to cache most of the
database lookups in dovecot index files.
+ quota: If overquota-flag in userdb doesn't match the current quota
usage, execute a configured script.
+ redis dict: Added support for expiring keys (:expire_secs=n) and
specifying the database number (:db=n...
2017 Jun 23
1
acl shared maildir with virtual users
...rgs = /usr/local/cpanel/etc/dovecot/cpauthd-dict.conf
driver = dict
result_failure = return-fail
}
passdb {
args = /usr/local/cpanel/bin/dovecot-wrap
driver = checkpassword
skip = authenticated
}
plugin {
acl = vfile:cache_secs=86400
acl_anyone = allow
acl_shared_dict = proxy::acl
expire_cache = yes
fts = solr
fts_solr = url=http://lTkFlGxjRar1hZAW:Ocj1FRRvlUs5Udj6 at 127.0.0.1:8984/solr/dovecot/
quota_exceeded_message = Mailbox is full please archive you old mail
zlib_save = gz
}
protocols = lmtp imap
service auth {
unix_listener auth-client {
mode = 0666
}
}
service co...
2019 Jan 27
1
auth-worker: Error: double free or corruption (fasttop)
...= .
>> }
>> passdb {
>> args = /etc/dovecot/dovecot-sql.conf
>> driver = sql
>> }
>> plugin {
>> acl_shared_dict = file:/var/lib/dovecot/shared-mailboxes
>> al = vfile
>> expire = Trash
>> expire2 = Trash/*
>> expire3 = Spam
>> expire_cache = yes
>> expire_dict = proxy::expire
>> fts = lucene
>> fts_lucene = whitespace_chars=@.-+_*:/\"'
>> last_login_key = # hidden, use -P to show it
>> quota = dict:User Quota::proxy::sqluserquota
>> quota_exceeded_message = Quota exceeded
>> quota_g...
2017 Feb 21
1
segfault in lib20_expire_plugin
...al_use = \Trash
}
prefix =
separator = /
subscriptions = yes
type = private
}
passdb {
args = scheme=PLAIN username_format=%Lu /etc/dovecot/user_pw/passwd
driver = passwd-file
}
plugin {
acl = vfile
acl_shared_dict = file:/srv/vmail/shared-db/shared-mailboxes
expire = Trash 2h
expire_cache = yes
expire_dict = proxy::expire
mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename
save mailbox_create
mail_log_fields = uid box msgid size subject
mail_replica = tcps:mx00.vtlx.cn
quota = dict:User quota::file:%h/dovecot-quota
quota_exceeded_message = Die M...
2015 Mar 06
6
v2.2.16 release candidate released
...ames for mailboxes.
+ imapc: Added imapc_features=gmail-migration to help migrations from
GMail. See http://wiki2.dovecot.org/Migration/Gmail
+ imapc: Added imapc_features=search to support IMAP SEARCH command.
(Currently requires ESEARCH support from remote server.)
+ expire plugin: Added expire_cache=yes setting to cache most of the
database lookups in dovecot index files.
+ quota: If overquota-flag in userdb doesn't match the current quota
usage, execute a configured script.
+ redis dict: Added support for expiring keys (:expire_secs=n) and
specifying the database number (:db=n...
2015 Mar 06
6
v2.2.16 release candidate released
...ames for mailboxes.
+ imapc: Added imapc_features=gmail-migration to help migrations from
GMail. See http://wiki2.dovecot.org/Migration/Gmail
+ imapc: Added imapc_features=search to support IMAP SEARCH command.
(Currently requires ESEARCH support from remote server.)
+ expire plugin: Added expire_cache=yes setting to cache most of the
database lookups in dovecot index files.
+ quota: If overquota-flag in userdb doesn't match the current quota
usage, execute a configured script.
+ redis dict: Added support for expiring keys (:expire_secs=n) and
specifying the database number (:db=n...
2018 Mar 03
2
sieve vacation alias handling problem
...program_spam_arg = spam
antispam_pipe_tmpdir = /tmp
antispam_spam_pattern_ignorecase = Spam;Spam.*;Junk*
antispam_trash_pattern_ignorecase = Trash;Deleted Items;Deleted
Messages;Kosz
expire = Trash
expire2 = Trash.*
expire3 = Spam
expire4 = Spam.*
expire5 = Kosz
expire6 = Kosz.*
expire_cache = yes
expire_dict = proxy::expire
fts = lucene
fts_autoindex = yes
fts_decoder = decode2text
fts_lucene = whitespace_chars=@.
quota = dict:User quota::proxy::quota
quota_grace = 500M
quota_rule2 = Trash:storage=+100M
quota_rule3 = Spam:storage=+100M
quota_vsizes = yes
sieve =...
2018 Mar 02
2
sieve vacation alias handling problem
Hi,
I am using Dovecot LDA as LMTP renders envelope extension unusable.
The problem I have noticed is that when user has multiple aliases sieve
responds to all of them, not only to :addresses specified.
>From testing it seems that :addresses only adds addresses to the list of
"known" emails to check against. It is not limiting it.
As I understand, sieve should check if To: header