Ticket #1305 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

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

comment:1 Changed 3 years ago by nils.toedtmann

  • Status changed from new to closed
  • Resolution set to fixed

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.

comment:2 Changed 3 years ago by nils.toedtmann

[15:22:02] Adrià Mercader: Yes it looks like it works on both thedatahub.org and iatiregistry.org

Note: See TracTickets for help on using tickets.