# --------------------------------------------------------------------
# Sample SMS resource file for GENERIC
# --------------------------------------------------------------------

{
	SMS_dialer 	= "tcpip"	# Connection method

	SMS_server_name = "localhost"	# Hostname of your SMTP server
	SMS_server_port = 25		# Port number for your SMTP 
					# server

	SMS_script_file = "/etc/sms/scripts/email"
}

# --------------------------------------------------------------------
