I have the disk at 97% is there a fast way to clean the old mail messages?
Hello–
There is nothing built into InterWorx to provide that functionality. You could probably try to use find
paired with an -exec
to remove to delete mail that hasn’t been accessed in a while. Something like is outlined here: https://www.baeldung.com/linux/delete-files-older-than Just be very careful with it.
Thanks,
Brandon