s/joshdata/mailinabox/ due to repo moving to the org account

This commit is contained in:
Joshua Tauberer 2014-08-16 13:16:01 +00:00
parent e625a424fd
commit e1606df237
2 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ In short, it's like this:
# do this on a fresh install of Ubuntu 14.04 only!
sudo apt-get install -y git
git clone https://github.com/joshdata/mailinabox
git clone https://github.com/mail-in-a-box/mailinabox
cd mailinabox
sudo setup/start.sh
@ -34,7 +34,7 @@ The Goals
* Promote decentralization, innovation, and privacy on the web.
* Have automated, auditable, and [idempotent](http://sharknet.us/2014/02/01/automated-configuration-management-challenges-with-idempotency/) configuration.
For more background, see [The Rationale](https://github.com/JoshData/mailinabox/wiki).
For more background, see [The Rationale](https://github.com/mail-in-a-box/mailinabox/wiki).
What I am not trying to do:

View File

@ -41,7 +41,7 @@ apt_install postfix postgrey postfix-pcre ca-certificates
tools/editconf.py /etc/postfix/main.cf \
inet_interfaces=all \
myhostname=$PRIMARY_HOSTNAME\
smtpd_banner="\$myhostname ESMTP Hi, I'm a Mail-in-a-Box (Ubuntu/Postfix; see https://github.com/joshdata/mailinabox)" \
smtpd_banner="\$myhostname ESMTP Hi, I'm a Mail-in-a-Box (Ubuntu/Postfix; see https://mailinabox.email/)" \
mydestination=localhost
# Outgoing Mail