This file is indexed.

/usr/share/smsclient/services/snpp is in smsclient 2.0.8z-10.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
# --------------------------------------------------------------------
# Sample SMS resource file for SNPP
# --------------------------------------------------------------------

{
	SMS_server_name = "localhost"	# Hostname of your SNPP server
	SMS_server_port = 444		# Port number for yout SNPP server
}

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