Jeremy,
QMAILDUID = vpopmail
I know if i take out the domain its open :(.. That is the only thing so far that works.. I am at loss what I did wrong. Been googling all night :)
Jeremy Kitchen wrote:
On Thursday 20 May 2004 07:00 pm, blist wrote:
I am installing vchkpw + SMTP AUTH + qmail. I have installed qmail with this patch: qmail-smtpd-auth-0.31 from http://members.elysium.pl/brush/qmail-smtpd-auth/
Here is my run tcpserver script for qmail-smtpd:
exec /usr/local/bin/softlimit -m 10000000 \
/usr/local/bin/tcpserver -v -H -R -l "$LOCAL" -x \
/usr/local/vpopmail/etc/tcp.smtp.cdb -c "$MAXSMTPD" -u \
"$QMAILDUID" -g vchkpw 192.168.5.50 25 \
/usr/local/bin/fixcrio \
/usr/local/bin/rblsmtpd -r relays.ordb.org \
/var/qmail/bin/qmail-smtpd ps1.prostream.net \
/usr/local/vpopmail/bin/vchkpw /bin/true &
ok
I cannot get any users to authenticate when sending email. I then tried
taking out ps1.prostream.net after /var/qmail/bin/qmail-smtpd and it
lets all users authenticate. I am running SUSE 9.0 x86-64 with vpopmail
5.4.0
what's the value of $QMAILDUID in that script?
also, if you take out the hostname you're an open relay, because you're authenticating with /bin/true
-Jeremy
Any ideas why its not working?
Thanks,
Brooks Roy