mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-03-05 15:57:23 +01:00
minor fixes to comments, argument order (consistency?), the github URL changed long ago
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
source /etc/mailinabox.conf # load global vars
|
||||
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -q -y \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get -q -y install \
|
||||
postfix postgrey \
|
||||
dovecot-core dovecot-imapd dovecot-lmtpd dovecot-sqlite sqlite3 \
|
||||
openssl
|
||||
|
||||
@@ -46,7 +46,7 @@ if [ -z "$PUBLIC_IP" ]; then
|
||||
read -e -i "`hostname -i`" -p "Public IP: " PUBLIC_IP
|
||||
fi
|
||||
|
||||
# Create the user named "userconfig-data" and store all persistent user
|
||||
# Create the user named "user-data" and store all persistent user
|
||||
# data (mailboxes, etc.) in that user's home directory.
|
||||
if [ -z "$STORAGE_ROOT" ]; then
|
||||
STORAGE_USER=user-data
|
||||
|
||||
@@ -13,7 +13,7 @@ apt-get -q -y install python3
|
||||
#
|
||||
# These services don't need further configuration and are started immediately after installation.
|
||||
|
||||
apt-get install -q -y ntp fail2ban
|
||||
apt-get -q -y install ntp fail2ban
|
||||
|
||||
# Turn on the firewall. First allow incoming SSH, then turn on the firewall.
|
||||
# Other ports will be opened at the point where we set up those services.
|
||||
|
||||
Reference in New Issue
Block a user