File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1182,8 +1182,8 @@ public function configure_postfix($options = '') {
11821182 $ content = strtr ($ content , $ postconf_placeholders );
11831183 $ postconf_commands = array_merge ($ postconf_commands , array_filter (explode ("\n" , $ content )));
11841184 }
1185- if ( file_exists ( $ conf [ ' ispconfig_install_dir ' ]. ' /server/conf-custom/install/ postfix_custom.conf.master ' )) {
1186- $ configfile = ' postfix_custom.conf ' ;
1185+ $ configfile = ' postfix_custom.conf ' ;
1186+ if ( file_exists ( $ conf [ ' ispconfig_install_dir ' ]. ' /server/conf-custom/install/ ' . $ configfile . ' .master ' )) {
11871187 $ content = rfsel ($ conf ['ispconfig_install_dir ' ].'/server/conf-custom/install/ ' .$ configfile .'.master ' );
11881188 $ content = strtr ($ content , $ postconf_placeholders );
11891189 $ postconf_commands = array_merge ($ postconf_commands , array_filter (explode ("\n" , $ content )));
You can’t perform that action at this time.
0 commit comments