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-...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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 |
|
|||
|
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 |
|
|||
|
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. |
|
|||
|
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 |
|
|||
|
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. |
|
|||
|
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. |
|
|||
|
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. |
|
|||
|
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 |