To: "Hadi Motamedi" <motamedi24@hotmail.com>, <debian-user@list.debian.org>
# echo "" > /var/spool/mail/root
will replace the content of the file with an empty string,* however you might want to see what has been accumulating there.
Usually you get system events notifications. You might or might not care about those. My servers send crontab results notifications and I like to periodically audit those to make sure they are working.
To automatically purge the root mail file, you could just add a crontab line for root of the above command preceeded by
0 0 1 * *
that purges the file once per month.* It is a little like pasting a happyface sticker over your car's oil pressure readout, so I would suggest not doing it that way, but instead going in and find the issues behind the symptom of "full root mailbox."
Wolf Halton
http://sourcefreedom.com
Apache developer:
wolfhalton@apache.org
On Sep 25, 2012 6:25 AM, "Hadi Motamedi" <motamedi24@hotmail.com> wrote:
> Subject: Re: /var/spool/mail ?
>
> Hi
>
> On Tue, Sep 25, 2012 at 10:47:44AM +0100, Hadi Motamedi wrote:
> > Dear All
> > On my server , the /var/spool/mail/root is getting very big in size. To free up
> > more space, can you please let me know how can I solve the problem ?
>
> Sounds like you have lots of mail accumulated in root's mailbox...
>
> Do you read and delete the mail that is sent to root?
>
> --
> Karl E. Jorgensen
>
>
> --
> To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
> Archive: http://lists.debian.org/20120925101338.GD18682@hawking
>
Thank
you for your reply. Can you please let me know how can I delete them automatically or preventing from accumulating huge amount of mails there ?
09-25-2012, 02:35 PM
Jon Dowland
Fwd: /var/spool/mail ?
On Tue, Sep 25, 2012 at 06:52:24AM -0400, Wolf Halton wrote:
> # echo "" > /var/spool/mail/root
> will replace the content of the file with an empty string
The smiley of death is better:
# :> /var/spool/mail/root
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: http://lists.debian.org/20120925143514.GB23708@debian
09-25-2012, 03:05 PM
Wolf Halton
Fwd: /var/spool/mail ?
I like the smiley of death!
Wolf Halton
http://sourcefreedom.com
Apache developer:
wolfhalton@apache.org
On Sep 25, 2012 10:35 AM, "Jon Dowland" <jmtd@debian.org> wrote:
On Tue, Sep 25, 2012 at 06:52:24AM -0400, Wolf Halton wrote:
> # echo "" > /var/spool/mail/root
> will replace the content of the file with an empty string
The smiley of death is better:
# :> /var/spool/mail/root
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org