[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: EXPN/VRFY do not work



Good morning! :)

On 05-Apr-99 at 23:51, mea@nic.funet.fi (mea@nic.funet.fi) wrote:

> > I noticed your cvs updates and tried it *after* updates as well.
> > Not 100% sure (too tired now) but seems to make *no *change.
> 
>      Have some sleep at first, then.
>      The makefile for router isn't smart enough to notice that

OK, fresh build of todays CVS source:

220 chronos ZMailer Server 2.99.50-s14 #28 ESMTP+IDENT (nulltrans) ready at
Tue, 6 Apr 1999 13:50:05 +0400
helo ariel
250 chronos Hello ariel
expn crosser@online.ru
500 **INTERNAL*ERROR**
501 5.4.0 Unable to expand that address

`ps' at chronos shows that when `expn' command is issued `router -io-i'
starts running, and it continues running until `quit' command.  Apparently,
smtpserver gets out of sync with the router, thinks that it got empty reply
and does not shut the child down?

Doing some extra investigation:

helo ariel
250 chronos Hello ariel
debug
423 Must be VERBose to use DEBUG
expn crosser@online.ru
000 ==> PS1='5723# ' ; server init 'ariel' '[194.67.3.216]'
000 'ZMailer router (2.99.50-s14 #18: Tue Apr  6 13:44:40 MSD 1999)'
000 '  crosser@chronos:/home/crosser/src/zmailer/router'
000 'Copyright 1992 Rayan S. Zachariassen'
000 'Copyright 1992-1998 Matti Aarnio'
000 'Configured with command: 'configure''
000 ''
000 ==> server expand "crosser@online.ru"
500 **INTERNAL*ERROR**
501 5.4.0 Unable to expand that address

Now running the router interactively:

ZMailer router (2.99.50-s14 #18: Tue Apr  6 13:44:40 MSD 1999)
  crosser@chronos:/home/crosser/src/zmailer/router
Copyright 1992 Rayan S. Zachariassen
Copyright 1992-1998 Matti Aarnio
Configured with command: 'configure'
 
z# server expand "crosser@online.ru"
<crosser.interactive@chronos.sovam.com>: address: crosser@online.ru
z# 

Now, the router from -s11:

ZMailer router (2.99.50-s11 #16: Thu Dec 10 20:20:26 MSK 1998)
  crosser@chronos:/home/crosser/src/zmailer/router
Copyright 1992 Rayan S. Zachariassen
Copyright 1992-1998 Matti Aarnio
Configured with command: 'configure'
 
z# server expand "crosser@online.ru"
<crosser.interactive@chronos.sovam.com>: address: crosser@online.ru
Eugene Crosser <crosser@chronos.sovam.com>

That's it!  The new router does not display the line with the result!

Eugene