<[EMAIL PROTECTED]> wrote:

>I had some instructions on how to test the server with the AUTH cmd through
>checkpasswd ( I only tested plain at the time) which I can no longer find -
>it work as outlines and put me in my home dir. Since I have upgraded I need
>to retest the server. Right now under AUTH plain it gives me out of memory -
>I don't know that I'm still testing this procedure right. I would like to
>test LOGIN but don't know how or what to return when it returns it's string.
>
>qmail_smtp_auth 0.30
>cmd5checkpd 0.22 or checkpasswd
>qmail 1.03
>
>tcpserver smtp  startup
>#!/bin/sh
>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 2000000 \
>    /usr/local/bin/tcpserver -v -p -x /etc/tcp.smtp.cdb -c "$MAXSMTPD" \
>        -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp /var/qmail/bin/qmail-smtpd
>me.me.com \
>        /bin/cmd5checkpw /bin/true  smtpd 3 2>&1
>
>I have followed the outgoing instruction for Outlook for the client but it
>won't let me auth.

Try raising the memory limit (the 2000000) to 4000000, 8000000 until
the "out of memory" error goes away.

>question  - what should be in inet.conf if I'm using tcpserver?

Nothing related to the services handled by tcpserver.

-Dave

Reply via email to