Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Hj Ahmad Rasyid Hj Ismail
ISPConfig Autoinstaller
Commits
ba526902
Commit
ba526902
authored
Oct 15, 2020
by
Marius Burkard
Browse files
- listen on loopback for no-mail option, fixes #8
parent
8ef2d234
Changes
1
Show whitespace changes
Inline
Side-by-side
lib/os/class.ISPConfigDebianOS.inc.php
View file @
ba526902
...
...
@@ -599,6 +599,12 @@ mailman-unsubscribe: "|/var/lib/mailman/mail/mailman unsubscribe mailman"';
'dovecot-lmtpd'
);
$this
->
installPackages
(
$packages
);
}
else
{
$cmd
=
'postconf -e "inet_interfaces = loopback-only"'
;
$result
=
$this
->
exec
(
$cmd
);
if
(
$result
===
false
)
{
ISPConfigLog
::
warn
(
'Command '
.
$cmd
.
' failed.'
,
true
);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment