[KLUG Members] smtp mail stuff

Adam Bultman members@kalamazoolinux.org
Thu, 20 Jun 2002 15:00:41 -0400 (EDT)


More fun is sendmail -v -q.  I purged one of my queues this morning on a
server, and oops-- it had many messages in it, and You get to see them
all go by.


Tip: make a daily cron job to purge the mail queue.  That way, any item
that stalls initially will get sent.

-- 
Adam Bultman
adam@glaven.org
[ http://www.glaven.org ]


On Thu, 20 Jun 2002, Adam Williams wrote:

> >Is there an easy way to prod my smtp mail server (sendmail) into
> >resending a message that may not have gone out initially?  It is my
> >understanding that it sits in a holding queue to be tried again at
> >intervals for a period of time until it is flushed from the system.
>
> sendmail -q
>
>