Hello,
I have a script that deletes stored emails on certain criteria. But I want to delete said emails using doveadm, but I can’t complete the below command.
doveadm fs delete [-R] [-n count] fs-driver fs-args path [path ...]
So what are the necessary “fs-driver” and “fs-args”?
I’ve tried:
doveadm fs delete posix /path_to_stored_file
Thanks!