30.08.2001 20:58:15, Lukas Beeler <[EMAIL PROTECTED]> kirjutas:
>On Thu, Aug 30, 2001 at 08:22:42PM +0200, RR wrote:
>> #!/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 -c "$MAXSMTPD" 0 25 -x  /etc/tcp.smtp.cdb  \
>>         -u "$QMAILDUID" -g "$NOFILESGID" /var/qmail/bin/qmail-smtpd 2>&1
>
>
>should be
> /usr/local/bin/tcpserver -v -R -l 0 -c "$MAXSMTPD" -x "/etc/tcp.smtp.cdb" \
> -u "$QMAILDUID" -g "$NOFILESGID" 0 25 /var/qmail/bin/qmail-smtpd 2>&1
>
>iam really sure that it will work then.
>
>--
>Lukas Beeler                        <[EMAIL PROTECTED]>
>GPG Fingerprint: 8030 1C2F 66C5 9D80 AA31  6604 7D4D 0A67 68D8 B67E
>
No, I'm sorry, didn't help. The situation is the same as before: no error mesage in 
the qmail-smtpd's log file
and '553 sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1)' for the 
mail client.
Something else in mind?

Reply via email to