On 1/3/06, Bill Shupp <[EMAIL PROTECTED]> wrote:
If I try with:
#!/bin/sh
QMAILDUID=`/usr/bin/id -u vpopmail`
NOFILESGID=`/usr/bin/id -g vchkpw`
#MAXSMTPD=`/bin/cat /var/qmail/control/concurrencyincoming`
#if [ -z "$QMAILDUID" -o -z "$NOFILESGID" -o -z "$MAXSMTPD" ]; then
# echo QMAILDUID, NOFILESGID, or MAXSMTPD is unset in
# echo /var/qmail/supervise/qmail-smtpd/run
# exit 1
#fi
exec /usr/local/bin/softlimit -m 70000000 \
/usr/local/bin/tcpserver -v -R -h -l 0 -x /home/vpopmail/etc/tcp.smtp.cdb -c 20 \
-u $QMAILDUID -g $NOFILESGID 0 25 \
/usr/local/bin/rblsmtpd -r list.dsbl.org -r relays.ordb.org -r dul.dnsbl.sorbs.net -r dnsbl.njabl.org -r korea.services.net /var/qmail/bin/qmail-smtpd \
/home/vpopmail/bin/vchkpw-noroaming /usr/bin/true 2>&1
I see:
@4000000043bb06c7359a8e9c tcpserver: fatal: unable to figure out port number for /usr/local/bin/rblsmtpd
why?
excuse me, Bill .. what I've to do exactly?
thanks for your support
Regards
Andrea
While this may not affect your problem, you might use:
-u $QMAILUID -g $NOFILESGID
instead of:
-u vpopmail -g vchkpw
If I try with:
#!/bin/sh
QMAILDUID=`/usr/bin/id -u vpopmail`
NOFILESGID=`/usr/bin/id -g vchkpw`
#MAXSMTPD=`/bin/cat /var/qmail/control/concurrencyincoming`
#if [ -z "$QMAILDUID" -o -z "$NOFILESGID" -o -z "$MAXSMTPD" ]; then
# echo QMAILDUID, NOFILESGID, or MAXSMTPD is unset in
# echo /var/qmail/supervise/qmail-smtpd/run
# exit 1
#fi
exec /usr/local/bin/softlimit -m 70000000 \
/usr/local/bin/tcpserver -v -R -h -l 0 -x /home/vpopmail/etc/tcp.smtp.cdb -c 20 \
-u $QMAILDUID -g $NOFILESGID 0 25 \
/usr/local/bin/rblsmtpd -r list.dsbl.org -r relays.ordb.org -r dul.dnsbl.sorbs.net -r dnsbl.njabl.org -r korea.services.net /var/qmail/bin/qmail-smtpd \
/home/vpopmail/bin/vchkpw-noroaming /usr/bin/true 2>&1
I see:
@4000000043bb06c7359a8e9c tcpserver: fatal: unable to figure out port number for /usr/local/bin/rblsmtpd
why?
> thanks for your support, any suggestion will be appreciated
Does vuserinfo show that the user has smtp access denied? You might try
testing qmail-smtpd/vchkpw from the command line with the base64 tool to
make sure that it works outside of tcpserver, etc. first.
excuse me, Bill .. what I've to do exactly?
thanks for your support
Regards
Andrea