Bluehost.com Web Hosting $6.95

how to use qmail-1.03-jms1.6b.patch ???plz help

This is a discussion on how to use qmail-1.03-jms1.6b.patch ???plz help within the alt.comp.mail.qmail forums, part of the Mail Servers and Related category; Hi, I have patch qmail 1.03 with qmail-1.03-jms1.6b.patch for smtp authentication . patch -d qmail-...


Go Back   Usenet Forums > Mail Servers and Related > alt.comp.mail.qmail

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 11-23-2005
learnq
 
Posts: n/a
Default how to use qmail-1.03-jms1.6b.patch ???plz help

Hi,
I have patch qmail 1.03 with qmail-1.03-jms1.6b.patch for smtp
authentication .
patch -d qmail-1.03 <qmail-1.03-jms1.6b.patch

I modified the smtp run file with
exec /usr/local/bin/softlimit -m 2000000 \
/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 myhostname /bin/checkpassword /bin/true
2>&1


But when I telnet to 25 port
telnet 127.0.0.1 25
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
Connection closed by foreign host.

.....the connection is closed . What is wrong ???? ...plz help . Thankx

Reply With Quote
  #2 (permalink)  
Old 11-24-2005
AK
 
Posts: n/a
Default Re: how to use qmail-1.03-jms1.6b.patch ???plz help

learnq wrote:
> Hi,
> I have patch qmail 1.03 with qmail-1.03-jms1.6b.patch for smtp
> authentication .
> patch -d qmail-1.03 <qmail-1.03-jms1.6b.patch
>
> I modified the smtp run file with
> exec /usr/local/bin/softlimit -m 2000000 \
> /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 myhostname /bin/checkpassword /bin/true
> 2>&1
>
>
> But when I telnet to 25 port
> telnet 127.0.0.1 25
> Trying 127.0.0.1...
> Connected to 127.0.0.1.
> Escape character is '^]'.
> Connection closed by foreign host.
>
> ....the connection is closed . What is wrong ???? ...plz help . Thankx
>


For best answer, consult the qmail-smtpd log.

My guess is that the <2MB that you have allocated for the process (see
softlimit above) is the reason for your issue. Raise the softlimit to
10MB or 20MB and you should see an improvment in terms of the
connection. Do not know a thing about the patch you applied.

AK
Reply With Quote
  #3 (permalink)  
Old 11-24-2005
learnq
 
Posts: n/a
Default Re: how to use qmail-1.03-jms1.6b.patch ???plz help

Thankx. I increase the softlimit and got connected . But problem is
that
smtp auth not working . What to do so that the I get the smtp auth .
Is there any othere smtpauth patch you have applied sucessfully
(outlook+eudora). Need to implement smtp auth with checkpassword :(
plz help.

Reply With Quote
  #4 (permalink)  
Old 11-25-2005
AK
 
Posts: n/a
Default Re: how to use qmail-1.03-jms1.6b.patch ???plz help

learnq wrote:
> Thankx. I increase the softlimit and got connected . But problem is
> that
> smtp auth not working . What to do so that the I get the smtp auth .
> Is there any othere smtpauth patch you have applied sucessfully
> (outlook+eudora). Need to implement smtp auth with checkpassword :(
> plz help.
>


What is not working? You asked this question before in a different
thread. You need to provide more details on what is not working for
you. This means you need to provide the log entries from the
qmail-smtpd logs so we can see what is going on. Did you follow the
instructions that came with the patch you used?

AK
Reply With Quote
  #5 (permalink)  
Old 11-25-2005
learnq
 
Posts: n/a
Default Re: how to use qmail-1.03-jms1.6b.patch ???plz help

I apply the patch ....patch -d qmail-1.03 <qmail-1.03-jms1.6b.patch
and change the run file as before . I then telnet to 127.0.0.1 25
get the prompt .I change the outlook(my server require auth ...)
get the following error in outlook

The message could not be sent because one of the recipients was
rejected by the server. The rejected e-mail address was 'ads @
yahoo.com'. Subject 'fghfhhhfhg', Account: '12.15.18.9', Server:
'12.15.18.9', Protocol: SMTP, Server Response: '553 sorry, that domain
isn't in my list of allowed rcpthosts (#5.7.1)', Port: 25, Secure(SSL):
No, Server Error: 553, Error Number: 0x800CCC79

....I do not need to change the tcp.smtp file ....for every domain
....isn't it ??
I search the documentation ...do not find one
I apply what I understand ....
I can also implement another patch if it works well with outlook+eudora
and check password.

Reply With Quote
  #6 (permalink)  
Old 11-25-2005
learnq
 
Posts: n/a
Default Re: how to use qmail-1.03-jms1.6b.patch ???plz help

I apply the patch ....patch -d qmail-1.03 <qmail-1.03-jms1.6b.patch
and change the run file as before . I then telnet to 127.0.0.1 25
get the prompt .I change the outlook(my server require auth ...)
get the following error in outlook

The message could not be sent because one of the recipients was
rejected by the server. The rejected e-mail address was 'ads @
yahoo.com'. Subject 'fghfhhhfhg', Account: '12.15.18.9', Server:
'12.15.18.9', Protocol: SMTP, Server Response: '553 sorry, that domain
isn't in my list of allowed rcpthosts (#5.7.1)', Port: 25, Secure(SSL):
No, Server Error: 553, Error Number: 0x800CCC79

....I do not need to change the tcp.smtp file ....for every domain
....isn't it ??
I search the documentation ...do not find one ...the author page say up
to make setup :(
I apply what I understand ...Can you plz help me out ??
I can also implement another patch if it works well with outlook+eudora
and check password.

Reply With Quote
  #7 (permalink)  
Old 11-25-2005
learnq
 
Posts: n/a
Default Re: how to use qmail-1.03-jms1.6b.patch ???plz help

I apply the patch ....patch -d qmail-1.03 <qmail-1.03-jms1.6b.patch
and change the run file as before . I then telnet to 127.0.0.1 25
get the prompt .I change the outlook(my server require auth ...)
get the following error in outlook

The message could not be sent because one of the recipients was
rejected by the server. The rejected e-mail address was 'ads @
yahoo.com'. Subject 'fghfhhhfhg', Account: '12.15.18.9', Server:
'12.15.18.9', Protocol: SMTP, Server Response: '553 sorry, that domain
isn't in my list of allowed rcpthosts (#5.7.1)', Port: 25, Secure(SSL):
No, Server Error: 553, Error Number: 0x800CCC79

....I do not need to change the tcp.smtp file ....for every domain
....isn't it ??
I search the documentation ...do not find one ...the author page say up
to make setup :(
I apply what I understand ...Can you plz help me out ??
I can also implement another patch if it works well with outlook+eudora
and check password.

Reply With Quote
  #8 (permalink)  
Old 11-25-2005
AK
 
Posts: n/a
Default Re: how to use qmail-1.03-jms1.6b.patch ???plz help

learnq wrote:

> I apply the patch ....patch -d qmail-1.03 <qmail-1.03-jms1.6b.patch
> and change the run file as before . I then telnet to 127.0.0.1 25
> get the prompt .I change the outlook(my server require auth ...)
> get the following error in outlook
>
> The message could not be sent because one of the recipients was
> rejected by the server. The rejected e-mail address was 'ads @
> yahoo.com'. Subject 'fghfhhhfhg', Account: '12.15.18.9', Server:
> '12.15.18.9', Protocol: SMTP, Server Response: '553 sorry, that domain
> isn't in my list of allowed rcpthosts (#5.7.1)', Port: 25, Secure(SSL):
> No, Server Error: 553, Error Number: 0x800CCC79
>
> ...I do not need to change the tcp.smtp file ....for every domain
> ...isn't it ??
> I search the documentation ...do not find one ...the author page say up
> to make setup :(
> I apply what I understand ...Can you plz help me out ??
> I can also implement another patch if it works well with outlook+eudora
> and check password.
>


Based on the information you provided, the issue does not appear to be
with the authentication but with the patch not setting the RELAYCLIENT
for your connection. If you consult the SMTP logs what if anything does
it log there?

You might have to do a straight SMTP session by telneting to the IP of
the server port 25.
then do the authentication mechanism. See what the response is and
proceed from there.

Follow the directions/instructions provided in the patch.

AK
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 09:02 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0