mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-11-24 02:37:05 +00:00
Patch
-Added Information about the fact, that the machine should be dedicated to MiaB. -Added Warning (WARNING: Your servers configuration and customization will be overwritten.) -Added a Note that you can find informations about the software, the license etc. under https://mailinabox.email ;) -Make it clear, what you can change by running "sudo mailinabox" (hostname and setup configuration)
This commit is contained in:
parent
dbf4729109
commit
493bffce2a
@ -18,7 +18,10 @@ if [ -z "$NONINTERACTIVE" ]; then
|
||||
message_box "Mail-in-a-Box Installation" \
|
||||
"Hello and thanks for deploying a Mail-in-a-Box!
|
||||
\n\nI'm going to ask you a few questions.
|
||||
\n\nTo change your answers later, just run 'sudo mailinabox' from the command line."
|
||||
\n\nPlease keep in mind, that you should use an machine, which is dedicated for mail-in-a-box.
|
||||
\n\nWARNING: Your servers configuration and customization will be overwritten.
|
||||
\n\nFor more information about the software itself, how it works and the License visit https://mailinabox.email.
|
||||
\n\nTo change your hostname and setup configuration later, just run 'sudo mailinabox' from the command line."
|
||||
fi
|
||||
|
||||
# The box needs a name.
|
||||
|
Loading…
Reference in New Issue
Block a user