> recently I found out that my 30M /var directory is 100% used. after
> looking around, I found out that /var/spool/mqueue used up 27M. and
> obviously, sendmail hasn't send out mail since I re-install the machine.
Whoops. :-o
> is there a way for force sendmail to send out mail every certain minutes?
> because all my users are about to kick my behind for this...
sendmail -qxxx
where xxx is the internal, such as 15m or 1h for 15 minutes or 1 hour.
Normally this should be in the installed startup scripts.
More than once, in my personal experience, an upgrade has resulted in a
sendmail which simply crashed when attempting to process the queue; it
seems to be very libc-version-sensitive. I would suggest trying
sendmail -q (with no time interval specified - runs the queue once only)
in the foreground first to make sure it is not crashing... if this works,
it might take a while to process 30M of mail. Then background a
sendmail -q1h and figure out why this is being missed at startup.
/dev/joe
---------------------------------------------------------------------------
Send administrative requests to [EMAIL PROTECTED]