On Sat, 21 Jun 2003, Andrew Joakimsen wrote:

>
> My spool directory is 89Mb, It seems that some of this might be old stuff
> that could be removed. What would be a safe way to clear it out without
> loosing anything?

# find /var/MailRoot/spool -type f | grep '/froz/' | sed 's/froz/slog/g' | xargs rm -f
# find /var/MailRoot/spool -type f | grep '/froz/' | xargs rm -f


- Davide

-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]

Reply via email to