Re: qmail script.....

2000-05-11 Thread Eric Cox
Hi All! Well, since we're posting scripts, I guess I'll post a simple one I whippedup to give me a quick idea of how many messages were delivered, bounced, deferred, etc. You need the HTMLGen python module if you want it to be fancy. Otherwise, just hack out the HTML stuff at the bottom and for

qmail script.....

2000-05-11 Thread Ricardo D. Albano
I was done a very usefull script (at least for me) to check qmail status, with this script you can take a screenshoot of current inbound connections (qmail-smtpd), remote concurrency (qmail-remote), total mails in the queue and some information abount the tcp stack. I was implemented it with a

my ammended /etc/rc.d/init.d/qmail script

1999-12-22 Thread Cameron Arnott
#! /bin/sh PATH=/var/qmail/bin:/usr/local/bin:/usr/bin:/bin export PATH case "$1" in start) echo -n "Starting qmail: svscan" cd /var/qmail/supervise env - PATH="$PATH" svscan & echo $! > /var/run/svscan.pid echo "." ;; stop) echo -n "St

Re: Running Qmail - Script and messages

1999-09-20 Thread Serban Udrea
On Sun, 19 Sep 1999, Magnus Bodin wrote: > On Sun, Sep 19, 1999 at 11:01:09AM -0400, Subba Rao wrote: > > > > Here is the message, I get after running the script to start qmail > > > > Script was named "qt" > > = > > su

Re: Running Qmail - Script and messages

1999-09-19 Thread Magnus Bodin
On Sun, Sep 19, 1999 at 11:01:09AM -0400, Subba Rao wrote: > > Here is the message, I get after running the script to start qmail > > Script was named "qt" > = > supervise /var/lock/qmail-smtpd tcpserver -v -x/etc/tcp.smtp.cdb -u71 -g1001 0 25 \ >

Running Qmail - Script and messages

1999-09-19 Thread Subba Rao
Here is the message, I get after running the script to start qmail Script was named "qt" = supervise /var/lock/qmail-smtpd tcpserver -v -x/etc/tcp.smtp.cdb -u71 -g1001 0 25 \ rblsmtpd qmail-smtpd 2>&1 | setuidgid qmaill multilog | \ setuidgi

Re: (Clarification) Installation Quesiton on Qmail. init.d directory and qmail script file.

1999-09-19 Thread Rick Myers
On Sep 19, 1999 at 03:09:18 -0500, Mark Thomas twiddled the keys to say: > Would it be appropriate to add the: > "qmail start" somewhere in the rc.local script (bottom section of file)? That would work, but the proper place is in rc.M just below where you comment out the original sendmail start

RE:(Clarification) Installation Quesiton on Qmail. init.d directory and qmail script file.

1999-09-19 Thread Mark Thomas
Installation Quesiton on Qmail. init.d directory and qmail script file. Mark Thomas <[EMAIL PROTECTED]> wrote: > > I). I am installing qmail 1.03 from Dave Sill's "Life with Qmail" dated July > 21, 1999. I am in section # 2.8.2 System Startup Files, and it says to > in

Re: Installation Quesiton on Qmail. init.d directory and qmail script file.

1999-09-18 Thread Dave Sill
cover every possibility. > It appears that Slackware uses /etc/rc.d for the initialization files. I > think the qmail script file that will start qmail on boot should be located > here? Can anyone verify this for me? What's the structure of /etc/rc.d? What subdirectories does it have? >

Installation Quesiton on Qmail. init.d directory and qmail script file.

1999-09-18 Thread Mark Thomas
ed "qmail" to launch qmail at boot into my init.d directory. The document says it should be in one of the following locations: /etc/init.d /etc/rc.d/init.d /sbin/init.d I have no such directory on my system. (Slackware 3.6) It appears that Slackware uses /etc/rc.d for the initialization fi