This file is indexed.

/etc/default/amavisd-snmp-subagent is in amavisd-new 1:2.10.1-2ubuntu1.

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
# To enable the amavis-snmp-subagent set ENABLED to yes

ENABLED="no"

# there are two implementations of the subagent daemon:
# 1) the default bdb version
# 2) a zero mq based version
# if you want to use this agent you need at least 
# libnet-snmp-perl installed.
# the zeromq version also needs libzeromq-perl.
# You also have to enable zeromq
# in amavis: $enable_zmq = 1; 
#  
# See RELEASE_NOTES for details. 

AGENT_BACKEND="bdb" # use zeromq for the zeromq version