1
0
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:
Joshua Tauberer
2014-04-25 12:25:07 +00:00
parent 9bab925123
commit bb62c433fc
5 changed files with 5 additions and 5 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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.