This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new a2c50371 root needs to be able to post to private@ list
a2c50371 is described below
commit a2c503716b2624d7c3dc074cd01a9dfb9ed2afb2
Author: Sebb <[email protected]>
AuthorDate: Fri Apr 22 21:25:47 2022 +0100
root needs to be able to post to private@ list
---
DEPLOYMENT.md | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/DEPLOYMENT.md b/DEPLOYMENT.md
index 40577661..56c2627e 100644
--- a/DEPLOYMENT.md
+++ b/DEPLOYMENT.md
@@ -83,7 +83,7 @@ and running - these are only needed for a new deployment.
* Ensure that the IP address is static, and has been added to the list of
allowed mail relays
* Run the following command to create an SSL cert (see
[tutorial](https://www.digitalocean.com/community/tutorials/how-to-secure-apache-with-let-s-encrypt-on-ubuntu-18-04)
for details):
- * `/x1/srv/git/letsencrypt/letsencrypt-auto --apache -d whimsy.apache.org
-d whimsy4.apache.org -d whimsy-vm4.apache.org -d whimsy-test.apache.org`
+ * `/x1/srv/git/letsencrypt/letsencrypt-auto --apache -d whimsy.apache.org
-d whimsy6.apache.org -d whimsy-vm6.apache.org -d whimsy-test.apache.org`
* The SVN settings should now be set up in whimsy-vm5 and later (Puppet 6)
@@ -105,10 +105,11 @@ and running - these are only needed for a new deployment.
but ensures that the rsync has been tested for the new host and allows
the new host to be better tested
* Add the following mail subscriptions (see
apmail/trunk/bin/whimsy_subscribe.sh):
- * Subscribe `[email protected]` to `[email protected]`.
- * Subscribe `[email protected]` to `[email protected]`.
- * Subscribe `[email protected]` to
`[email protected]`. (Cron daemon)
- * Add `[email protected]` to the `[email protected]`
alias.
+ * Subscribe `[email protected]` to `[email protected]`.
+ * Subscribe `[email protected]` to `[email protected]`.
+ * Subscribe `[email protected]` to
`[email protected]`. (Cron daemon)
+ * Subscribe `[email protected]` to
`[email protected]`. (Cron daemon)
+ * Add `[email protected]` to the `[email protected]`
alias.
* Verify that email can be sent to non-apache.org email addresses.
* Run [testmail.rb](tools/testmail.rb)