I'm confused. I have a qmail server that I want to use as an outgoing
smtp server. It has Solaris 8 - qmail 1.03 patched with smtp_auth patch
version .30 and checkpasswd. I just need for sales guys to auth thru
the server. I don't want to be an open relay. I can't get either outlook
2000 or netscape mail various versions to login. I have setup the run
control file as outlined - I am using tcpserver - Again it won't let me
auth. This is the important part do I need anything else running like
pop. I just need to relay not accept mail for anyone.
Thanks,
Steve Hammond
PLEASE redirect FLAMES to > PACFIC GAS AND ELECTRIC
OR
EL PASO GAS COMPANY
Here's the run file
#!/bin/sh -xv
QMAILDUID=`/usr/xpg4/bin/id -u qmaild`
NOFILESGID=`/usr/xpg4/bin/id -g qmaild`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
exec /usr/local/bin/softlimit -m 8000000 \
/usr/local/bin/tcpserver -v -p -x /etc/tcp.smtp.cdb -c "$MAXSMTPD" \
-u "$QMAILDUID" -g "$NOFILESGID" \
0 smtp /var/qmail/bin/qmail-smtpd
webserv2.virtualpurchasecard.com \
/bin/cmd5checkpw /usr/bin/true | /var/qmail/bin/splogger
smtpd 3 & 2>&1