Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7808127
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T03:03:37+00:00 2026-06-02T03:03:37+00:00

I am trying to delete sendmail messages from root my script which takes down

  • 0

I am trying to delete sendmail messages from root my script which takes down the mail messages to be deleted into a file with there respected ids but even if run that from root it still not deleting it .All its says that permission denied cannot delete file ,even from the root

#!/usr/bin/ksh
WORKFILE="/tmp/check.mq"
MAILLIST="emailadress"

mailq|grep -B1 -i temporarily |grep -iv deferred |egrep -i   'jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec' |awk -F" " '{print $1}' |awk '{print  substr($0,10,14)}' |tee -a $WORKFILE |awk '{print "*" $1}' |tee -a mail.mq
mailq|grep -B1 -i unknown|egrep -i 'jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec' |awk -F" " '{print $1}' |awk '{print substr($0,10,14)}' |tee -a $WORKFILE |awk '{print "*" $1}' |tee -a mail.mq
mailq|grep -B1 -i lookup |grep -iv deferred |egrep -i 'jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec' |awk -F" " '{print $1}' |awk '{print substr($0,10,14)}' |tee -a $WORKFILE |awk '{print "*" $1}' |tee -a mail.mq

cat mail.mq | while read file; do rm -rf /var/spool/mqueue/$file;done
find . -type f -name "mail.mq" |rm -rf mail.mq

i am using this code which takes down the id and than substrings the last 5 numbers of the id.

error i am getting is

rm: cannot lstat '/var/spool/mqueue/*11343' :Permission denied

I am getting permission denied on deleting those mails

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T03:03:40+00:00Added an answer on June 2, 2026 at 3:03 am

    You have several problems:

    1. The tee command is appending to a file named mailq but later you are attempting to read a file named mailq.mq, which won’t exist
    2. Removing files out from under sendmail with rm may seriously confuse it. I use postfix, which has commands to remove queued messages; if sendmail has a similar facility use it instead.
    3. The final find...rm isn’t using the results of the find at all. You don’t need the find command.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to delete the messages which is selected by user by clicking the
I am trying to delete a line from a text file in java, I
I'm trying to delete items from a ListView using a custom adapter which extends
I am trying to delete file from the document directory by use of commitEditingStyle
I am trying to delete a drop down from a spreadsheet using the following
I'm trying to delete my files folder from Internal Storage, but the code which
I am trying to delete an old user from our perforce installation. A previous
i am trying to delete some files using a batch file.. (winxp) my problem
I'm trying to delete an int[] from an ArrayList. Due to my code I
I'm trying to delete some files with unicode characters in them with batch script

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.