This file is indexed.

/etc/sympa/sympa.conf-smime.in is in sympa 6.1.17~dfsg-1.

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
#-- S/MIME configuration begin
# DO NOT REMOVE SURROUNDING COMMENTS

# DO NOT MODIFY TEMPLATE VARIABLES
# If you want to reconfigure Sympa for using S/MIME, please run
#   dpkg-reconfigure -plow sympa

# Location of the openssl binary
openssl		/usr/bin/openssl

# Openssl CA Options
capath		/etc/ssl/certs
cafile		/usr/share/sympa/ca-bundle.crt

# Password to the lists private key (template variable)
key_passwd	@KEY_PASSWORD@

# SSL certificates directory
ssl_cert_dir	/var/lib/sympa/list_data/X509-user-certs

#-- S/MIME configuration end