I'm having trouble getting this patch to work with $M outlook express or the
2000 client. When I turn on smtp auth on in these clients - it just prompts
me for a user name and password over and over again - same thing with
Netscape.
smtp startup file
[bucknum@mail1 qmail-smtpd]$ less run
#!/bin/sh
QMAILDUID=`id -u qmaild`
NOFILESGID=`id -g qmaild`
exec /usr/local/bin/softlimit -m 2000000 \
/usr/local/bin/tcpserver -v -p -x /etc/tcp.smtp.cdb \
-u $QMAILDUID -g $NOFILESGID 0 smtp /var/qmail/bin/qmail-smtpd
/bin/checkpassword /bin/true /bin/cmd5checkpw /bin/true
run (END)
tcp.smtp file contents
[bucknum@mail1 /etc]$ less tcp.smtp
127.:allow,RELAYCLIENT=""
10.1.1.:allow,RELAYCLIENT=""
tcp.smtp (END)
Contents of my poppasswd file
[bucknum@mail1 /etc]# less poppasswd
brush:dupa98
poppasswd (END)
I put this back to as it was shipped as part of testing - I've changed this
to my username and password and get the same results
What I get when I log in on SMTP
220 lcr-m.dhs.org ESMTP
ehlo
250-lcr-m.dhs.org
250-AUTH=LOGIN CRAM-MD5 PLAIN
250-AUTH LOGIN CRAM-MD5 PLAIN
250-PIPELINING
250 8BITMIME
I put the old binary back log in and this is what I get
220 lcr-m.dhs.org ESMTP
ehlo
250-lcr-m.dhs.org
250-PIPELINING
250 8BITMIME
What am I screwing up here??