Ticket #1305 (closed defect: fixed)
SMTP config for thedatahub.org and IATI
Reported by: | amercader | Owned by: | nils.toedtmann |
---|---|---|---|
Priority: | critical | Milestone: | ckan-backlog |
Component: | ckan | Keywords: | |
Cc: | Repository: | ckan | |
Theme: | none |
Description
The email sending functionality (e.g for password reset) does not work on thedatahub.org and IATI (and probably some other instances) when using an address which is not a okfn.org one.
Could not send reset link: SMTPRecipientsRefused({u'amercadero@…': (550, 'relay not permitted')},)
As I said, adria.mercader@… works fine. The SMTP server used mail.okfn.org
Change History
Note: See
TracTickets for help on using
tickets.
Always use "localhost" as mail relay. On all servers, the local MTA should be configured correctly (e.g. in this case to relay via mail.fry-it.com), also to be able to send rootmail.
I fixed it on IATI (s049.okserver.org = ex eu23) and thedatahub.org (s055.okserver.org). Please verify that it's working now.