#.pass   This script should be protected, it has all your passwords!

debug "off"	# prevent screen echoing of the password!
pause 2

if SERVICE eq "unixforum"
then
	set cfile "uni"
	set auto "on"
	set cis "on"
	transmit "72160.1341/go:unixforum\\harsh#words^M"
	exit
fi

if SERVICE eq "scoforum"
then
	set cfile "sco"
	set auto "on"
	set cis "on"
	transmit "72160.1341/go:scoforum\\harsh#words^M"
	exit
fi

if SERVICE eq "mail"
then
	set cfile "email"
	set auto "on"
	set cis "off"
	transmit "72160.1341/go:mail\\harsh#words^M"
	exit
fi

if SERVICE eq "cis"
then
	set cfile "cis"
	#set auto "on"
	set cis "off"
	transmit "72160.1341\\harsh#words^M"
	exit
fi

if SERVICE eq "jpr"
then
	transmit "jpr^M"
	waitfor "word:"
	transmit "enTHuse^M"
fi

if SERVICE eq "root"
then
	transmit "root^M"
	waitfor "word:"
	transmit "up&down"
fi
