Javier Angulo
2018-11-21 08:25:07 UTC
# sudo -u cyrus /usr/local/cyrus/sbin/ipurge -v -f -d 35
'user/x/INBOX^Trash'
# echo $?
0
What is happening here?
Probably you have to use a '.' instead of '^''user/x/INBOX^Trash'
# echo $?
0
What is happening here?
try:
# sudo -u cyrus /usr/local/cyrus/sbin/ipurge -v -f -d 35
'user/*/INBOX.Trash'
Cheers,
Javier.