This file is indexed.

/usr/lib/kannel/test/drive_smpp.conf is in kannel-extras 1.4.4-4.

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
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
group = core
admin-port = 13000
smsbox-port = 13001
admin-password = bar
log-file = "check_smpp_bb.log"
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1"
access-log = /dev/stdout

group = smsc
smsc = smpp
smsc-id = smpp
host = 127.0.0.1
port = 2345
system-type = "VMA"
address-range = ""
smsc-username = "foo"
smsc-password = "bar"

group = smsc
smsc = smpp
smsc-id = smpp
host = 127.0.0.1
receive-port = 2345
system-type = "VMA"
address-range = ""
smsc-username = "foo"
smsc-password = "bar"

group  = smpp-tlv
name   = my_receipted_message_id
tag    = 0x001E
type   = octetstring
length = 65
#smsc-id = smpp

group = smsbox
bearerbox-host = 127.0.0.1
sendsms-port = 13013
global-sender = 123
log-file = "smsbox.log"

group = sms-service
keyword = default
text = "No service specified"