I see.
You don't have to run the make command then. :o)
Best
regards,
hyperaxe
-----Original Message-----
From: Harindra Patel [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 31, 2005 2:48 PM
To: Harindra Patel; Andrew Ross
Cc: [email protected]
Subject: Re: SMTP AUTH problem...Very HighI am running#!/bin/shQMAILDUID=`/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 "$MAXSMTPD" \
-u "$QMAILDUID" -g "$NOFILESGID" 0 smtp /var/qmail/bin/qmail-smtpd \ /var/qmail/bin/auth_smtp /usr/bin/true 2>&1and creating tcp.smtp.cdb file like this::tcprules /etc/tcp.smtp.cdb /etc/tcp.smtp.tmp < /etc/tcp.smtpwhat else i need to do?? where i need to run make command??till i am able to send mail using command prompt.Harindra.----- Original Message -----From: "Harindra Patel" <[EMAIL PROTECTED]>To: "Andrew Ross" <[EMAIL PROTECTED]>Cc: <[email protected]>Sent: Tuesday, May 31, 2005 12:11 PMSubject: Re: SMTP AUTH problem...Very High> Dear sir,
> Rightnow, My tcp.smtp file is like this. and my ip is belong to first line
> 172.16.2.100.
>
> 172.16.2.:allow,RCPTCHECK="",SMTPAUTH="",LOGLEVEL="3"
> :allow,RELAYCLIENT="",RCPTCHECK="",SMTP500DISCONNECT="",RETURNMXCHECK="",SANITYCHECK="",BLOCKRELAYPROBE="",TARPITCOUNT="20",T
> ARPITDELAY="3000",SMTPAUTH="",LOGLEVEL="3"
>
> What changes i need to do ?? tell me so outside network will not send any
> mails without authencation.
>
> With Regards,
> Harindra.
>
> ----- Original Message -----
> From: "Andrew Ross" <[EMAIL PROTECTED]>
> To: "Harindra Patel" <[EMAIL PROTECTED]>
> Sent: Tuesday, May 31, 2005 11:55 AM
> Subject: Re: SMTP AUTH problem...Very High
>
>
>> Harindra Patel wrote:
>>> I have enalbled smth auth in my qmail-ldap patch.
>>
>>> I am able to send message without auth..how to resrict this thing and
>>> that also who are sending messages in outlook without auth enable.
>>
>>> Please suggest anyone who has done same thing....i want to smth auth so
>>> nobody can send mail without authencation.
>>
>> Check the value of RELAYCLIENT in /etc/tcp.smtp.cdb (or rather, in
>> whatever input file you use to genereate tcp.smtp.cdb).
>>
>> If RELAYCLIENT is set (doesn't matter what the value is) then relaying is
>> enabled. This is used to allow relaying based on IP address, particuarly
>> for internal networks.
>>
>> If RELAYCLIENT is never set, then the only way to send email using your
>> SMTP server is either using SMTP-AUTH or if the recipient's email address
>> belongs one one of the domains in /var/qmail/controls/rcpthosts
>>
>> This should all be documented at http://www.lifewithqmail.org/ - I suggest
>> you read it.
>>
>> Cheers
>>
>> Andrew
>>
>>
>
>
>
>
--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.322 / Virus Database: 267.3.0 - Release Date: 5/30/2005
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.322 / Virus Database: 267.3.0 - Release Date: 5/30/2005
