fabioweb90
Verified User
- Joined
- Feb 20, 2022
- Messages
- 41
No. Use theThanks! i open directly the path: /var/spool/cron
Is this fine?
crontab
command to edit it.rm
, you should use exim itself to delete message from the queue. E.g. exim -bp
to show the queue. Find the message id of a message and then exim -Mrm <id>
to delete that mail. Based on the information in the queue, you can choose to delete messages based on to, from, size, age, or something else.exiqgrep
that might be useful for you.