Displaying 2 results from an estimated 2 matches for "find_config_fil".
Did you mean:
find_config_files
2017 Jan 04
2
Amavis on Centosl help
I'm moving from Ubuntu to CentOS 7
Previously, on Ubuntu, installing amavisd would lead to
etc/amavis/conf.d that contained:
01-debian
05-domain_id
05-node_id
15-av_scanners
15-content_filter_mode
20-debian_defaults
21-ubuntu_defaults
25-amavis_helpers
30-template_localization
40-policy_banks
50-user
However installing amavisd on centos leads to a spaghetti config file
(i.e.
2017 Jan 04
0
Amavis on Centosl help
...subroutine
may be called multiple times, recursion is allowed (but some sanity
limit to recursion is provided); based on a suggestion by Gary V.
Example line in amavisd.conf:
include_config_files('/etc/amavisd-custom.conf');
... or, uncomment the Debian/Ubuntu specific call to find_config_files
in amavisd:
# default location of the config file if none specified
if (!@config_files) {
@config_files = ( '/etc/amavisd.conf' );
# # Debian/Ubuntu specific:
# @config_files =
Amavis::Util::find_config_files('/usr/share/amavis/conf.d',
#...