I have a ten spam messages i want to remove from the que manager before they are sent but when i click delete they say locked. How can I remove these emails? They list based so there is several emails in the list. Thansk,
Stop exim. They're locked because a delivery process is attempting to do just that. If you want to delete them, you'll first need to: /etc/init.d/chkservd stop /etc/init.d/exim stop Then delete them, then restart both services in the reverse order from above.