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 cd972d8 commit b5f64f6Copy full SHA for b5f64f6
install/lib/installer_base.lib.php
@@ -504,7 +504,7 @@ function configure_amavis() {
504
if(is_file($conf["postfix"]["config_dir"].'/master.cf')) copy($conf["postfix"]["config_dir"].'/master.cf',$conf["postfix"]["config_dir"].'/master.cf~');
505
$content = rf("tpl/master_cf_amavis.master");
506
// Only add the content if we had not addded it before
507
- if(!stristr("127.0.0.1:10025 inet n - - - - smtpd",$content)) {
+ if(!stristr("127.0.0.1:10025",$content)) {
508
af($conf["postfix"]["config_dir"].'/master.cf',$content);
509
}
510
0 commit comments