Skip to content

Commit 59be1c9

Browse files
author
Florian Schaal
committed
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"
1 parent 1e8c9b3 commit 59be1c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/plugins-available/mail_plugin_dkim.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ function onLoad() {
7575
*/
7676
function get_amavis_config() {
7777
$pos_config=array(
78-
'/etc/amavisd.conf',
7978
'/etc/amavisd.conf/50-user',
8079
'/etc/amavis/conf.d/50-user',
80+
'/etc/amavisd.conf',
8181
'/etc/amavisd/amavisd.conf'
8282
);
8383
$amavis_configfile='';

0 commit comments

Comments
 (0)