Update notes for 2019-02-07

This commit is contained in:
2019-02-07 16:41:08 +02:00
parent a74f13ad5c
commit 38c7f68d8e
3 changed files with 49 additions and 8 deletions

View File

@ -367,5 +367,25 @@ Authorization denied for action WORKFLOW_STEP_1 on COLLECTION:1056 by user 1759
- IITA editors or approvers should be added to that step (though I'm curious why nobody is in that group currently)
- Abenet says we are not using the "Accept/Reject" step so this group should be deleted
- Bizuwork asked about the "DSpace Submission Approved and Archived" emails that stopped working last month
- I tried the `test-email` command on DSpace and it indeed is not working:
```
$ dspace test-email
About to send test email:
- To: aorth@mjanja.ch
- Subject: DSpace test email
- Server: smtp.serv.cgnet.com
Error sending email:
- Error: javax.mail.MessagingException: Could not connect to SMTP host: smtp.serv.cgnet.com, port: 25;
nested exception is:
java.net.ConnectException: Connection refused (Connection refused)
Please see the DSpace documentation for assistance.
```
- I can't connect to TCP port 25 on that server so I sent a mail to CGNET support to ask what's up
<!-- vim: set sw=2 ts=2: -->