Sendmail
Delete Sendmail Queue
by sudo on May.13, 2009, under Linux, Mail, Sendmail
When rm -rf /var/spool/mqueue gives you ‘bash: /bin/rm: Argument list too long’, you can use the following.
find /var/spool/mqueue/. -type f -exec rm -f {} ;
by sudo on May.13, 2009, under Linux, Mail, Sendmail
When rm -rf /var/spool/mqueue gives you ‘bash: /bin/rm: Argument list too long’, you can use the following.
find /var/spool/mqueue/. -type f -exec rm -f {} ;
Use the form below to search the site:
Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!
A few highly recommended friends...
All entries, chronologically...