Figure 3: Network Gateway Startup Files
NETWARE LOGIN SCRIPT:
map root H:=drv2:smtp
map j:=drv2:wpdomain/wpgate/smtp40
drive h:
exit "smtp.bat"
SMTP.BAT:
@echo off
REM reject broadcast messages that hang me up!
castoff all
REM don't even try CloseUP for remote manglement; it doesn't
REM work with the gateway.
cd odi
REM Do TCP/IP for Internet ONLY.
call lanwp
cd ..
J:
REM Start the WPO mail daemon, then the gateway program.
cd \wpdomain\wpgate\smtp40
smtpdn.exe /hn-wpo.co.chatham.ga.us /gw-
J:\wpdomain\wpgate\smtp40
smtp /gw-J:\wpdomain\wpgate\smtp40
LANWP.BAT
rem batch file to load TCPIP ODI drivers
lsl
osh39xr
tcpip
set NAME=wpo
|