For some added confusion  I put the softlimit command in after the
supervise and it didn't help


it DEFINATELY looks to be some type of limit thing though
because

[root@ecamp /root]# telnet ecamp.net 25
Trying 168.100.187.53...
Connected to ecamp.net. Escape character is '^]'.
220 ecamp.net ESMTP
EHLO campchi.ecamp.net
250-ecamp.net
250-PIPELINING
250 8BITMIME
MAIL FROM:<[EMAIL PROTECTED]>
250 ok
RCPT TO:<[EMAIL PROTECTED]>
250 ok
DATA
354 go ahead
Received: (qmail 14800 invoked by uid 507); 7 Jul 2000 10:16:20 -0000
Message-ID: <[EMAIL PROTECTED]>
From: "dorine.perach" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: Fri, 07 Jul 2000 10:16:20 GMT
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

hi 
. 
250 ok 963619908  qp 9102 
QUIT
221 ecamp.net   

queues up great - but a longer email message doesn't

        if [ -e $CDB ]; then   
            supervise $DIR \ 
        /usr/local/bin/softlimit -m 4000000 \   
            tcpserver $VERBOSE -c$CONCURRENT -x $CDB -u$USERID -g$GROUPID 0 $PORT \  
                 sh -c '  
                       /var/qmail/bin/qmail-smtpd 
                        cd /var/qmail/autoturn   
                        maildirsmtp /var/qmail/autoturn/$TCPREMOTEIP 
autoturn-$TCPREMOTEIP- $TCPREMOTEIP AutoTURN
                        ' \     
            2>&1| setuser $LOGUSER accustamp \  
           | setuser $LOGUSER  cyclog $LOGSIZE $LOGDIR & 
        else
                .....

is the line i use to start it

root      6725  0.0  0.0  1060  328 pts/39   S    20:04   0:00 supervise
/var/lock/qmail-smtpd /usr/local/bin/softlimit -m 4000000 tcpserver -v
-c40 -x /etc/tcprules.d/qmail-smtpd.cdb -u81 -g80 0 smtp sh -c
??? ?/var/qmail/bin/qmail-smtpd????cd /var/qmail/autoturn????maildirsmtp
/var/qmail/autoturn/$TCPREMOTEIP autoturn-$TCPREMOTEIP- $TCPREMOTEIP
AutoTURN???? 


qmaill    6727  0.0  0.0  1068  332 pts/39   S    20:04   0:00 cyclog -s
1000000 /var/log/qmail-smtpd  

qmaild    6728  0.0  0.0  1316  576 pts/39   S    20:04   0:00 tcpserver
-v -c40 -x /etc/tcprules.d/qmail-smtpd.cdb -u81 -g80 0 smtp sh -c
??? ?/var/qmail/bin/qmail-smtpd????cd /var/qmail/autoturn????maildirsmtp
/var/qmail/autoturn/$TCPREMOTEIP autoturn-$TCPREMOTEIP- $TCPREMOTEIP
AutoTURN????       

qmaild    9228  0.0  0.0  1316  596 pts/39   S    20:15   0:00 tcpserver
-v -c40 -x /etc/tcprules.d/qmail-smtpd.cdb -u81 -g80 0 smtp sh -c
??? ?/var/qmail/bin/qmail-smtpd????cd /var/qmail/autoturn????maildirsmtp
/var/qmail/autoturn/$TCPREMOTEIP autoturn-$TCPREMOTEIP- $TCPREMOTEIP
AutoTURN????     

is the processes that are running

Thanks,

Eric


> On Thu, 13 Jul 2000, Eric Peters wrote:

> First off it probably doesn't have anything at all to do with QMAILQUEUE
> 
> just laying the foundation down for the implementation
> 
> this seems to only be happening on some hosts and I can't figure out what
> the uniqueness is
> 
> and the 451 qq internal bug doesn't tell me much when i look at the
> qmail-smtpd.c file (where its found)
> 
> 
> here is a session that causes the error
> 
> [root@ecamp /root]# telnet ecamp.net 25
> Trying 168.100.187.53...
> Connected to ecamp.net. Escape character is '^]'.
> 220 ecamp.net ESMTP
> EHLO campchi.ecamp.net
> 250-ecamp.net
> 250-PIPELINING
> 250 8BITMIME
> MAIL FROM:<[EMAIL PROTECTED]>
> 250 ok
> RCPT TO:<[EMAIL PROTECTED]>
> 250 ok
> DATA
> 354 go ahead
> Received: (qmail 14800 invoked by uid 507); 7 Jul 2000 10:16:20 -0000
> Message-ID: <[EMAIL PROTECTED]>
> From: "dorine.perach" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Date: Fri, 07 Jul 2000 10:16:20 GMT
> Mime-Version: 1.0
> Content-Type: text/plain; charset="iso-8859-1"
> Content-Transfer-Encoding: 7bit
> 
> Hi honey.  I like having two messages in my e-mail box.  I wrote out all
> the checks for D'vrei Englit in Sept/Oct.  and Elan never handed them in 
> ....of course we did figure that out... I hope she didn't think we were
> trying to get away with something. What did you say to her?
> 
> blah blah................blahblah
> 
> Love, Me Write right back!
> .
> 451 qq internal bug (#4.3.0)
> 
> 
> AAACK!!!!!
> 
> 
> I am lost 
> 
> here is the setup for the qmail shit
> 
> the qmail-smtpd.cdb is populated based upon
> 
> 168.100.206.150:allow,RELAYCLIENT="",QMAILQUEUE="/usr/local/bin/qmail-filterq"
> 
> and 
> /usr/local/bin/qmail-filterq:
> #!/bin/sh
> exec /usr/local/bin/qmail-qfilter /usr/local/bin/log_sent  
> 
> (the log_sent is the program I have that logs the data n stuff)
> 
> either way if i just have 
> 
> /usr/local/bin/qmail-filterq:
> #!/bin/sh
> exec /usr/local/bin/qmail-qfilter
> 
> (no parameters) the same error occurs
> 
> Any help would be a god blessing!
> 
> Thanks for your time,
> 
> Eric
> 
> 

Reply via email to