XF 2.0 Problem with emails

Pavle123

Active member
A user reported that he is not able to get a password reset link.
2017-11-29_17-05-19.webp
I checked and there's an error like this.

SMTP error from remote mail server after RCPT TO:<useremailgoeshere>:
550 Requested action not taken: mailbox unavailable

This error happened even in 1.5 plenty of times.

What might be the issue?
 
A user reported that he is not able to get a password reset link

Lets assume the email is working properly.

In order for a user to reset their password, they need to be able to receive the email at the email address they have on record, this is not always possible as email accounts are closed. I suspect this is the case here.
 
This is not the only email that ended up that way by the way. My spam folder is filled with emails bouncing from that email. I'm not really sure why it happens.
 
It's very plainly telling you the issue
Code:
Diagnostic-Code: smtp; 550 Requested action not taken: mailbox unavailable
The receiving MTA cannot find a mailbox that matches the name provide that is being sent to (daniel.derichs).

And doing a check shows that is found by other software also

Screen Shot 2017-11-29 at 11.33.00 AM.webp
 
Top Bottom