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

expn in version 2.99.26




We recently installed zmailer 2.99.26 on a sparc running SunOS 4.1.3.  

smtpserver is running with the one -l argument (we've tried other
options to no avail):

	SMTPOPTIONS="-l /var/log/smtpserver"

Commands like "expn root" no longer work -- it seems to require
"expn root@myhost":

	(zee#335) telnet zee 25
	Trying 130.221.138.101 ...
	Connected to zee.aero.org.
	Escape character is '^]'.
	220 zee.aero.org Server ESMTP 2.99.26 #1 ready at Tue, 19 Mar 1996 20:40:24 -0800
	helo zee
	250 zee.aero.org expected "HELO zee.aero.org"
	expn root
	
	501-     ^
	501 Path data: Missing "@" from mailbox definition
	550 Unknown command ''
	expn root@zee
	250-smtp delivery to antares.aero.org for <bien@antares.aero.org>
	250-smtp delivery to speedy.aero.org for <sandy@speedy.aero.org>
	quit
	221 zee.aero.org Out
	Connection closed by foreign host.
	(zee#336) 

Note that no error message shows up until two <cr>'s are hit.
One <cr> has no effect -- it appears to just not answer until
something else is typed:

	(zee#374) telnet zee 25
	Trying 130.221.138.101 ...
	Connected to zee.aero.org.
	Escape character is '^]'.
	220 zee.aero.org Server ESMTP 2.99.26 #1 ready at Tue, 19 Mar 1996 20:58:18 -0800
	helo zee
	250 zee.aero.org expected "HELO zee.aero.org"
	expn root
	xxxxx
	501-     ^
	501 Path data: Missing "@" from mailbox definition
	550 Unknown command 'xxxxx'
	quit
	221 zee.aero.org Out
	Connection closed by foreign host.
	(zee#375) 

Is there something I can change so that "expn root" works?

We are using the config files from the proto/cf dir with this one
difference:

	(zee#314) diff standard.cf /usr/lib/zmail/share/cf/standard.cf
	67c67,68
	<       relation -lt ordered -f $MAILVAR/db/localnames -d pathalias thishost
	---
	> #     relation -lt ordered -f $MAILVAR/db/localnames -d pathalias thishost
	>       relation -lt ordered -f $MAILVAR/db/localnames -b thishost
	132,133c133,134
	< if [ -f $MAILSHARE/db/fullnames.pag ]; then
	<       relation -lmt ndbm -f $MAILSHARE/db/fullnames fullnamemap
	---
	> if [ -f $MAILSHARE/db/fullnames ]; then
	>       relation -t ordered -f $MAILSHARE/db/fullnames fullnamemap
	(zee#315) 

--Cheryl Bien
  The Aerospace Corporation
  bien@aero.org