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 ea9199e commit 4ca1f82Copy full SHA for 4ca1f82
install/dist/lib/fedora.lib.php
@@ -236,7 +236,6 @@ function configure_postfix($options = '')
236
$command = 'cd '.$config_dir.'; '
237
.'openssl req -new -outform PEM -out smtpd.cert -newkey rsa:4096 -nodes -keyout smtpd.key -keyform PEM -days 3650 -x509';
238
}
239
- }
240
exec($command);
241
242
$command = 'chmod o= '.$config_dir.'/smtpd.key';
0 commit comments