I discovered I had thousands of message stuck in my queue from running some stress tests earlier which needed removal. Apparently the 'smtpctl remove <evpid>|<msgid>' command does not support wild cards.

Instead, I changed to /var/spool/smtpd/queue and ran this command with root privs:

# 'find . -type f -exec rm {} \;'

That seemed to do the trick but was wondering if there's any way to accomplish the same via the smtpctl utility.

--
You received this mail because you are subscribed to [email protected]
To unsubscribe, send a mail to: [email protected]

Reply via email to