Skip to content
Snippets Groups Projects
Commit 59be1c9e authored by Florian Schaal's avatar Florian Schaal
Browse files

DKIM: changed config-file-check to prevent saving the keys in the wrong file...

DKIM: changed config-file-check to prevent saving the keys in the wrong file if a single amavis-config-file exists after upgrading to a "split-config"
parent 1e8c9b3c
No related branches found
No related tags found
No related merge requests found
......@@ -75,9 +75,9 @@ class mail_plugin_dkim {
*/
function get_amavis_config() {
$pos_config=array(
'/etc/amavisd.conf',
'/etc/amavisd.conf/50-user',
'/etc/amavis/conf.d/50-user',
'/etc/amavisd.conf',
'/etc/amavisd/amavisd.conf'
);
$amavis_configfile='';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment