Re: 502 unimplemented

2001-01-23 Thread Justin Bell

On Tue, Jan 23, 2001 at 10:49:33AM +0100, Stef Hoesli Wiederwald wrote:
# sos:~> telnet  25
# Trying ...

You must have a much better version of telnet than I

Here is what I get
telnet 
Usage: telnet [-8] [-E] [-L] [-S tos] [-a] [-c] [-d] [-e char] [-l user]
[-n tracefile] [-b hostalias ][-r] [host-name [port]]
-- 
Justin Bell



Re: 502 unimplemented

2001-01-23 Thread Uwe Ohse

On Mon, Jan 22, 2001 at 05:20:56PM +0100, Stef Hoesli Wiederwald wrote:
> We use qmail on one of our systems (How do I find out what version it
> is? Did not install it myself...).

Version:
1.03  has /var/qmail/bin/bouncesaying
1.02  qmail-send logs "status:" lines.
1.01  supports control/recipientmap. grep qmail-send for it.
  No other version has that.
everything else means 1.00 or an even older release.

Regards, Uwe



Re: 502 unimplemented

2001-01-23 Thread Markus Stumpf

On Tue, Jan 23, 2001 at 10:56:29AM +0100, Stef Hoesli Wiederwald wrote:
> After that I said:
> quit
> and got a 
> 451 timeout (#4.4.2)
> some minutes later...

First I thought it is your keyboard, now I tend to think it's either
your telnet of your terminal device driver thats broken. Or maybe it's
the TCP/IP Stack on that machine?

How is qmail started on that host, what do the logfiles say, what
version of qmail are you using, did you apply any modifications, what
OS is the machine running, ...

As long as you're hiding information we cannot even test the qmail
smtpd server.  If you want help, provide information.

\Maex

-- 
SpaceNet AG   |   http://www.Space.Net/   | Stress is when you wake
Research & Development| mailto:[EMAIL PROTECTED] | up screaming and you
Joseph-Dollinger-Bogen 14 |  Tel: +49 (89) 32356-0| realize you haven't
D-80807 Muenchen  |  Fax: +49 (89) 32356-299  | fallen asleep yet.



Re: 502 unimplemented

2001-01-23 Thread Stef Hoesli Wiederwald

> helo sos.ethz.ch
> 250 
> mail from:<[EMAIL PROTECTED]>
> 250 ok
> rcpt to:
> 250 ok
> 502 unimplemented (#5.5.1)

After that I said:
quit
and got a 
451 timeout (#4.4.2)
some minutes later...

Stef
-- 
IT freelancer
President SOS-ETH 
ETH Zurich
[EMAIL PROTECTED]http://hoes.li



Re: 502 unimplemented

2001-01-23 Thread Stef Hoesli Wiederwald

On Mon, Jan 22, 2001 at 09:21:53PM +0100, Markus Stumpf wrote:
> On Mon, Jan 22, 2001 at 05:20:56PM +0100, Stef Hoesli Wiederwald wrote:
> > manually via telnet to port 25. Sometimes I can send a message without
> > problems, and sometimes I get the 502 error, but not at the same
> > point, i.e. arbitrarily after any of the helo, mail, rcpt or data
> > commands.
> 
> How about you show examples of the situation where the 502 is returned.

OK, here is one: I tried three times. The first two times it went
without any problem (I always used exactly the same parameters). The
third time I got the 502 after rcpt:

sos:~> telnet  25
Trying ...
Connected to 
Escape character is '^]'.
220  ESMTP
helo sos.ethz.ch
250 
mail from:<[EMAIL PROTECTED]>
250 ok
rcpt to:
250 ok
502 unimplemented (#5.5.1)


Stef
-- 
IT freelancer
President SOS-ETH 
ETH Zurich
[EMAIL PROTECTED]http://hoes.li



Re: 502 unimplemented

2001-01-22 Thread Markus Stumpf

On Mon, Jan 22, 2001 at 05:20:56PM +0100, Stef Hoesli Wiederwald wrote:
> manually via telnet to port 25. Sometimes I can send a message without
> problems, and sometimes I get the 502 error, but not at the same
> point, i.e. arbitrarily after any of the helo, mail, rcpt or data
> commands.

How about you show examples of the situation where the 502 is returned.

\Maex

-- 
SpaceNet AG   |   http://www.Space.Net/   | Stress is when you wake
Research & Development| mailto:[EMAIL PROTECTED] | up screaming and you
Joseph-Dollinger-Bogen 14 |  Tel: +49 (89) 32356-0| realize you haven't
D-80807 Muenchen  |  Fax: +49 (89) 32356-299  | fallen asleep yet.



502 unimplemented

2001-01-22 Thread Stef Hoesli Wiederwald

Hi there

We use qmail on one of our systems (How do I find out what version it
is? Did not install it myself...). Sometimes, it throws back '502
unimplemented' errors with no apparent reason. I also tried to connect
manually via telnet to port 25. Sometimes I can send a message without
problems, and sometimes I get the 502 error, but not at the same
point, i.e. arbitrarily after any of the helo, mail, rcpt or data
commands.

Any idea what this could be?

Stef
-- 
IT freelancer
President SOS-ETH 
ETH Zurich
[EMAIL PROTECTED]http://hoes.li



Re: qmail-pop3d says '502 unimplemented (#5.5.1)

2000-03-16 Thread Otis Gospodnetic

Thanks Chris & Andy. 1:30 AM :)
I realized that I was talking to the wrong port, but there is no undo for email...

Thanks.

Otis


On Thu, 16 March 2000, Chris Johnson wrote:

> 
> On Thu, Mar 16, 2000 at 10:08:53PM -0800, Otis Gospodnetic wrote:
> > I got qmail (SMTD + POP3) running, but when I tried testing POP3 server I was 
>surprised to see this response from the server:
> > 
> > [root@nmlinux1 alias]# telnet localhost 25
> > Trying 127.0.0.1...
> > Connected to localhost.
> > Escape character is '^]'.
> > 220 machine.domain.com ESMTP
> > HELP
> > 214 qmail home page: http://pobox.com/~djb/qmail.html
> > USER otis
> > 502 unimplemented (#5.5.1)
> > 
> > 
> > Am I doing something wrong or missing something obvious? It is 1 AM here now.
> 
> It's 2 PM here on the other side of the world, and you're missing something
> obvious. You're trying to talk POP to your SMTP server. Try telnetting to port
> 110 instead.
> 
> Chris


__

Get free e-mail at http://www.britannica.com



Re: qmail-pop3d says '502 unimplemented (#5.5.1)

2000-03-16 Thread Andy Bradford

Thus said Otis Gospodnetic on 16 Mar 2000 22:08:53 PST:

> [root@nmlinux1 alias]# telnet localhost 25

POP3 runs on port 110. :-)

Andy
-- 
+== Andy == TiK: garbaglio ==+
|Linux is about freedom of choice|
+== http://www.xmission.com/~bradipo/ ===+



 PGP signature


Re: qmail-pop3d says '502 unimplemented (#5.5.1)

2000-03-16 Thread Chris Johnson

On Thu, Mar 16, 2000 at 10:08:53PM -0800, Otis Gospodnetic wrote:
> I got qmail (SMTD + POP3) running, but when I tried testing POP3 server I was 
>surprised to see this response from the server:
> 
> [root@nmlinux1 alias]# telnet localhost 25
> Trying 127.0.0.1...
> Connected to localhost.
> Escape character is '^]'.
> 220 machine.domain.com ESMTP
> HELP
> 214 qmail home page: http://pobox.com/~djb/qmail.html
> USER otis
> 502 unimplemented (#5.5.1)
> 
> 
> Am I doing something wrong or missing something obvious? It is 1 AM here now.

It's 2 PM here on the other side of the world, and you're missing something
obvious. You're trying to talk POP to your SMTP server. Try telnetting to port
110 instead.

Chris



qmail-pop3d says '502 unimplemented (#5.5.1)

2000-03-16 Thread Otis Gospodnetic

Hello,

I got qmail (SMTD + POP3) running, but when I tried testing POP3 server I was 
surprised to see this response from the server:

[root@nmlinux1 alias]# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 machine.domain.com ESMTP
HELP
214 qmail home page: http://pobox.com/~djb/qmail.html
USER otis
502 unimplemented (#5.5.1)


Am I doing something wrong or missing something obvious? It is 1 AM here now.

Thank you,

Otis
P.S.
Dave Sill - Thanks for LWQ - great help!


__

Get free e-mail at http://www.britannica.com



qmail-smtpd error: 502 unimplemented

2000-01-07 Thread Kristina

I have qmail-smtpd setup using inetd. .
However when I try to send mail I get the error below:


telnet localhost 25
MAIL From: [EMAIL PROTECTED]
RCPT To:  [EMAIL PROTECTED]

Mail test



qmail-smtpd error: 502 unimplemented

2000-01-07 Thread Kristina

 have qmail-smtpd setup using inetd. .
However when I try to send mail by 
telnet localhost 25. I get the following error:

502 unimplemented (#5.5.1)   ***ERROR HERE

Does anyone know what may be causing this?

Thanks in advance,
Kristina 



qmail-smtpd error: 502 unimplemented

2000-01-07 Thread Kristina

 have qmail-smtpd setup using inetd. .
However when I try to send mail I get the error below:


telnet localhost 25
MAIL From: [EMAIL PROTECTED]
RCPT To:  [EMAIL PROTECTED]

Mail test



qmail-smtpd error: 502 unimplemented

2000-01-07 Thread Kristina

I have qmail-smtpd setup using inetd. .
However when I try to send mail I get the error below:


telnet localhost 25
MAIL From: [EMAIL PROTECTED]
RCPT To:  [EMAIL PROTECTED]

Mail test



qmail-smtpd error: 502 unimplemented

2000-01-07 Thread Kristina

I have qmail-smtpd setup using inetd. .
However when I try to send mail I get the error below:


telnet localhost 25
MAIL From: [EMAIL PROTECTED]
RCPT To:  [EMAIL PROTECTED]

Mail test