Displaying 4 results from an estimated 4 matches for "autocleanspam".
2010 Sep 03
1
dsync: mbox to maildir
...folders into /mailstore1/import-inbox
and /mailstore1/import-home to the new server.
my dsync command
dsync -v -u account mirror
mbox:/mailstore1/import-home/~account:INBOX=/mailstore1/import-inbox/account
This works fine.
But there are some problems too:
1. autocreate
The plugin autocreate = AutoCleanSpam is activated for lda and imap.
There is no user with such folder.
dsync ceates two:
dsync(account): Info: AutoCleanSpam: only in source
dsync(account): Info: AutoCleanSpam: only in dest
I saw AutoCleanSpam and AutoCleanSpam_73fc7f01efa3804cb4290000b68194d6,
both empty.
I deletet it with
doveadm...
2010 Apr 08
2
Dovecot 2.0 beta4 and Expire Plugin
Hello,
there seems to be an error writing into the expire database defined by dict.
dict {
expire = sqlite:/usr/dovecot/etc/dovecotbeta-dict-expire.conf
}
...
plugin {
...
expire = AutoCleanSpam 1d
expire_dict = proxy::expire
}
with dovecotbeta-dict-expire.conf:
connect = /test/addons/expire/expiresbeta.db
map {
pattern = shared/expire/$user/$mailbox
table = expires
value_field = expire_stamp
fields {
username = $user
mailbox = $mailbox
}
}
sqlite shows sche...
2010 Aug 05
1
dovecot 2.0 rc4, expire, sqlite
Hello,
I will use expire like described within wiki2.dovecot.org/Plugins/Expire
with sqlite for a folder AutoCleanSpam.
If I copy a message (with TB) into that folder, I get an error if there
exists no entry for that user and that folder within the database:
dict: Error: sqlite: exec(INSERT INTO expires
(expire_stamp,username,mailbox) VALUES
('1281016832','userx','AutoCleanSpam')) fail...
2010 Aug 06
1
dovecot 2.0 rc4, doveadm: referenced symbol not found
Hi,
I used
/usr/dovecot-2/bin/doveadm -Dv expunge -u userx mailbox AutoCleanSpam
savedbefore 30d
doveadm(root): Debug: Loading modules from directory:
/usr/dovecot-2/lib/dovecot/doveadm
doveadm(root): Error:
dlopen(/usr/dovecot-2/lib/dovecot/doveadm/lib10_doveadm_expire_plugin.so) failed:
ld.so.1: doveadm: fatal: relocation error: file
/usr/dovecot-2/lib/dovecot/doveadm/l...