Tarique Saleh Mahmud wrote:
Rick,

Here is my qmail-smtpd run file:

#!/bin/sh
QMAILDUID=`id -u vpopmail`
NOFILESGID=`id -g vpopmail`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
exec /usr/local/bin/softlimit -m 8000000 \
       /usr/local/bin/tcpserver -v -H -R -l 0 \
       -x /home/vpopmail/etc/tcp.smtp.cdb -c "$MAXSMTPD" \
       -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp \
       /usr/local/bin/rblsmtpd \
       -r bl.spamcop.net \
       -r zen.spamhaus.org \
       /var/qmail/bin/qmail-smtpd \
       /home/vpopmail/bin/vchkpw /bin/true 2>&1


Hi,

Well everything seems correct.

Are you sure outside users can relay through you ? Not just deliver to local users, but deliver to someone at yahoo or gmail.

Is there anything in /var/qmail/control/locals ?

Regards,

Rick

Reply via email to