CRON mailings

2000-11-27 Thread Paul Fontenot
I have several scripts that run and mail the output to root for analyses. These scripts were using a line such as: cron_job | mail -s "Log file output" root I think I must have missed something in the docs, since making the change to tcpserver, qmail and Maildir from postfix I know get none of

Re: CRON mailings

2000-11-27 Thread Paul Fontenot
You are the man. Made those changes and everything is working like a champ. -Paul - Original Message - From: "Peter Samuel" [EMAIL PROTECTED] To: "Paul Fontenot" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, November 27, 2000 9:05 AM Subject: Re: CRON mailin

mailq

2000-11-27 Thread Paul Fontenot
What is the equivalent of the mailq command? Is it qmail-queue? And if so can I just drop it in place of mailq in my scripts? -Paul