<br><font size=2 face="sans-serif">ajay asks:</font>
<br>
<br><font size=3 color=blue>>hello everybody </font>
<br><font size=3>> </font>
<br><font size=3 color=blue>>i have a redhat 9.0 server with sendmail
running. it checks for mails after every 30 min. , now i want to reduce
its time and make it 5 min. </font>
<br><font size=3>> </font>
<br><font size=3 color=blue>>i have some idea , it might be some where
in sendmail.mc , but do not exactly know where.</font>
<br><font size=3>> </font>
<br><font size=3 color=blue>>i need tip!</font>
<br>
<br><font size=3 color=blue>If there is an /etc/sysconfig/sendmail file,
see what the QUEUE setting is.  Setting it to</font>
<br>
<br><font size=3 color=blue>        QUEUE=5m
</font>
<br>
<br><font size=3 color=blue>should set the queue scan interval to 5 minutes.
 Then</font>
<br>
<br><font size=3 color=blue>        /etc/init.d/sendmail
restart</font>
<br>
<br><font size=3 color=blue>should restart the daemon with the new parameter.</font>
<br>
<br><font size=3 color=blue>John Reynolds</font>
<br><font size=3 color=blue>SEEL-IT</font>
<br><font size=3 color=blue>IBM-by-the-Bay, CA</font>