>From the suggestions I have gotten so far this is where I am and what I
have done already to alleviate this problem.

Changed /var/qmail/rc to read as follows:
        #!/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 -R -l 0 -x
/var/vpopmail/etc//tcp.smtp.cdb -c "$MAXSMTPD" \
        -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp
/var/qmail/bin/qmail-smtpd      2>&1
Changed /var/qmail/control/concurrencyincoming to read as follows:
        90
Changed /var/qmail/control/concurrencyremote to read as follows:
        90
Changed /var/qmail/control/queuelifetime to read as follows:
        345600

After changing any of the files I run:
        qmailctl restart
        Or
        qmailctl stop then qmailctl start
I set up the system originally based on the "Life with QMail" way to do
it so if there any problems with doing this please let me know.

Thanks,

Ed McLain


-----Original Message-----
From: Jamin A. Brown [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, July 24, 2001 4:40 PM
To: Edward McLain
Cc: [EMAIL PROTECTED]
Subject: Re: Problem with Qmail Queueing

It sounds to me like you didn't stop and restart the qmail-send daemon
after making those changes. Read the man page on qmail-send.

This little snippet is probably the most helpful:

CONTROL FILES
       WARNING:  qmail-send  reads its control files only when it
       starts.  If you change the control files,  you  must  stop
       and restart qmail-send.  Exception: If qmail-send receives
       a HUP signal, it will reread locals and virtualdomains.

Jamin

On Tue, 24 Jul 2001, Edward McLain wrote:

> I�ve got a quick problem and I hope that someone can help me with
this.
> In the past month my company has switched from using Sendmail with
> linuxconf and virtualpop3 to using qmail with vpoppasswd.  Everything
> converted great and I have a couple of bash scripts and php scripts
that
> make this conversion easy and fast if anyone is interested.  The
problem
> I am having is in the queuing.  I cannot seem to get qmail-send to run
> more than 20 qmail-remotes at any one time.  I have changed
> /var/qmail/control/concurrencyremote to 90 and it still stops at 20.
> I�ve searched through the archives and done as much research as
> possible, but still can�t find anyway around this.  I also set
> /var/qmail/control/queuelifetime to 345600, which should reflect about
4
> days, however mail is still sticking around in the queue for a week.
> Anyone have any suggestions or otherwise on this?
>
> Thanks,
>
> Ed McLain
> High Speed Solutions
> [EMAIL PROTECTED]
>


-----------------------------------------------------------------
Jamin A. Brown                      Systems Operations Supervisor
[EMAIL PROTECTED]   * Great Works Internet *   207.286.8686 x142
RSA 1024 PGP Key:        http://home.gwi.net/~jamin/pgp/jamin.asc


Reply via email to