diff --git a/README.md b/README.md index 6f96c13c..5b52ab07 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/setup/mail-postfix.sh b/setup/mail-postfix.sh index 4696c3a7..35567230 100755 --- a/setup/mail-postfix.sh +++ b/setup/mail-postfix.sh @@ -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