Hi,

Am 17.01.20 um 09:52 Uhr schrieb Horst Häberlen:
> my Mail Server stores spam mail via spamassassin in users 
> (user/t...@testdomain.tld) spam
> mailboxes (user/test/s...@testdomain.tld)
> 
> For removing too old spam mails, i do use a script on all mailboxes which 
> marks the spam
> mailboxes as deleted:
> /usr/lib/cyrus/bin/ipurge -f -X -d 100 user/test/s...@testdomain.tld
> 
> This works perfect, the user can see spam mails for 100 days.
> 
> I assumed the following cyrus.conf event does Expunge the deleted mails from 
> hdd:
> [...]
> 
> EVENTS {
>    expungeprune   cmd="/usr/sbin/cyrus expire -E 4 -D 28 -X 28" at=0445
> 
> [...]
> 
> But this does not work.
> 
> How can i 'really' delete from hdd??

does it really say "/usr/sbin/cyrus expire" in your cyrus.conf? That
can't work. The command is named cyr_expire on my system, and it
definitely does not have a space in its name.

<<attachment: Hagedorn.vcf>>

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

----
Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus

Reply via email to