here's my run script, perhaps it helps
root@WM:datasink[/service/smtpd]7# cat run
#!/bin/sh
PATH="/var/qmail/bin:/usr/local/bin:${PATH}"
exec 2>&1
exec softlimit -d2500000 \
    tcpserver -v -PRH -lmail.webmonster.de -c80 -xacl.cdb -u82 -g81 0 smtp \
        qmail-smtpd

/k

Eric Persson([EMAIL PROTECTED])@2001.09.12 20:17:56 +0000:
> Hi !
> 
> I installed qmail recently and got it working after some time, but now I
> have some problems with the qmail-smtp daemon.
> I run it together with the tcpserver and it works just fine most of the
> time, but it stops responding after some time of usage. 
> 
> Just after a reboot it works nice, I get the expected from port 25
> 220 hostname ESMTP
> but after some time it returns nothing, which stops the server from
> receiving mail.
> 
> My /service/qmail-smtpd/run looks like this
> #!/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 /etc/tcp.smtp.cdb -c
> "$MAXSMTPD" \
>         -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp
> /var/qmail/bin/qmail-smtpd 2>&1
> 
> But I can not see anything there that should stop working after a
> while?!
> The logs give no clue at all. 
> 
> Is there anyone that could give me a hint on where to look, where to dig
> some code or whatever, just to get me going, Im lost now. =)
> 
> Thanks in advance,
>       Eric

-- 
> "If you make people think they're thinking, they'll love you; but if you
> really make them think they'll hate you."
KR433/KR11-RIPE -- WebMonster Community Founder -- nGENn GmbH Senior Techie
http://www.webmonster.de/ -- ftp://ftp.webmonster.de/ -- http://www.ngenn.net/
karsten&rohrbach.de -- alpha&ngenn.net -- alpha&scene.org -- [EMAIL PROTECTED]
GnuPG 0x2964BF46 2001-03-15 42F9 9FFF 50D4 2F38 DBEE  DF22 3340 4F4E 2964 BF46
Please do not remove my address from To: and Cc: fields in mailing lists. 10x

PGP signature

Reply via email to