Hello All,

This is the second time am mailing my problem to the mailing list, i
have not yet got any satisfactory answers from any body.

The qmail i have setup in our server is consuming most of the CPU time,
might be because some process is dying and being execed.

When ever i do 'ps aux' i find 2-3 instances of 'sh ./run', i am not
understanding which run script it is !

Here are the following run scripts i have copied from djb's 'lwq', For
all the run files i have
777 execution permission and scripts are owned by root.root

/var/qmail/rc :
#!/bin/sh
# Using splogger to send the log through syslog.
# Using qmail-local to deliver messages to ~/Mailbox by default.
exec env - PATH="/var/qmail/bin:$PATH" \
qmail-start ./Maildir/ splogger qmail

/var/qmail/supervise/qmail-send/run :
#!/bin/sh
exec /var/qmail/rc

/var/qmail/supervise/qmail-send/log/run :
!/bin/sh
exec /usr/local/bin/setuidgid qmaill /usr/local/bin/multilog t
/var/log/qmail

/var/qmail/supervise/qmail-smptd/run :
!/bin/sh
QMAILDUID=`id -u qmaild`
NOFILESGID=`id -g qmaild`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
exec /usr/local/bin/softlimit -m 2000000 \
    /usr/local/bin/tcpserver -v -p -x /etc/tcp.smtp.cdb -c "$MAXSMTPD" \
        -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp
/var/qmail/bin/qmail-smtpd 2>&1


/var/qmail/supervise/qmail-smtpd/log/run :
#!/bin/sh
exec /usr/local/bin/setuidgid qmaill /usr/local/bin/multilog t
/var/log/qmail/smtpd

Please do help me in setting up this issue.

Thanx in advance
Vishwanath

Reply via email to