home *** CD-ROM | disk | FTP | other *** search
- cd amitcp:bin
-
- ;
- ; configure and dial out
- ;
-
- ifconfig cslip0 158.152.38.226 158.152.1.65 netmask 255.255.255.254
-
- lab redial
- online devs:networks/gwcslip.device 0
-
-
- failat 50
- testserial0
- if not warn
- skip redial back
- endif
-
- ;
- ; A routes to our host and us.
- ;
-
- route add default 158.152.1.65
-
- run >con:0/0/640/50 inetd;
-
- ;
- ; Start mail demon
- ;
-
- run <nil: >con:0/50/640/50/Mail/Close amitcp:bin/SMTPd
- echo "Mail connected.."
-
- ;
- ; Start News demon
- ;
-
- ; First log date and active file to amitcp:log_active..
-
- date >>amitcp:log_active
- type uunews:active >>amitcp:log_active
-
- ;
- ; Kick in News
- ;
-
- run <nil: >con:0/150/640/50/News/Close NNTPXfer news.demon.co.uk uunews:active paranoid
- echo "News connected.."
- cd $home
-