mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-07-17 01:20:53 +00:00
Merge c7e1e29ddf
into 0be47c414d
This commit is contained in:
commit
94fc20f838
@ -9,6 +9,14 @@
|
|||||||
|
|
||||||
# Install nsd, our DNS server software.
|
# Install nsd, our DNS server software.
|
||||||
|
|
||||||
|
# ...but first, we have to create the user because the
|
||||||
|
# current Ubuntu forgets to do so in the .deb
|
||||||
|
if id nsd > /dev/null 2>&1; then
|
||||||
|
echo "nsd user exists... good";
|
||||||
|
else
|
||||||
|
useradd nsd;
|
||||||
|
if
|
||||||
|
|
||||||
apt-get -qq -y install nsd
|
apt-get -qq -y install nsd
|
||||||
|
|
||||||
# Prepare nsd's configuration.
|
# Prepare nsd's configuration.
|
||||||
|
Loading…
Reference in New Issue
Block a user