#.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 "xxxxx,xxx/go:unixforum\\xxxxxx.xxxxx^M"
	exit
fi

if SERVICE eq "scoforum"
then
	set cfile "sco"
	#set auto "on"
	set cis "on"
	transmit "xxxxx,xxx/go:scoforum\\xxxxxx.xxxxx^M"
	exit
fi

if SERVICE eq "mail"
then
	set cfile "email"
	#set auto "on"
	set cis "off"
	transmit "xxxxx,xxx/go:mail\\xxxxxx.xxxxx^M"
	exit
fi

if SERVICE eq "cis"
then
	set cfile "cis"
	#set auto "on"
	set cis "off"
	transmit "xxxxx,xxx\\xxxxxx.xxxxx^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
