I have setup integration with Mailgun. Inbound emails are being parsed, but Phabricator is rejecting them.
When I reply to a task update, to comment on it, I get a failure message:
Error Processing Mail (Unknown Sender)
Your email to Phabricator was not processed, because an error occurred while trying to handle it:
This email was sent from "Alastair Battrick <Alastair.Battrick@----.co.uk>", but that address is not recognized by Phabricator and does not correspond to any known user account.
[I have redacted my work email]
We do not have metamta.insecure-auth-with-reply-to enabled
The users are populated by LDAP, and the email address does exist in my user details, when I go into settings.
I just updated phabricator and the issue persists.
Also, when I try and create a new task via email, I get:
Your email to Phabricator was not processed, because an error occurred while trying to handle it:
Phabricator can not process this mail because no application knows how to handle it. Check that the address you sent it to is correct.
(No concrete, enabled subclass of PhabricatorMailReceiver can accept this mail.)
I guess this is a different problem?