amavis "fails to parse" 'uridnsbl_skip_domain ...' in spamassassin local config ?
Mark Martinec
Mark.Martinec+amavis at ijs.si
Wed Apr 11 01:52:07 CEST 2012
> rules_filename => $sa_configpath,
> site_rules_filename => $sa_siteconfigpath,
> userprefs_filename => $sa_userprefs_file,
Btw, names of these amavisd configuration settings are modelled
after their counterparts in the command-line 'spamassassin' program.
Its command-line options are:
'configpath|config-file|config-dir|c|C=s' => \$opt{'configpath'},
'siteconfigpath=s' => \$opt{'siteconfigpath'},
'prefspath|prefs-file|p=s' => \$opt{'prefspath'},
which are then passed on to SpamAssassin.pm as:
rules_filename => $opt{'configpath'},
site_rules_filename => $opt{'siteconfigpath'},
userprefs_filename => $opt{'prefspath'},
'spamassassin' usage:
-C path, --configpath=path, --config-file=path
Path to standard configuration dir
-p prefs, --prefspath=file, --prefs-file=file
Set user preferences file
--siteconfigpath=path
Path for site configs (def: /etc/mail/spamassassin)
Mark
More information about the amavis-users
mailing list