Mails sent form OJS 3.1 rejected by many servers

Hi

Mails sended from OJS platform are rejected by many servers with the following error:
25: SMTP error from remote mail server after RCPT TO:<xxxx.xxxx@xxx.es>: 450 4.7.1 Client host rejected: cannot find your reverse hostname, [62.138.189.10]

I tryed differend configuration like configure an envelope-sender but there is no result.

Any idea?

Hi Erick,

Which OJS version are you running? And when you configured the envelope sender, did you ensure that your principal contact email address matched that of your server domain?

Cheers,
James

Running OJS 3.1.0.1

When configuring envelope the sender was from the domain (cude.es)

; Allow envelope sender to be specified
; (may not be possible with some server configurations)
allow_envelope_sender = On

; Default envelope sender to use if none is specified elsewhere
default_envelope_sender = info@cude.es

; Force the default envelope sender (if present)
; This is useful if setting up a site-wide noreply address
; The reply-to field will be set with the reply-to or from address.
force_default_envelope_sender = On

Hi @Erick

Did you set a SPF(Sender Policy Framework) entry record in your DNS domain zone?
It might not be related to OJS but how your server is set to send emails.

Please, read further on following URL:

Best,
Israel

1 Like

Ok

I will contact with our provider in order to know if it is possible.

Thanks

Hi Israel

My internet provider did the change but the problema continue…
25: SMTP error from remote mail server after RCPT TO: xxxxx@uam.es ;: 450 4.7.1 Client host rejected: cannot find your reverse hostname, [62.138.189.10]

Hi @Erick

It seems that they also need set your reverse DNS, I tested your IP server and it returns not found for reverse DNS:

 $ host 62.138.189.10
Host 10.189.138.62.in-addr.arpa. not found: 3(NXDOMAIN)

Otherwise, in your response sample, if I test uam.es name it is working:

$ host uam.es
uam.es has address 150.244.214.237
uam.es mail is handled by 10 smtp.uam.es.

Please, check with your hosting provider this setting.

Best,
Israel

OK
I told to my internet provider to make the change, I tell you when done…

Thanks

Erick