We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af5c9b9 commit 4d4495cCopy full SHA for 4d4495c
install/lib/installer_base.lib.php
@@ -510,7 +510,7 @@ function configure_amavis() {
510
if(is_file($conf["postfix"]["config_dir"].'/master.cf')) copy($conf["postfix"]["config_dir"].'/master.cf',$conf["postfix"]["config_dir"].'/master.cf~');
511
$content = rf("tpl/master_cf_amavis.master");
512
// Only add the content if we had not addded it before
513
- if(!stristr("127.0.0.1:10025",$content)) {
+ if(!stristr($content,"127.0.0.1:10025")) {
514
af($conf["postfix"]["config_dir"].'/master.cf',$content);
515
}
516
0 commit comments