This repository has been archived on 2024-07-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
etckeeper/default/amavisd-snmp-subagent
T

13 lines
402 B
Plaintext

# 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