+++ kvs [linux-india] <10/12/01 17:17 -0800>: > I have configured as mentioned in your article, > however, > assuming i keep my linux machine on 24/7, > running sendmail -q1h will do?
Make it -q15m (full - sendmail -bd -q15m) > i read in man pages that, running sendmail with q argument puts it in > background, does it mean, it will be run every > one hour. Sendmail running in background = -bd (background, as a daemon). -q15m - /usr/sbin/sendmail -q to run the sendmail queue (to send out queued messages, which could not be sent instantly) every 15 minutes. -q1h = do that every one hour. > secondly if , next hour, sendmail is run, and my link to ISDN is down, then > it shouldn't destroy the queue. No - it will just leave it in the queue thats all, for the next queue run -- Suresh Ramasubramanian <----> mallet <at> efn dot org EMail Sturmbannfuhrer, Lower Middle Class Unix Sysadmin _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
