You are amazing. Of yourse that was my error. I forgot too much sh
programming to remember that!

Thank you soo much,
-Moritz

PS: But also a big thanks to all the other who tried to help me.

-----Original Message-----
From: Ahmad Ridha [mailto:[EMAIL PROTECTED]]
Sent: Saturday, July 07, 2001 6:43 PM
To: [EMAIL PROTECTED]
Subject: Re: I get timeouts


Moritz Schmitt writes:

> /service/qmail-smtpd/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 -R -l 0 -x /etc/tcp.smtp.cdb -c "$MAXSMTPD" \
> -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp /var/qmail/bin/qmail-smtpd 2>&1
>

CMIIW, but those ' (single quotes) should be ` (backquotes), right?

Regards,

Ahmad Ridha

Reply via email to