Harindra Patel wrote:

i have qmail-ldap patched and

I have tcp.smtp file::

172.16.2.:allow,RCPTCHECK="",SMTPAUTH=""

SMTPAUTH variable must be set to "AUTHREQUIRED" So now it will look like: 172.16.2.:allow,RCPTCHECK="",SMTPAUTH="AUTHREQUIRED"


and run file is::

#!/bin/sh

QMAILDUID=`/usr/xpg4/bin/id -u qmaild`
NOFILESGID=`/usr/xpg4/bin/id -g qmaild`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
LOCAL=`head -1 /var/qmail/control/me`

exec /usr/local/bin/softlimit -m 50000000 \
/usr/local/bin/tcpserver -v -R -l "$LOCAL" -x /etc/tcp.smtp.cdb -c
"$MAXSMTP
D" \
-u "$QMAILDUID" -g "$NOFILESGID" 0 smtp /var/qmail/bin/qmail-smtpd \
/var/qmail/bin/auth_smtp /usr/bin/true 2>&1


Still my SMTPAUTH is not working..what else otherthing i have to do?? i dont
know please anyone suggest me.

You did not mention if you restarted the smtpd after you made a change in run script.
But make sure you change tcp.smtpd


You have to tell what steps did you follow?

--
Sameer N. Ingole
/******************************************************************************/
The degree of civilization in a society can be judged by entering its prisons.
               -- F. Dostoyevski

/******************************************************************************/



Reply via email to