On Wed, 9 Jul 2003, Michael Lugassy wrote:

> Hi there,
>
> How can I delete old queue, log files and undelivered messages?

Wild way : remove everything that starts with a digit inside spool
                (note "local" and "temp" do not start with a digit)

Carefull way: Remove frozen files and associated slog files

In Unix this will do it :

# find $MAIL_ROOT/spool -type f | grep '/froz/' | sed 's/froz/slog/' | xargs rm -f
# find $MAIL_ROOT/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