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 74739bf commit b4a7d4cCopy full SHA for b4a7d4c
install/lib/installer_base.lib.php
@@ -812,7 +812,7 @@ public function configure_mailman($status = 'insert') {
812
public function get_postfix_service($service, $type) {
813
global $conf;
814
815
- exec("postconf -M", $out, $ret);
+ exec("postconf -M 2> /dev/null", $out, $ret);
816
817
if ($ret === 0) { //* with postfix >= 2.9 we can detect configured services with postconf
818
unset($out);
0 commit comments